Password file and sysdba [message #275139] |
Thu, 18 October 2007 08:33 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
I have created a password file at E:\oracle\product\10.2.0\db_1\database
SQL> conn sys/welcome as sysdba;
Connected to an idle instance.
Then i renamed the password file to TEST.
again tried to connect
SQL> conn sys/welcome as sysdba;
Connected to an idle instance.
It works!!! without a password file. Any idea how the authentication happens ????
Thnx
|
|
|
|
Re: Password file and sysdba [message #275151 is a reply to message #275139] |
Thu, 18 October 2007 09:27 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
but i have not mentioned any OS user in this statement .
So this authentication should happen through password file right
conn sys/welcome as sysdba;
|
|
|
|
|