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: Default Oracle 8 Passwords?

Re: Default Oracle 8 Passwords?

From: Alexander G Bozhik <sander_at_isd.anet.donetsk.ua>
Date: 1998/01/30
Message-ID: <01bd2d57$440e8990$6304000a@sander>#1/1

Brendan Newman <brnewma_at_ibm.net> wrote in <34D0A9FC.70814D9_at_ibm.net> :
> Yes, but how do you change the internal password on the fly in v8.x?
 

Hi!

To change the Internal password in either of two ways (both involve re-creation of the password file):

   1.Using ORADIM80

          a.Delete the SID for the password you want to change:

                 C:\>ORADIM80 -DELETE -SID ORCL

          b.Create the same SID again and specify a new Internal password: 

                  C:\>ORADIM80 -NEW -SID ORCL -INTPWD NEW_PASSWORD -
MAXUSERS N
                  where NEW_PASSWORD is the new Internal password and N is
the maximum number
                  of DBAs/operators who can be logged in at once with this
password.

      2.Using the password utility (ORAPWD80)

Sincerely yours,

                               Alexander G Bozhik
Received on Fri Jan 30 1998 - 00:00:00 CST

Original text of this message

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