Data Pump - Tablespace MetaData
Does anyone know how to get the metadata to create only the tablespaces from a full export dump - I am trying to create the necessary SQL to pre-create my tablespaces before a full import
Q1. Do I have to do this from the expdp instead of the impdp side
I am guessing I need to use CONTENT=METADATA_ONLY on the export side.
Q2. How do I restrictr the MetaData to only tablespaces. Is it simply a question of using
INCLUDE=TABLESPACE
Jim