Oracle System Password Forgot how to do?

First, the brain short-circuited, oracle passwords do not remember.

      win + r open cmd dark room. Run sqlplus "/ as sysdba" (provided that the installation of the configuration of the environment variable)

Second, modify the System password

     alter user system indentified by 12345678;

Third, the user can unlock the System

     alter user system account unlock;

Guess you like

Origin www.cnblogs.com/Pzhenzhen/p/11109558.html
Recommended