Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create database

Status
Not open for further replies.

Thiko

Programmer
Mar 9, 2001
49
0
0
GB
is it possible to extract the create database statement that was used to create a database?

i would like to use/amend a copy from another machine for a new database.... Many Thanks.

Thiko!
 
Actually It depends, If u hv freshly installed the database
then the Answer is yes, but if lot of tablespace etc have been added then Answer is No.
Anyway U can get a feel of ur database by the control file

Alter database backup controlfile to trace.

Try this and Mail further
Rishiu
 
yes thank you Rishiu, that is just what i need! Many Thanks.

Thiko!
 
Instead of creating a seperate tablespace can we create 2 or more database in oracle.
I tried creating a databse other then the default ,it overwrote the settings of the default database.

Pl help
Sanjiv
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top