欢迎光临
我们一直在努力

oracle密码文件的重建

oracle11g的密码文件是在目录 /u01/app/oracle/product/11.2.0/dbhome_1/dbs下面

新建密码文件的命令

orapwd file=orapwcapaas(orapw+数据库SID) password=Oracle123(SYS用户的密码) entries=10 (最大尝试次数)


orapwd file=orapwwubin01 password=oracle123 entries=10   (这个是对的)

orapwd file =orapwwubin01 password=oracle123 entries=10  (这个会报错,因为file =orapwdsid=号之前有空格)

报错详细信息:

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.



在遇到报错 ORA-01031 insufficient privileges的时候可以尝试重建密码文件

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。