Thanks for all the input but can someone who really did change his/her password and infact has confirmed password changed.
Idid follow the step with ORAPWD. utility and ORADIM but when I connect with internal /oracle I expect login error not to be gracefully connected.
Please send me a step by step to clean cut procedure that works. I REALLY NEED YOUR HELP...please
Thanks
Arsene Lupain
The lie takes the elevator, the truth takes the staircase but ends up catching up with the lie.
If you are in the DBA's group, you will not be prompted for password when you connect as INTERNAL. Even if you have the password file. I assumed you knew that.
Yes I know that. but the point I'm trying to make over is that when you change internal password with ORAPWD utility it shouldn't connect you gracefully just by typing INTERNAL.
I renamed the PWD_SID in the orant bin and create a password file and connected with both new password and INTERNAL/ORACLE.
I expect to error login when entered
SQLPLUS> INTERNAL/ORACLE
Arsene Lupain
The lie takes the elevator, the truth takes the staircase but ends up catching up with the lie.
Originally posted by Ablakios Yes I know that. but the point I'm trying to make over is that when you change internal password with ORAPWD utility it shouldn't connect you gracefully just by typing INTERNAL.
I renamed the PWD_SID in the orant bin and create a password file and connected with both new password and INTERNAL/ORACLE.
I expect to error login when entered
SQLPLUS> INTERNAL/ORACLE
Well, that's not the case with INTERNAL :-) Upgare to 9i, there you will not have that problem. There is no INTERNAL.
In 9i, you cannot even log in from client's SQL*PLUS as SYS. Has anyone noticed that in 9i?
You should try to understand that login as SYS is not the same as INTERNAL. INTERNAL is same as SYS as SYSDBA. And if you are in the DBA's group you will not be propted for password, you don't need one. That is how Oracle works.
Since you use NT, I suggest you comment out the line SQLNET_AUTHENTICATION_SERVICES in your sqlnet.ora file. Then you will be asked for password.
Bookmarks