|
Re: Unable to connect in sqlplus [message #145992 is a reply to message #145960] |
Tue, 08 November 2005 01:38 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
When you connect to oracle using the string "/ as sysdba" OS authentication takes place. In this case, only that OS user which is member of DBA group can get authenticated & log onto oracle.
Anyways, when you can login into system using root, all you need to do after that is "su -c <user owning oracle s/w>"
After that you can get in using the string "/ as sysdba" as well.
Or else, make root member of DBA group.
--Girish
|
|
|