Oracle 10G重建EM DB Control.

來源:互聯網
上載者:User

Oracle 10G R2重建EM DB Control.如果安裝後沒有修改過IP地址或機器名字,可以跳過下面1和2兩步。
1.drop configuration files and repository run :
emca -deconfig dbcontrol db -repos drop

2. Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and mangement objects:
a. drop user sysman cascade;
b. drop role MGMT_USER;
c. drop user MGMT_VIEW cascade;
d. drop public synonym MGMT_TARGET_BLACKOUTS;
e. drop public synonym SETEMVIEWUSERCONTEXT;

3.Create configuration files and repository run
emca -config dbcontrol db -repos create

建立EM時,提示的連接埠號碼,應為執行個體的斷口號,比如1521,不是EM的連接埠號碼(比如1158)
EM的連接埠號碼在這個檔案中可以查到10.2.0\db_1\sysman\config\emca.properties

如果是在Vista作業系統上,則需要用管理員帳號或者關閉UAC功能,否則建立時會報錯。

然後,進行em後,介面出來了,但報了一個錯:
java.lang.Exception: Exception in sending Request :: null
很多功能不能用,提示重新登入.
在Oracle論壇上查到瞭解決辦法:
http://forums.oracle.com/forums/thread.jspa?threadID=320574&tstart=0&messageID=1374397
找到下面的檔案
10.2.0\db_1\ZYKNET_ORC2\sysman\config\emd.properties
其中的agentTZRegion預設是GMT,改為你所在的時區即可,例如:
agentTZRegion=Asia/Chungking
關於時區的列表參考:10.2.0\db_1\sysman\admin\supportedtzs.lst
然後,重啟OracleDBConsole<SID>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.