Here is some background:
I installed Oracle 9i 9.2.0.1.0 and patched to 9.2.0.7.0 on a server running Windows Server 2003. Whenever I re-booted the server, I would get the following message on trying to login through SQL*Plus.
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
I have found other solutions that point to commenting out the following line in the sqlnet.ora:
#SQLNET.AUTHENTICATION_SER
VICES= (NTS)
this works, but I have found that just making the line read:
SQLNET.AUTHENTICATION_SERV
ICES= ()
also works.
I'm not sure of what authentication service I am supposed to use for 2K3. If it is supposed to be NTS, then how can I resolve my 27101 error? If not, then what service method do I use, and how do I configure authentication in Oracle so that users logging into the 2K3 machine, using Microsoft Terminal Service Console, will not have to login to Oracle?
(If this is a complex answer, I'll raise points accordingly)
Thanks!
Start Free Trial