Usage: orapwd file=<fname> password=<password> entries=<users>   where
    file - name of password file (mand),
    password - password for SYS and INTERNAL (mand),
    entries - maximum number of distinct DBA and OPERs (opt), 
  There are no spaces around the equal-to (=) character.

解决方案 »

  1.   

    Oracle提供orapwd实用程序来创建password 文件,运用orapwd建立该认证方式的具体步骤如下:
     使用Orapwd实用程序来创建一个PASSWORD文件。语法:
       orapwd file=文件名 password=internal用户密码 entried=entries.
      详细解释:
       文件名要包含完整的全路径名,如果不指定,Oracle把它默认放置$ORACLE_HOME/dbs(Unix下)或者$ORACLE_HOME/DATABASE(NT下)下。
      用户密码是用户internal的密码。当然后来还可以再向里边加入别的超级用户。
      Entries表示最大允许有的超级用户数目。这个是一个可选的。前两者是必须指定的。一般会把它设置的比实际需要大一些,以免不够。