I have to create a empty database which contains all the tables and object from "Database A" but those table should not contain any data. I can think about two approaches
- RMAN clone then truncate all tables
- EXPDP/IMPDP only schemas, but what about the 150 tablespaces "Database A" has
What would you guys suggest?