oracle change password operation

Open a command prompt box enter the following:

1. Enter: sqlplus / nolog // enter oralce console
2. Enter: conn / as sysdba // log in with administrator privileges
3. Enter: alter user apps identified by 123456; // modify the user name password adc 123456

Guess you like

Origin www.cnblogs.com/w-wu/p/11683739.html