|
-
 Originally Posted by gsmathew
Hi all
If you try
sqlplus "system as sysdaba"
system asks for the password.
whatever password you type Oracle allows you to log in
Why ?????
When you connect as SYSDBA privilege, you are connecting as SYS schema and not the schema associated with your username. And the schema SYS will accept any password if your OS username, through which you are logged into the machine, belongs to DBA(unix) or ORA_DBA(windows) group on the machine where Oracle database is installed.
HTH
Last edited by adewri; 09-11-2005 at 04:18 AM.
Amar
"There is a difference between knowing the path and walking the path."

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|