Thursday, September 3, 2015

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:

ALTER USER SYS IDENTIFIED BY [password];
ALTER USER SYSTEM IDENTIFIED BY [password];

Reference: 

No comments:

Post a Comment