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: Lun Wing San (Oracle) <wslun_at_qrcsun.qrc.org>
Date: 1997/02/28
Message-ID: <3317D7C6.91B@qrcsun.qrc.org>#1/1

Coulier Patrick wrote:
>
> 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.
>

  If you use OS authentication, you can change your OS password.

  If you use database authentication, you can use:

  CONNECT SYS or SYSTEM;
  ALTER USER SYS (or SYSTEM) IDENTIFIED BY new_password;

---
Name   : Lun Wing San (Certified Oracle Database Administrator)

Title  : Oracle Application Developer of Hong Kong Productivity Council
         Oracle Database Administrator and System Administrator of QRC
Phone  : (852)27885841

This posting represents the personal opinions of the author. It is not the
official opinion or policy of the author's employer. Warranty expired when you
opened this article and I will not be responsible for its contents or use.
Received on Fri Feb 28 1997 - 00:00:00 CST

Original text of this message

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