How to generate "Create tablespace statement"
259321Oct 17 2008 — edited Oct 17 2008Hi,
we are moving a database from one server to another server.
It is oracle 9.2.0.7 database.
I have around 25 tablespaces in current database. I need to recreate those databases in new database.
Is there any way (Similar to DBMS_METADATA.GET_DDL) which i can use to extract the "Create Tablespace" statement from existing database?
Similarly, i want to extract users,roles and privileges only, not the data.
Thank you
Giridhar