admin 管理员组文章数量: 1087139
2024年3月11日发(作者:selection和election的区别)
创建Oracle密码文件的命令
orapwd file=<> password=<> entries=最大数目
这里的file命名规则在unix/linux下orapw
pwd
具体资料看下面的描述
1. unix 环境:
Administrator's Reference 10g Release 2 (10.2) for UNIX-Based Operating
Systems.
1. Log in as the Oracle software owner. (以Oracle管理员身份登入)
2. Use the orapwd utility to create the password file as follows(使用orapwd
功能创建密码文件):
$ $ORACLE_HOME/bin/orapwd file=filename password=password
entries=max_users
filename The name of the file in which password information is written
(filename指密码信息保存文件的文件名)
The name of the file must be orapwsid, and you must supply the full path
name. Its contents are encrypted. Typically,the password file is created in the
$ORACLE_HOME/dbs directory.(文件名必须为orapwsid,并需要提供完整路径,内容
是加密的,通常情况下,密码文件被创建在$ORACLE_HOME/dbs路径下。)
请注意,unix环境中,password file一定是要用 orapw
2. windows 环境:
Platform. Guide 10g Release 2 (10.2) for Microsoft Windows (32-Bit)
To create and populate a password file:
(1). Create a password file with the Password Utility:
C:> orapwd FILE= PASSWORD=password ENTRIES=max_users
where
| FILE specifies the password filename.
| SID identifies the database instance.
| PASSWORD sets the password for account SYS.
| ENTRIES sets maximum number of entries in password file. This corresponds
版权声明:本文标题:创建Oracle密码文件的命令 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/b/1710156997a560038.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论