|
Oracle Database 12.1.0.2
Hi Erman,
I am planning to make replication of table partitions from a source database to a target database for my BI database.
The partitions will be monthly partitions and each one will be loaded for their respective month, for example September's partitions will be loaded on 15th September on a target database.
The number of rows for 1 partition will be around 750,000,000.
I tried to create a view on source and insert a table's monthly partition into that view. Then I used DB link on target to fetch the partitioned data from that view. It is taking lots of time and is too slow.
I guess materialized view also will be slow.
Is there a way I can replicate the table's partition from source to target?
Many thanks,
Roshan
|