1. 程式人生 > >Oracle OEM安裝配置

Oracle OEM安裝配置

OEM–Oracle Enterprise Manager是一個圖形化的資料庫管理員工具。它為資料庫管理員提供了一個集中的系統管理工具,同時它也是一個用來管理、診斷和除錯多個數據庫的工具.

如下是Oracle Enterprise Manager安裝配置過程:

  • 獲取幫助
[[email protected] admin]$ emca|grep recreate
-config dbcontrol db [-repos (create | recreate)] [-cluster] [-silent] [-backup] [parameters]: configure Database
Control for a database -config all db [-repos (create | recreate)] [-cluster] [-silent] [-backup] [parameters]: configure both Database Control and central agent management -repos recreate: drop the current Database Control repository and recreate a new one
  • 安裝OEM
[[email protected] admin]$ emca -config dbcontrol db -repos recreate

STARTED EMCA at May 14
, 2017 7:19:45 AM EM Configuration Assistant, Version 11.2.0.3.0 Production Copyright (c) 2003, 2011, Oracle. All rights reserved. Enter the following information: Database SID: PROD Listener port number: 1521 Listener ORACLE_HOME [ /u01/app/oracle/product/11.2.0/dbhome_1 ]: Password for SYS user: Password for DBSNMP user: May 14
, 2017 7:19:58 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly WARNING: ORA-28000: the account is locked Password for SYSMAN user: Email address for notifications (optional): Outgoing Mail (SMTP) server for notifications (optional): ----------------------------------------------------------------- You have specified the following settings Database ORACLE_HOME ................ /u01/app/oracle/product/11.2.0/dbhome_1 Local hostname ................ vastdata1.us.oracle.com Listener ORACLE_HOME ................ /u01/app/oracle/product/11.2.0/dbhome_1 Listener port number ................ 1521 Database SID ................ PROD Email address for notifications ............... Outgoing Mail (SMTP) server for notifications ............... ----------------------------------------------------------------- ---------------------------------------------------------------------- WARNING : While repository is dropped the database will be put in quiesce mode. ---------------------------------------------------------------------- Do you wish to continue? [yes(Y)/no(N)]: y May 14, 2017 7:20:07 AM oracle.sysman.emcp.EMConfig perform INFO: This operation is being logged at /u01/app/oracle/cfgtoollogs/emca/PROD/emca_2017_05_14_07_19_44.log. May 14, 2017 7:20:07 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Dropping the EM repository (this may take a while) ... May 14, 2017 7:21:07 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Repository successfully dropped May 14, 2017 7:21:07 AM oracle.sysman.emcp.EMReposConfig createRepository INFO: Creating the EM repository (this may take a while) ... May 14, 2017 7:24:27 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Repository successfully created May 14, 2017 7:24:30 AM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository INFO: Uploading configuration data to EM repository (this may take a while) ... May 14, 2017 7:25:12 AM oracle.sysman.emcp.EMReposConfig invoke INFO: Uploaded configuration data successfully May 14, 2017 7:25:15 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole INFO: Securing Database Control (this may take a while) ... May 14, 2017 7:26:24 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole INFO: Database Control secured successfully. May 14, 2017 7:26:24 AM oracle.sysman.emcp.util.DBControlUtil startOMS INFO: Starting Database Control (this may take a while) ... May 14, 2017 7:27:04 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration INFO: Database Control started successfully May 14, 2017 7:27:04 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration INFO: >>>>>>>>>>> The Database Control URL is https://vastdata1.us.oracle.com:1158/em <<<<<<<<<<< May 14, 2017 7:27:08 AM oracle.sysman.emcp.EMDBPostConfig invoke WARNING: ************************ WARNING ************************ Management Repository has been placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been placed in the file: /u01/app/oracle/product/11.2.0/dbhome_1/vastdata1.us.oracle.com_PROD/sysman/config/emkey.ora. Ensure this file is backed up as the encrypted data will become unusable if this file is lost. *********************************************************** Enterprise Manager configuration completed successfully FINISHED EMCA at May 14, 2017 7:27:08 AM
  • 檢視終端狀態
[[email protected] admin]$ emctl status dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.4.0
Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
https://vastdata1.us.oracle.com:1158/em/console/aboutApplication
Oracle Enterprise Manager 11g is running.
------------------------------------------------------------------
Logs are generated in directory /u01/app/oracle/product/11.2.0/dbhome_1/vastdata1.us.oracle.com_PROD/sysman/log
  • 終端控制:
    emctl status dbconsole
    emctl start dbconsole
    emctl stop dbconcole
  • 解決:
    進入C:\Windows\System32\drivers\etc
    編輯hosts檔案,新增如下地址並儲存
    192.168.80.11 vastdata1.us.oracle.com

再次登入即可開啟~~~

相關推薦

Oracle OEM安裝配置

OEM–Oracle Enterprise Manager是一個圖形化的資料庫管理員工具。它為資料庫管理員提供了一個集中的系統管理工具,同時它也是一個用來管理、診斷和除錯多個數據庫的工具. 如下是Oracle Enterprise Manager安裝配置過程:

docker中的oracle-11g-安裝配置

裝配 dbf mar temp use dba docker create raw docker鏡像:wnameless/oracle-xe-11g 啟動鏡像的命令: docker run -d -v /data/oracle_data:/data/oracle_dat

windows Oracle EM 安裝配置

windows系統安裝 oracle 11.2.0.1.0,沒有安裝EM,現在需要手動安裝EM ---------------刪除系統中原有配置-------------------------------------- F:\Windows\system32>emca -deconfig dbc

