Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change system user password in oracle database 11gR2

user503988Oct 29 2012 — edited Oct 29 2012
The following information existes in my 11g database regarding user 'SYSTEM':

SQL> select name,password,spare4 from user$ where name='SYSTEM';

NAME PASSWORD SPARE4
------------------------------ ------------------------------ ------------------------
SYSTEM D4DF7931AB130E37

Please let me know how to change the system password temporarily and then revert it back to the original value.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2012
Added on Oct 29 2012
7 comments
7,612 views