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!

Database Creation

Status
Not open for further replies.

rishiu

Programmer
Feb 26, 2001
22
0
0
US
I hv already a Database and I want to create another
database, Is there any way I can hv different name
for SYSTEM tablespace, i mean I want the second
datbase to hv a system tablespace like DEVSYSTEM.
If yes, What is the syntax?
Thks In advance
Rishi u
 
I would be very surprised if this turns out to be possible. As far as I know, Oracle will insist on having a SYSTEM tablespace in which to put catalog objects.

If the issue is the name(s) of the system tablespace data file(s), you should be able to name them anything you want during the create database process.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top