Export user objects

Itri

Member
I would like to automate the export user objects.
Is there an command-line parameters of PL/SQL to accomplish this?
It's for manage database object version automatically in Subversion when I push a software.

And can you give me the request that to use you to show the name, type and date of compilation of objects?

Thanks,
Itri.
 
I would like to automate the export user objects.
Is there an command-line parameters of PL/SQL to accomplish this?
No, this is currently not possible from the command-line. This is on the list of enhancement requests.

And can you give me the request that to use you to show the name, type and date of compilation of objects?
This is a simple query on the all_objects view. All information is there.
 
Back
Top