Oracle Password File 理解
口令檔案用於驗證特權使用者,特權使用者是指具有SYSDBA和SYSOPER 許可權的特殊資料庫使用者,這些使用者可以啟動例程關閉例程,建立資料庫,執行備份和恢復等操作.實驗記錄如下:
SYS on 15-MAY-07 at testdb>select * from v$pwfile_users;
SYS TRUE TRUE
SYS on 15-MAY-07 at testdb>create user test identified by test;
User created.
SYS on 15-MAY-07 at testdb>grant sysoper to test;
Grant succeeded.
SYS on 15-MAY-07 at testdb>select * from v$pwfile_users;
SYS TRUE TRUE
TEST FALSE TRUE
SYS on 15-MAY-07 at testdb>revoke sysoper from test;
Revoke succeeded.
SYS on 15-MAY-07 at testdb>select * from v$pwfile_users;
SYS TRUE TRUE
SYS on 15-MAY-07 at testdb>grant sysdba to test;
Grant succeeded.
SYS on 15-MAY-07 at testdb>select * from v$pwfile_users;
SYS TRUE TRUE
TEST TRUE FALSE
SYS on 15-MAY-07 at testdb>grant sysoper to test;
Grant succeeded.
SYS on 15-MAY-07 at testdb>select * from v$pwfile_users;
SYS TRUE TRUE
TEST TRUE TRUE
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7318139/viewspace-915036/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle中password file的作用及說明Oracle
- (zt)Oracle中password file orapwd的作用及說明Oracle
- Viewing Password File Members (49)View
- Oracle WebLogic Default Password & Change PasswordOracleWeb
- oracle12.2 adg ORA-46952: standby database format mismatch for password fileOracleDatabaseORM
- Creating a Password File and Adding New Users to It (47)
- 為oracle listener set passwordOracle
- Oracle Profile and PASSWORD_VERIFY_FUNCTIONOracleFunction
- oracle is not in the sudoers fileOracle
- No need to set a listener password in ORACLE 10GOracle 10g
- oracle備份指令碼_user_passwordOracle指令碼
- 建立密碼檔案 -ORA-01031 ,orapwd file=orapw$ORACLE_SID password=sys entries=10密碼Oracle
- Java學習之File類理解Java
- Oracle ASM File DirectoryOracleASM
- oracle utl_fileOracle
- Oracle EBS ATTACHMENT with fileOracle
- OMF (Oracle Managed File)Oracle
- How to change the APPS db password in Oracle EBSAPPOracle
- Oracle Password檔案丟失的恢復Oracle
- oracle query output in excel fileOracleExcel
- Oracle Dump Redo Log FileOracle
- 【PROFILE】PASSWORD_REUSE_TIME和PASSWORD_REUSE_MAX引數在Oracle不同版本中的差別Oracle
- 修改sys密碼報錯:ORA-01994: Password file missing or disabled密碼
- Oracle:db file scattered readOracle
- Oracle ASM Cluster File Systems (ACOracleASM
- [Oracle Script] check File I/OOracle
- Oracle ACFS ( ASM Cluster File System )OracleASM
- jQuery :passwordjQuery
- Django中的函式make_password、set_password和check_passwordDjango函式
- lsnrctl中,SET PASSWORD和CHANGE_PASSWORD命令
- 打補丁報錯 File in patch is not a known Oracle Applications fileOracleAPP
- Oracle EBS R12 - 怎樣更改SYSADMIN的passwordOracle
- 使用root 切換普通使用者提示:[sudo] password for oracle:Oracle
- 2Gb - File limits in Oracle(轉)MITOracle
- oracle監聽開啟trace fileOracle
- How to Restore ASM Password File if Lost ( ORA-01017 ORA-15077 )_1644005.1RESTASM
- oracle with * option 理解Oracle
- iOS Password AutoFilliOS