Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Finding out sys password

Re: Finding out sys password

From: <bdbafh_at_gmail.com>
Date: 6 Jun 2006 10:55:36 -0700
Message-ID: <1149616536.392027.123440@c74g2000cwc.googlegroups.com>

BS wrote:
> remote_login_passwordfile is set to NONE. What does that represents??

It means you don't need no stinkin password. logon to the server with a user account that has membership in the OS group "dba" (*nix) or "ORA_DBA" (win32) - you neglected to specify the server operating system.

win32:

C:\> set ORACLE_SID=mydb
C:\> svrmgrl
SVRMGR> connect / as sysdba

(make sure that the sqlnet.ora has the parameter sqlnet.authenication_services=NTS).

*nix, bash:

$ export ORACLE_SID=mydb
$ svrmgrl
SVRMGR> connect / as sysdba

there it is.

-bdbafh Received on Tue Jun 06 2006 - 12:55:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US