centos 6.x 下oracle 11g 安裝配置 [簡單記錄]

      以前都是用oracle 10g 現在也順便用用11g 順便就帖上安裝過程,簡單記錄一下,做一個存檔。             一、   安裝資料庫軟體 1.         建立oracle使用者 groupadd oinstall  groupad

OCILIB 連線Oracle資料庫——安裝配置

( CSDN格式不友好,同樣的內容請參考:簡書 ) 一、安裝配置 1、從vrogier.github.io下載最新的ocilib檔案,將include和lib資料夾放到專案目錄下,將dll拷貝到專案執行

Oracle GoldenGate 安裝配置全記錄

1 安裝OGG 1.1 上傳OGG壓縮包 解壓壓縮包 1.2 配置環境變數 .bash_profile中新增如下內容 export LD_LIBRARY_PATH=$ORACLE_HOME/lib 1.3 建立OGG工作目錄 GGSCI (rac01) 3> cr

Oracle 12c(12.1.0.5)OEM server agent 安裝配置

stat oem www 忽略 符號 cin .com 至少 打開 註意: 此文檔為生產上操作文檔,省略了IP,oracle用戶server,agent 端至少需要sudo,ping,ssh,創建目錄權限。 一、安裝要求 1.1. 系統情況一覽 IP 數據庫

Oracle 12.2簡易客戶端安裝配置

oracle 客戶端安裝Oracle客戶端挺費時間的,而且大部分功能都用不到,Oracle官方給出了簡易客戶端,直接解壓就可以使用,下載地址:http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html 下面來看安裝步驟:1、下載安裝

Oracle SQL developer 連接 MySQL 數據庫安裝配置

lib ads 數據庫安裝 conn 點擊 數據庫 oracl for tor 1. 下載 JDBC driver for MySQL 下載鏈接: https://dev.mysql.com/downloads/connector/j/ 下載成功後,解壓縮,得到 mysql

Oracle 12c 安裝配置

ima instance dbca創建數據庫 必須 tns win 先決條件 rac 開頭 Oracle 12c R2 for Windows_X64 安裝 1.安裝準備 1.1 下載Oracle for Windows版本 官方下載地址:http://www.oracl

Oracle單實例數據庫安裝配置

oinstall mnt 開啟 use pro 編輯 In ++ red 註: 本手冊是基於RHEL6.6 X86_64 + oracle 11.2.0.4版本進行的安裝示例,請參考。 操作系統安裝時註意將圖形界面安裝上,否則可能安裝oracle時會遇到各種顯示問題。 o

PLSQL Developer 連接Linux 下Oracle安裝配置

scrip script nls_lang div PE gbk ace tnsname 64位 一、下載 下載地址:http://www.oracle.com/technetwork/database/features/instant-client/index-09748

Oracle 11g 安裝過程中“檢查網絡配置要求 未執行”解決方法

cal 這樣的 測試的 http 項目 align 網絡 net system 正在檢查網絡配置要求... 檢查完成。此次檢查的總體結果為: 未執行 網上查了一下,很多朋友都遇到這個問題而無從下手,其實解決起來很容易的。 只需要在 Windows XP 中安裝 Micro

04.風哥Oracle數據庫實戰入門-Oracle安裝配置視頻教程

入門 配置 風哥 視頻 數據庫 更多 鏈接 風哥oracle oracl 04.風哥Oracle數據庫實戰入門-Oracle安裝配置視頻教程鏈接:https://pan.baidu.com/s/1UDhT_A_e62sZshQ5n2toYQ 提取碼:pqca 請分享鏈接到

oracle - plsql的安裝配置

plsql前兩年弄個一次,被我刪掉了,現在又要用,只好重新研究了一下怎麼安裝配置,為了防止以後又忘記了,寫個小筆記。 1. 首先下載好 oracle instant client和plsql,到官網下載,都下載64bit的。我下載的是 win64_11gR2_client和plsqldev1207

軟件安裝配置筆記(一)——oracle安裝配置

管理器 系統 同時 acl 安裝配置 默認方法 network 設置 分號 註: 1、當ArcGIS Server 和 ArcMap 安裝在一臺服務器上,Oracle 安裝在另一臺服務器上時,ArcGIS Server 和 ArcMap的服務器需要同時安裝 32 位 和 6

軟體安裝配置筆記(一)——oracle安裝配置

注: 1、當ArcGIS Server 和 ArcMap 安裝在一臺伺服器上,Oracle 安裝在另一臺伺服器上時,ArcGIS Server 和 ArcMap的伺服器需要同時安裝 32 位 和 64 位 Oracle 客戶端。 (server需64位,m

oracle安裝和基本配置

/*----------------------------登入和安裝--------------------------------------*/ #從官網上選擇安裝的版本,任何一個版本都可以,目前最新的版本為18C:   #執行setup安裝嚮導:    #填

Oracle安裝配置完成全過程詳解

由於小編當年安裝、配置Oracle花費了很多時間才弄好,所以,為了讓大家少走彎路,我將其總結並分步展示給大家。下面將分步來介紹Oracle從安裝到配置完成的全過程: 2、找到Download Oracle Database並點選進去,記得在Oracle Database

Grid+ASM+Oracle Database 12c安裝配置教程

備註:工作需要開始學習oracle,之前只學習過mysql的一些基礎東東,oracle對我而言是一個新的資料體系,作為初學者,很多地方可能寫的不對,只是個人理解,誤導之處,請諒解,求指正![Byrd:2016年7月3日]   環境基礎:   虛擬機器IP(LINUX):1.1