How to Change SYS and SYSTEM Passwords
To change the SYS and SYSTEM passwords, perform the following steps:
1. Log into Oracle as internal or sysdba
$ sqlplus / as sysdba
2. Type the following commands:
1. Log into Oracle as internal or sysdba
$ sqlplus / as sysdba
2. Type the following commands:
ALTER USER SYS IDENTIFIED BY [password];
ALTER USER SYSTEM IDENTIFIED BY [password];
ALTER USER SYSTEM IDENTIFIED BY [password];
Reference:
Post a Comment