Exporting all schemas MetaData
534640Nov 25 2006 — edited Nov 26 2006Hi,
Can any one tell me how to export all schemas metadata only. I have some partitioned tables/indexes and have 700+ tablespaces. I am using Oracle 10g.
I have used this statement for export. Is this correct?
expdp directory=dumps dumpfile=oraedwp_fkhalid.dmp logfile=oraedwp_fkhalid.log schemas=FKHALID,scott,hr content=METADATA_ONLY
And what is the statement to import this on another database.
Thanks