Sunday, October 16, 2011

To Reset Any of database user password

To Reset Any of database user password Use the following:

SQL> connect / as sysdba

SQL> alter user <username> identified by <password>;

No comments:

Post a Comment