Authentication Method:
1:os
1:os
2:password file
2.1:ORAPWD FILE=filename PASSWORD=password ENTRIES=max_users
2.2:REMOTE_LOGIN_PASSWORDFILE EXCLUSIVE, shared,none 3个状态的作业
2.3:select * from V$PWFILE_USERS ;Identify the users who have SYSDBA or SYSOPER privileges by querying the V$PWFILE_USERS view.
举例说明:
orapwd file='/u01/orapw$ORACLE_SID password=redhat entries=5;
alter system set REMOTE_LOGIN_PASSWORDFILE=exclusive scope=spfile;
grant sysdba to testuser;
那么testuser就可以通过密码文件远程使用sysdba登录了.
具体的请看官方文档 Database Administrator's Guide 10g Release 2 (10.2) 的第一章
链接:点击打开链接