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: Dummy question about SYS/SYSTEM-password

Re: Dummy question about SYS/SYSTEM-password

From: McBart <barwell.michael_at_barwell.com.au>
Date: 1997/02/28
Message-ID: <5f7ldn$uit@ghostgum.hunterlink.net.au>#1/1

In article <331560EC.4E07DF67_at_delight.be>, patrick_at_delight.be says...
>
>Hi Oracleguru's,
>
>I would like to know the easiest way to change the SYS & SYSTEM password
>on my system running ORACLE 7.3.2.3 on DEC UNIX 4.0B.
>
>Any help is very welcome.
>
>Thanks in advance,
>
>--
>Patrick Coulier - Patrick_at_delight.be
>Delight Information Systems
>Oostende Belgium

Log in as either user (try SYSTEM/MANAGER or SYS/CHANGE_ON_INSTALL if you don't know the password), and enter the following command :

ALTER USER SYSTEM IDENTIFIED BY new_password; ALTER USER SYS IDENTIFIED BY new_password2;

This should get you going ... if not post again , Michael Received on Fri Feb 28 1997 - 00:00:00 CST

Original text of this message

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