Hi Team,
I want to pull the TEMP tablespace creation script from the database.
How to pull it from the existing database.?
Printable View
Hi Team,
I want to pull the TEMP tablespace creation script from the database.
How to pull it from the existing database.?
please use dbms_metadata.get_ddl procedure.
Thanks,