데이터베이스

패스워드 잊어버렸을 때 - ORACLE

Jinwookoh 2014. 8. 18. 23:51
D:\app\Administrator\product\11.2.0\dbhome_2\NETWORK\ADMIN>orapwd
Usage: orapwd file=<fname> entries=<users> force=<y/n> ignorecase=<y/n> nosysdba=<y/n>

  where
    file - name of password file (required),
    password - password for SYS will be prompted if not specified at command line,
    entries - maximum number of distinct DBA (optional),
    force - whether to overwrite existing file (optional),
    ignorecase - passwords are case-insensitive (optional),
    nosysdba - whether to shut out the SYSDBA logon (optional Database Vault only).

  There must be no spaces around the equal-to (=) character.

D:\app\Administrator\product\11.2.0\dbhome_2\NETWORK\ADMIN>orapwd file=D:\app\Administrator\product\11.2.0\dbhome_2\dbs\orapworcl

Enter password for SYS:

D:\app\Administrator\product\11.2.0\dbhome_2\NETWORK\ADMIN>