how to export all the DB objects?

To export the DDL of all objects of a user, you can use the Export User Objects tool (Tools menu > Export User Objects).

To export all objects, including table data, you can use Oracle's EXP utility. You can start it from the command line by simply typing EXP.

------------------
Marco Kalter
Allround Automations
 
Back
Top