sys dba authentication [message #294605] |
Fri, 18 January 2008 03:06 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
lokeshonline
Messages: 29 Registered: April 2006
|
Junior Member |
|
|
I created a new service using ORADIM named "test1". Created a initTest1.ora file containing parameter remote_login_passwordfile=Exclusive. Both the init and password files are at default location. Even I have created password file, when I write sqlplus / as sysdba it connect and shows "connected to an idle instance" just like in case of OS authentication. After startup when I see "show parameter remote_login_passwordfile" it shows Exclusive. Then how it is using OS authentication?
|
|
|
Re: sys dba authentication [message #294607 is a reply to message #294605] |
Fri, 18 January 2008 03:10 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68737 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | when I write sqlplus / as sysdba it connect and shows "connected to an idle instance" just like in case of OS authentication
|
Because you are local and in ORA_DBA OS group.
OS authentication is done BEFORE password file is checked.
Regards
Michel
|
|
|