Oracle Emanager Database databases
1. Start OEM Dbconsole
[Oracle@rac1 10.2.0]$ emctl start Dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, Oracle Corporation. All rights reserved.
Http://10.85.10.80:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control ... ORACLEDBCONSOLEDBA Clothing
Service is starting ...
The ORACLEDBCONSOLEDBA service has started successfully.
[Oracle@rac1 10.2.0]$
2. Stop OEM Dbconsole
[Oracle@rac1 10.2.0]$ Emctl Stop Dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, Oracle Corporation. All rights reserved.
Http://HFCC-KF-3068:1158/em/console/aboutApplication
ORACLEDBCONSOLEDBA Service is stopping ...
The ORACLEDBCONSOLEDBA service has stopped successfully.
3. Customer segment IE Access OEM Dbconsole
http://10.85.10.80:1158/em/
If you find that the button on the login page is garbled, the solution is as follows:
A) First stop the OEM Dbconsole service
b) Use the Font.properties.zh_CN in the same catalogue. Redhat8.0 Replace Font.properties
[Oracle@rac1 ojvmfonts]$ pwd
/oracle/product/10.2.0/db_1/javavm/lib/ojvmfonts
[ORACLE@RAC1 ojvmfonts]$ CP font.properties Font.properties.bak.seagull
[Oracle@rac1 ojvmfonts] $CP Font.properties.zh_CN. Redhat font.properties
[Oracle@rac1 ojvmfonts]$
[Oracle@rac1 lib]$ pwd
/oracle/product/10.2.0/db_1/jdk/jre/lib
[ORACLE@RAC1 lib]$ CP font.properties Font.properties.bak.seagull
[ORACLE@RAC1 lib]$ CP Font.properties.zh_CN. Redhat font.properties
[Oracle@rac1 lib]$
[Oracle@rac1 lib]$ pwd
/oracle/product/10.2.0/db_1/jre/1.4.2/lib
[ORACLE@RAC1 lib]$ CP font.properties Font.properties.bak.seagull
[ORACLE@RAC1 lib]$ CP Font.properties.zh_CN. Redhat font.properties
[Oracle@rac1 lib]$
C Delete the automatically generated picture of the cache
[Oracle@rac1 zhs]$ pwd
This article URL address: http://www.bianceng.cn/database/Oracle/201410/45568.htm
/oracle/product/10.2.0/db_1/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs
[Oracle@rac1 zhs]$ ls
B-b5.gif B-b5.imx
[Oracle@rac1 zhs]$ RM *
[Oracle@rac1 zhs]$
d) Start OEM Dbconsole service
4. View OEM dbconsole Status
$ EMCTL Status Dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, Oracle Corporation. All rights reserved.
Http://HFCC-KF-3068:1158/em/console/aboutApplication
EM Daemon is running.
------------------------------------------------------------------
Logs are generated in Directory/opt/oracle/product/10.2.0/db_1/db01_oa1/sysman/log
$
[Oracle@rac1 zhs]$ emctl status Dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, Oracle Corporation. All rights reserved.
Http://HFCC-KF-3068:1158/em/console/aboutApplication
EM Daemon is not running.
5. Start Isqlplus Service
[Oracle@rac1 images]$ isqlplusctl start
Isql*plus 10.2.0.1.0
Copyright (c) 2003, +, Oracle. All rights reserved.
Starting Isql*plus ...
Isql*plus started.
6. Client IE Access Isqlplus
http://10.85.10.80:5560/isqlplus/
Note: the instance name set in the listener that is filled in in the connection identifier. You need to add the appropriate configuration to the Tnsnames.ora, or configure it through Net Manager. Detailed Operation See blog:
Oracle Database Listener Configuration
Http://blog.csdn.net/tianlesoftware/archive/2009/11/24/4861572.aspx
7. Stop Isqlplus Service
[Oracle@rac1 lib]$ Isqlplusctl Stop
Isql*plus 10.2.0.1.0
Copyright (c) 2003, +, Oracle. All rights reserved.
Stopping Isql*plus ...
Isql*plus stopped.