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 wOOdy-Soft 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.

vrudenko

Programmer
Feb 23, 2001
28
CA
Hi,

I need DBA's help. I tried to create database by using a script. I prepared init.ora file, created and run service and run SQLPlus and than tried to startup an instance:
SQL>startup nomount pfile="my_init_ora"
I got an error ORA-27100: shared memory realm already exists

Please tell me how handle that

Platform: Oracle 8.1.7.0.0 on Windows 2000

Thank you in advance
 
It means that you probably have another instance already started.

Regards, Dima
 
Shutdown the instance first, then try again. And always set the oracle_sid on the command prompt before working with each instance, eg.

c:\>set oracle_sid=.....
c:\>sqlplus /nolog
SQL> .....




Hope that helps,
clio_usa - OCP DBA
------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top