Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: internal password in NT
Pascale <Pascale.Desert_at_wanadoo.fr> wrote:
> Hi everybody,
> I want to modify the internal password i put in oradim (i can look at in
> orant\database\strtorcl.cmd)
> I try
> oradim -usrpwd toto
> it's don't work !!
Easiest thing in the world: just connect to the database as a DBA and do "alter user sys identified by ..."
Oracle will quietly modify the SYS and INTERNAL passwords in the password file to be the same as the SYS password you specify.
-bn Received on Fri Mar 05 1999 - 18:05:03 CST
![]() |
![]() |