Oracle 8.0.5 on RH 6.2 , Multiple instances problem [message #66077] |
Mon, 05 November 2001 20:59 |
Rajesh Arukala
Messages: 2 Registered: November 2001
|
Junior Member |
|
|
Hi All
Could Any one help me with my problem, I have successfully installed Oracle 8.0.5 on Redhat 6.2 Linux.
I have three instances(ora1,ora2,ora3) running as three different users (all of then belong to dba group).
and All the databases are mounted and open, now i started the listener controler LSNRCTL START, ( the listener.ora has all the correct information)and the listener said it has started the services ora1,ora2,ora3.
The Strange problem is if i start the LSNRCTL from the ora1 User, I could not access ora2 database, that is from a oracle client like sql plus when i try to access the ora2 database i get ORA_01034 Oracle Not avialble.
The Interesting thing is If i start the LSNRCTL from the ora2 user ora1 gives the same error.
Could any one who knows some thing about the problem please Help me
Thanks in advance
Rajesh Arukala
----------------------------------------------------------------------
|
|
|
Re: Oracle 8.0.5 on RH 6.2 , Multiple instances problem [message #66087 is a reply to message #66077] |
Wed, 07 November 2001 21:11 |
Ian Timms
Messages: 4 Registered: November 2001
|
Junior Member |
|
|
Simple, you need to have installed them all under the same user! That's what everyone else does, at least I can't say I've ever heard of anyone installing multiple copies of programs and databases under different users. The manuals sure don't recommend it. :)
Cheers, Ian
----------------------------------------------------------------------
|
|
|
|
|