Database Backup and Recovery (MOSC)

MOSC Banner

Export from active standby database

Hello experts,

Recently I have faced a scenario where I was told to migrate a ODIEXPORT job in active standby database .Internally job was using datapump API to create external table.Same method was not possible as active standby database stays in read only mode.As a solution I have done following

  1. Created a staging database
  2. Created a database link to active standby database
  3. Created a PL/SQL procedure to export specific sub-partition using dblink created in above step and retain all Job master table data
  4. execute to export all sub-partitions data
  5. Create a PL/SQL procedure in target db so that it can read metadata from staging database to get dump file name and assigned tablespace
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center