1. 程式人生 > >Linux平臺下啟動oracle 11g EM控制檯

Linux平臺下啟動oracle 11g EM控制檯

 

當我們的oracle伺服器是使用的Linux/Unix系統時,我們從windows或者其他的客戶端想用啟動oracle的EM工具瞭解一些系統系統資訊時

可以採用如下方式:

首先在伺服器端開啟一個視窗,輸入如下命令:emctl start

[[email protected] ~]$ emctl start
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0

Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
Oracle Enterprise Manager 10g Database Control commands:
emctl start | stop dbconsole
emctl status | secure | setpasswd dbconsole
emctl status agent
emctl status agent -secure [-omsurl :/em/*>]
emctl getversion
emctl reload | upload | clearstate | getversion agent
emctl reload agent dynamicproperties [:]....
emctl config agent
emctl config agent updateTZ
emctl config agent getTZ
emctl resetTZ agent
emctl config agent credentials [[:]]
Blackout Usage :
emctl start blackout [-nodeLevel] [[:]].... [-d ]
emctl stop blackout
emctl status blackout [[:]]....

The following are valid options for blackouts
defaults to local node target if not specified.
If -nodeLevel is specified after ,the blackout will be applied to all targets and any target list that follows will be ignored.
Duration is specified in [days] hh:mm

emctl getemhome
emctl ilint
Em Key Commands Usage :
emctl config emkey -emkeyfile [-force] [-sysman_pwd ]
emctl config emkey -emkey [-emkeyfile ] [-force] [-sysman_pwd ]
emctl config emkey -repos [-emkeyfile ] [-force] [-sysman_pwd ]
emctl config emkey -remove_from_repos [-sysman_pwd ]
emctl config emkey -copy_to_repos [-sysman_pwd ]
emctl status emkey [-sysman_pwd ]

Secure DBConsole Usage :
emctl secure dbconsole -sysman_pwd [-passwd_file ]
[-host ] [-sid ] [-reset] [-secure_port ]
[-root_dc ] [-root_country ] [-root_state ] [-root_loc ]
[-root_org ] [-root_unit ] [-root_email ]
emctl secure status dbconsole

該命令的作用是檢視EM工具是否已經安裝配置,如果沒有配置可以使用下面的命令來配置:

[[email protected]

~]$emca -config dbcontrol db -repos recreate

配置完成後,使用如下命令啟動EM控制檯:

[[email protected] ~]$ emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://oracle11g:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ........................... started.

Logs are generated in directory /u01/oracle/oracle11g_orcl/sysman/log

啟動成功,我們就可以在windows或者別的客戶端使用IE工具進行登陸了.

(IP根據自己的實際情況輸入了,1158埠也根據實際情況輸入了),然後登陸就OK啦!

相關推薦

Linux平臺啟動oracle 11g EM控制檯

  當我們的oracle伺服器是使用的Linux/Unix系統時,我們從windows或者其他的客戶端想用啟動oracle的EM工具瞭解一些系統系統資訊時 可以採用如下方式: 首先在伺服器端開啟一個視窗,輸入如下命令:emctl start [[email pro

Linux啟動Oracle 11g資料庫監聽問題的解決

安裝環境: Oracle_HOME = /home/oracle/oracle/product/11.2.0/db_1 ORACLE_HOME/network/admin/listener.ora檔案如下: # listener.ora Network Configu

Linux平臺啟動和關閉MySQL服務

首先需要檢視下載MySQL服務的狀態 [[email protected] bin]# netstat -nlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Addr

Linux環境安裝Oracle 11g

安裝前配置 p13390677_112040_Linux-x86-64_1of7.zip p13390677_112040_Linux-x86-64_2of7.zip 解決sqlplus下亂碼問題的安裝包: rlwrap-0.42-1.el7.x86_6

Linux平臺啟動和關閉mysql服務

一、linux下檢視mysql服務的兩種方式: 方式一: [root@localhost bin]ps -ef|grep mysql 方式二: [root@localhost bin]net

linux系統啟動Oracle服務、建立表空間和使用者

一、啟動oracle服務 Linux系統在Oracle使用者下可以用ps -ef|grep ora檢視,是否有Oracle的程序,如果有,大多數情況說明啟動了,為了更進一步驗證,可以登入一下,或檢視alert日誌 如果沒啟動,就可以在Oracle使用者下執行以下命令 單機

Linux 環境設定 Oracle 11g 設定隨機自啟

在這之前先解釋一下 會用到的四個檔案: 首先是在你自己的$ORACLE_HOME/bin下的 兩個啟動命令指令碼   dbstart     和    lsnrctl  一個是 表示資料庫啟動 一個 表示 監聽啟動 另外 oratab 和 rc.local  在 rc.lo

Linux(CentOS6_64位)安裝Oracle 11g

用戶組 root images img roo bsp 最小化安裝 inux .sh 前提: 1、請務必在win下安裝Oracle至少5遍。 2、請務必掌握基本的Linux命令。 準備好Oracle linux64位安裝包(官方下載2個壓縮文件)準備好虛擬機VMware

Linux啟動Oracle服務

Linux下啟動Oracle服務 在 Linux下啟動Oracle服務需要下面兩步: 啟動lsnrctl監聽。 啟動資料庫例項。 啟動lsnrctl監聽 首先以oracle使用者登入系統 進入資料庫目錄 $ cd /home/oracle/ap

linux啟動oracle監聽

命令: lsnrctl start 參考如下: SQL> startup ORA-01031: insufficient privileges SQL> startup ORA-32004: obsolete or deprecated paramet

一步一步教你在redhat linux 安裝oracle 11g grid + database

給想學習oracle的新手看看,老鳥請飄過 作業系統資訊:  Vbox虛擬機器軟體版本:  安裝所需要的軟體:  所需軟體下載地址: http://pan.baidu.com/s/1mgl8kzu具體安裝步驟: 一、新建虛擬機器,並安裝redhat5.4作業系統(64位)

windows 7 安裝 oracle 11g r2 em

安裝時按照預設配置一路“下一步”,建立了個數據庫orcl。 訪問EM時發現竟然沒有,於是手動安裝。 以管理員方式執行命令列視窗,執行下面的命令: 1、刪除配置 emca -deconfig dbcontrol db 2、刪除repository emca -repos dr

linux啟動Oracle 11g OEM

 [[email protected] ~]# su - oracle [[email protected] ~]$ emctl start dbconsole Oracle Enterprise Manager 11g Database Control

CENTOS7設定oracle 11g啟動

修改oratab檔案 以root身份進入系統,通過vi命令開啟檔案 vi /etc/oratab 進入vi編輯器後,找到“orcl:/oracle/app/product/11.2.0/dbhome_1:N”,改為“orcl:/oracle/app/product/1

Linux 平臺 誤刪 oracle 資料檔案的恢復方法

1  問題描述 之前寫過一篇刪除oracle home目錄的blog,參考: 本篇是這邊的引深,本來應該是年前整理的,拖到年後了。 模擬現狀:     資料庫在正常執行,誤操作,直接rm 掉了資料檔案。 測試環境: [[email protec

Linux啟動Oracle

相關文章: 1、啟動oracle的步驟 Linux下啟動oracle分為以下兩步: 1.1、啟動lsnrctl監聽。 1.2、啟動資料庫例項。 2、啟動oracle監聽 首先登陸伺服器,切換到oracle使用者。 [admin@d

Linux啟動Oracle服務和監聽程序

quit 啟動 設置 程序 acl startup ash sta conn $ su – oracle $ sqlplus / nolog sql> conn / as sysdba sql> startup #啟動

linux 環境備份oracle 數據庫

備份 命令 目錄 lin 安裝目錄 su - linux 輸出 所有者 登陸linux後,進入oracle的安裝目錄下,找到bin那個目錄,進入bin目錄ls -l 看這些命令的所有者: su - oracle這時會進入這個用戶的主目錄/home/oracle,此時,可以用

linux平臺防火墻iptables原理(轉)

arch inux 方式 輸出結果 取反 地址 angle 啟動 internet iptables簡介 netfilter/iptables(簡稱為iptables)組成Linux平臺下的包過濾防火墻,與大多數的Linux軟件一樣,這個包過濾防火墻是免費的,它可以

win10安裝Oracle 11g 32位客戶端遇到INS-13001環境不滿足最低要求

錯誤 database 環境 滿足 安裝oracle 錯誤提示 網上 XML 找到 在以管理員身份運行setup.exe之後,出現了:[INS-13001]環境不滿足最低要求,通過網上搜索之後找到了解決途徑 首先,打開你的解壓後的database文件夾,找到stage,然後