nniu520 发表于 2013-2-7 12:56:40

在AIX系统中启动Oracle控制台

1.先telnet到装有oracle的AIX上
telnet 10.60.28.24 root/root

2.更换成oracle用户身份
su - oracle

3.设置系统当前ORACLE_SID

echo $ORACLE_SID
export ORACELE_SID=PPMS

4.启动Oracle控制台
emctl start dbconsole

5.如果启动成功,显示以下信息
---------------------------------------------------------------------
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation.All rights reserved.
http://CREDIT-WF-02:5501/em/console/aboutApplication
Agent Version   : 10.1.0.4.1
OMS Version       : 10.1.0.4.0
Protocol Version: 10.1.0.2.0
Agent Home      : /oracle/product/10.2.0/CREDIT-WF-02_PPMS
Agent binaries    : /oracle/product/10.2.0
Agent Process ID: 1220742
Parent Process ID : 803024
Agent URL         : http://CREDIT-WF-02:1831/emd/main
Started at      : 2010-05-15 17:35:37
Started by user   : oracle
Last Reload       : 2010-05-15 17:35:37
Last successful upload                     : 2010-05-16 14:13:38
Total Megabytes of XML files uploaded so far :   4.59
Number of XML files pending upload         :      5
Size of XML files pending upload(MB)         :   0.01
Available disk space on upload filesystem    :    58.34%
Agent is already started. Will restart the agent
Stopping agent ... stopped.
Starting Oracle Enterprise Manager 10g Database Control .................... started.
------------------------------------------------------------------
Logs are generated in directory /oracle/product/10.2.0/CREDIT-WF-02_PPMS/sysman/log
-------------------------------------------------------------------
页: [1]
查看完整版本: 在AIX系统中启动Oracle控制台