| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Finding out sys password
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
![]() |
![]() |