oracle 10g em db control中如何修改sysman密碼
sysman密碼
1. 停止em
Emctl stop dbconsole
2. 檢查是否已經停掉em
Emctl status dbconsole
3. 用sys使用者登入sqlplus,用命令修改密碼
Sqlplus / as sysdba
alter user sysman identified by ;
4. 驗證密碼是否已經修改
SQL> connect sysman/[@database_alias]
5. 修改emoms.properties檔案
進入到$ORACLE_HOME/host_sid/sysman/config目錄
5.1 cp emoms.properties emoms.properties.orig
5.2 Edit the file emoms.properties
a. Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwd=
Replace the encrypted value by the new password value
b. Search for the line:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE
Replace TRUE by FALSE
oracle.sysman.eml.mntr.emdRepPwd裡面輸入新密碼
oracle.sysman.eml.mntr.emdRepPwdEncrypted=true的值改為false
6. 啟動em
Emctl start dbconsole
7. 檢查emoms.properties檔案 密碼檔案是否已經加密等
Edit the file emoms.properties
7.1 Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwd=
Check that the password is encrypted
7.2 Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=
Check that the value is TRUE
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-663834/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 10g em 中如何修改dbsnmp使用者密碼Oracle 10g密碼
- Oracle 10G重建EM DB ControlOracle 10g
- Oracle中修改sysman和dbsnmp密碼正確流程Oracle密碼
- OEM13.2修改SYSMAN密碼密碼
- 配置oracle11g EM db controlOracle
- 安裝oracle 10g EM database controlOracle 10gDatabase
- OEM 裡sysman使用者密碼的修改密碼
- Oracle 10g EM 亂碼問題Oracle 10g
- Oracle 10g中DB control的host login失敗問題Oracle 10g
- oracle em 修改埠Oracle
- 4、 oracle 10g中的密碼策略---密碼重用規則Oracle 10g密碼
- oracle 10g em建立Oracle 10g
- oracle 10g em patchOracle 10g
- 在oracle 10g for solaris 5.10上修改db_name|db_idOracle 10g
- oracle 10g em 亂碼問題解決方法Oracle 10g
- oracle 10g em 登入亂碼的解決Oracle 10g
- 【DB寶49】Oracle如何設定DB、監聽和EM開機啟動Oracle
- 忘記oracle的sys密碼該如何重置;附如何修改oracle資料庫使用者密碼Oracle密碼資料庫
- 如何create,drop,rewrite oracle db control_轉摘Oracle
- EM的報錯解決:oracle.sysman.gcagent.target.……ConfigStateMgr:798OracleGC
- 不知道Oracle system使用者密碼,修改後如何還原密碼Oracle密碼
- Windows +oracle 10g EM中的主機身份問題WindowsOracle 10g
- How To Drop, Create And Recreate DB Control In A 10g DatabaseDatabase
- DBSNMP,SYSMAN,MGMT_VIEW 對EM的影響View
- 【EM】重新建立EM Database ControlDatabase
- 修改oracle中的使用者名稱和密碼Oracle密碼
- Oracle EM Express要求使用者名稱和密碼OracleExpress密碼
- 寶塔如何修改FTP密碼FTP密碼
- 修改linux中ROOT密碼Linux密碼
- 修改docker中Mysql的密碼DockerMySql密碼
- oracle 10g em啟動失敗Oracle 10g
- AIX上配置ORACLE 10g RAC EMAIOracle 10g
- ORACLE ERP修改密碼的方法Oracle密碼
- oracle如何修改單個使用者密碼永不過期Oracle密碼
- MySQL8.0 忘記 root 密碼下如何修改密碼MySql密碼
- oracle 10g em啟動失敗 續Oracle 10g
- rac中修改sys密碼(轉載)密碼
- oracle 10g em 無法對所有 EM 相關帳戶解鎖Oracle 10g