Unable to Start Two Databases .........!!!!! [message #66262] |
Sat, 23 February 2002 21:25 |
rajesh
Messages: 173 Registered: November 1998
|
Senior Member |
|
|
I have Two DAtabase on the Server,one is default and one created by me.But in the Services applet of the control panel I have Oracle Services for the Default database only.I have manually updated the Listener.Ora file for the Second database.But of no use.I want to work on the both databases.
|
|
|
Re: Unable to Start Two Databases .........!!!!! [message #66299 is a reply to message #66262] |
Fri, 15 March 2002 07:10 |
Anil Singh
Messages: 1 Registered: March 2002
|
Junior Member |
|
|
You should make sure that both the services running on you NT box by looking into Control Panel->Services->. All the services should start with OracleServices{SID}
Go to Command prompt.
c:> SET ORACLE_SID=sid_name
c:> Sqlplus system/manager.
It should work.
|
|
|