Marco Kalter Administrator Staff member Apr 16, 2008 #1 I'm not quite sure what you mean. Can you elaborate?
partha Member² Apr 21, 2008 #1 Right click on any table and click dbms_metadata - you have two options ddl and xml. What is the practical use of these?
Right click on any table and click dbms_metadata - you have two options ddl and xml. What is the practical use of these?
Marco Kalter Administrator Staff member Apr 22, 2008 #1 It allows you to get a specification of the object in DDL or XML format, as generated by the dbms_metadata system package.
It allows you to get a specification of the object in DDL or XML format, as generated by the dbms_metadata system package.
Marco Kalter Administrator Staff member Apr 24, 2008 #1 An XML definition of an object can be used for many purposes, such as version control, finding differences, reporting, and so on.
An XML definition of an object can be used for many purposes, such as version control, finding differences, reporting, and so on.