Oracle forgot password recovery method

  • 2020-06-07 05:28:12
  • OfStack

//1. Run to the C root directory

//2, enter: SET ORACLE_SID = your SID name

3. Input: sqlplus/nolog

4. Input: connect/as sysdba

5. Input: alert user sys identified by sys

6. Input: alert user system identified by system

The change is complete and the password is the original password for the Oracle database

Related articles: