scheme2ddl icon indicating copy to clipboard operation
scheme2ddl copied to clipboard

Use of Programmatic Interface of DBMS_METADATA

Open GoogleCodeExporter opened this issue 9 years ago • 3 comments

Need to enhance the feature of tool to use Programmatic Interface of 
DBMS_METADATA package.

e.g. REMAP_SCHEMA, it will help us to generate the script with different schema 
prefix or no schema prefix.

http://docs.oracle.com/cd/B28359_01/server.111/b28319/metadata_api.htm#i1010762
DBMS_METADATA.SET_REMAP_PARAM(th,'REMAP_SCHEMA','HR','SCOTT');
DBMS_METADATA.SET_REMAP_PARAM(th,'REMAP_SCHEMA','HR','');

We can map the schema names or tablespace names , use remap parameters and the 
SET_REMAP_PARAM procedure.

Original issue reported on code.google.com by [email protected] on 8 Jun 2013 at 2:57

GoogleCodeExporter avatar Mar 19 '15 13:03 GoogleCodeExporter

[deleted comment]

GoogleCodeExporter avatar Mar 19 '15 13:03 GoogleCodeExporter

Original comment by [email protected] on 16 Feb 2015 at 5:06

  • Added labels: Priority-Medium
  • Removed labels: Priority-High

GoogleCodeExporter avatar Mar 19 '15 13:03 GoogleCodeExporter

This feature would be very useful !

teopost avatar Apr 30 '15 13:04 teopost