Preparing to Use Password File Authentication with ORAPWD:
The syntax of the ORAPWD command is as follows:
ORAPWD FILE=filename [ENTRIES= numusers ] [FORCE={Y|N}] [IGNORECASE={Y|N}]
PS:UNIX and Linux: orapwORACLE_SID ORACLE_HOME/dbs
Windows: PWDORACLE_SID .ora ORACLE_HOME\database
For example: 1. mv orapwda orapwda.bak
2.shutdown database
3.$ orapwd file=orapwda entries=100
4.restart database
ENTRIES(Optional): Maximum number of entries (user accounts) to permit in the file.
FORCE (Optional):If y, permits overwriting an existing password file.
IGNORECASE (Optional):If y, passwords are treated as case-insensitive
本文介绍如何使用ORAPWD命令创建和配置Oracle数据库的密码文件。文章详细解释了ORAPWD命令的语法及其参数,包括FILE、ENTRIES、FORCE和IGNORECASE等选项,并提供了在UNIX/Linux及Windows系统下的具体示例。
411

被折叠的 条评论
为什么被折叠?



