|
|
Re: Exporting Schema with all the objects(no data) [message #252905 is a reply to message #252902] |
Fri, 20 July 2007 10:10 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
if you using 10g then you can use metadat caluse in export
Quote: | The following is an example of using the CONTENT parameter:
> expdp hr/hr DIRECTORY=dpump_dir1 DUMPFILE=hr.dmp CONTENT=METADATA_ONLY
This command will execute a schema-mode export that will unload only the metadata
associated with the hr schema. It defaults to a schema-mode export of the hr schema
because no export mode is specified.
|
|
|
|