Hi,
I hope my query is in right forum
I want to export constraints, sequences, indexes(not necessary), packages from a schema, but i do not want tables. can someone help in this regard?
Printable View
Hi,
I hope my query is in right forum
I want to export constraints, sequences, indexes(not necessary), packages from a schema, but i do not want tables. can someone help in this regard?
you cant with exp
you will have to script around the source - or use a tool like toad which will do it for you
Or also if you use SQL Developer (Free from Oracle), you can choose what objects to export.
;)