使用oracle的作業系統認證(Operating System Authentication)的方法
對資料庫管理員使用作業系統認真的方法,(b14231 第63頁)
1、建立作業系統使用者
建立作業系統使用者,並將這個使用者指定為dba使用者組
ora_test@root[/root]> useradd -G dba -g oinstall oradba ora_test@root[/root]> id oradba uid=501(oradba) gid=502(oinstall) groups=502(oinstall),501(dba) |
2、修改使用者的密碼
ora_test@root[/root]> passwd oradba Changing password for user oradba. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: passwd: all authentication tokens updated successfully. |
3、登入的新建立的使用者
ora_test@root[/root]> su - oradba |
4、編輯使用者的環境變數,指定ORACLE_HOME和ORACLE_SID
[oradba@ora_test ~]$ cat .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs ORACLE_HOME=/oracle/app/10.1; export ORACLE_HOME PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin export PATH ORACLE_SID=cnhtm; export ORACLE_SID |
5、使環境變數生效
[oradba@ora_test ~]$ . ./.bash_profile |
6、登入資料庫
登入資料庫,不指定使用者名稱、密碼(使用作業系統認證)
[oradba@ora_test ~]$ sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on Sat Feb 6 21:37:15 2010 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options |
7、檢查使用者schema
SQL> show user USER is "SYS" SQL> |
--end--
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1031159/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQLNET.AUTHENTICATION_SERVICES和作業系統認證SQL作業系統
- Oracle 作業系統認證Oracle作業系統
- Oracle作業系統認證Oracle作業系統
- 不同作業系統上遮蔽oracle的作業系統認證方式作業系統Oracle
- 【LISTENER】Oracle 10g監聽的本地作業系統認證(Local OS Authentication)安全特性Oracle 10g作業系統
- 作業系統-Operating-System第一章:概述作業系統
- 【登陸認證】oracle的作業系統認證和口令檔案認證方式(轉載)Oracle作業系統
- 作業系統認證與ORACLE密碼檔案認證方式作業系統Oracle密碼
- 在windows透過作業系統認證登入ORACLEWindows作業系統Oracle
- 在windows通過作業系統認證登入ORACLEWindows作業系統Oracle
- [備忘錄] Windows版本Oracle中新增作業系統認證使用者的步驟WindowsOracle作業系統
- 1.6.4.2. 準備作業系統認證作業系統
- Linux作業系統的認識和使用Linux作業系統
- 關於ORACLE作業系統認證和ORAPWD密碼檔案認證SYSDBA許可權Oracle作業系統密碼
- 認證系統之登入認證系統的進階使用 (二)
- 安裝ORACLE 10G時,報告作業系統版本(operating system version)檢查失敗之案例一Oracle 10g作業系統
- 通過AIX 6.1 作業系統管理員認證AI作業系統
- Shiro(認證的執行流程Authentication)
- 中興新支點作業系統獲得國家安全作業系統四級認證作業系統
- 作業系統(AIX)雙因素身份認證解決方案作業系統AI
- 禁用作業系統認證作業系統
- Windows 10 作業系統 System Interrupt 系統中斷 CPU 佔用率高的原因和解決方法Windows作業系統
- oracle 作業系統的選擇Oracle作業系統
- HTTP基礎認證Basic AuthenticationHTTP
- 授權(Authorization)和認證(Authentication)
- Oracle作業系統使用者組Oracle作業系統
- 我對微軟在作業系統中安後門的方法的認識 (轉)微軟作業系統
- 1.認識作業系統作業系統
- 對於計算機作業系統的認識計算機作業系統
- operating-system structuresStruct
- Oracle在Windows Server下實現作業系統驗證OracleWindowsServer作業系統
- RHEL 6以上作業系統Yum提示This system is not registered作業系統
- 作業系統報:read-only file system作業系統
- 1.6.4. 作業系統驗證作業系統
- 今天安裝的資料庫出現作業系統認證可以透過,口令檔案認證不能透過的情況.資料庫作業系統
- 開發作業系統的各種方法作業系統
- 聯瑞網路卡獲得銀河麒麟作業系統適配認證證書作業系統
- 禁止和允許Oracle RAC的CRS隨作業系統啟動的方法Oracle作業系統