Use the following procedure to create a password and add new users to it:
1. Follow the instructions for creating a password file as explained in "Using
ORAPWD"
2. Set the REMOTE_LOGIN_PASSWORDFILE initialization parameter to EXCLUSIVE.
(This is the default.)
3. Connect with SYSDBA privileges as shown in the following example:
CONNECT SYS/password AS SYSDBA
4. Start up the instance and create the database if necessary, or mount and open an
existing database.
5. Create users as necessary. Grant SYSDBA or SYSOPER privileges to yourself and
other users as appropriate.
创建密码文件并添加用户
1. 使用orapwd
2. 将REMOTE_LOGIN_PASSWORDFILE参数化参数设置为EXCLUSIVE
3. 以sysdba连接
4. 启动实例,创建数据库. 或者装载打开已有的数据库
5. 创建用户 , 赋予sysdba权限
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-995390/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-995390/
本文介绍如何通过orapwd创建密码文件,并设置REMOTE_LOGIN_PASSWORDFILE参数为EXCLUSIVE,随后以SYSDBA权限连接,启动实例或打开现有数据库,最后创建并授权用户。

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



