Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Incremental Export/Import

Hi All,
The way we take an incremental backup in RMAN, can we have same functionality for Logical backup i.e. incremental export/import.
Advantages.
1) It will be very useful during Server Tech refresh where you need to migrate a database from one server to other. In this scenario, we can easily using incremental export/import to migrate the data in a limited downtime.
Regards,
Lancerique.
Comments
-
Even this sounds a nice idea, it gets very complex when you dig into the details.
At the end you have to check all the details any logical replication solution has to check.
As long as only new columns are inserted you are fine, but from the moment where updates are made, those need to be tracked.
To get an rough idea think about the technology used in materialized views, advanced replication, streams, logical dataguard, golden gate, ...
-
Though seems to be good idea, it would be very difficult to implement. And also you have other options like transportable tablespaces to migrate to different servers.
regards
Pravin
-
RMAN is very good with TTS, and migration conversions (eg endian and O/S conversions).
Incremental datapump would surely be slower than RMAN (using inc0/inc1/archivelogs)
So how would a migration using an incremental datapump be better than RMAN?
-
To migrate with no downtime you need replication, so the product to use is Golden Gate.