参考教程:
http://blog.itpub.net/26148431/viewspace-1426743/
参考教程2:
http://www.xifenfei.com/2012/12/enterprise-manager-database-express-12c-%E6%AC%A3%E8%B5%8F.html
http://www.xifenfei.com/2013/07/oracle-12c-em-express%E8%A1%A5%E5%85%85.html
http://blog.csdn.net/cscscscsc/article/details/50899522 启动oem和删除oem
[oracle@test ~]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Wed Feb 4 10:35:41 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> show parameter dispatchers
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
dispatchers string (PROTOCOL=TCP) (SERVICE=testXD
B)
max_dispatchers integer
SQL> exec dbms_xdb_config.setHTTPPort(8080);
PL/SQL procedure successfully completed.
SQL> quit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
[oracle@test ~]$ lsnrctl status
LSNRCTL for Linux: Version 12.1.0.1.0 - Production on 04-FEB-2015 10:36:41
Copyright (c) 1991, 2013, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=test)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 12.1.0.1.0 - Production
Start Date 03-FEB-2015 17:59:03
Uptime 0 days 16 hr. 37 min. 37 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /12c/app/oracle/product/12.1.0/dbhome_1/network/admin/listener.ora
Listener Log File /12c/app/oracle/diag/tnslsnr/test/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=test)(PORT=5500))(Security=(my_wallet_directory=/12c/app/oracle/admin/test/xdb_wallet))(Presentation=HTTP)(Session=RAW))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test)(PORT=8080))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "test" has 1 instance(s).
Instance "test", status READY, has 1 handler(s) for this service...
Service "test1" has 1 instance(s).
Instance "test", status READY, has 1 handler(s) for this service...
Service "testXDB" has 1 instance(s).
Instance "test", status READY, has 1 handler(s) for this service...
The command completed successfully
[oracle@test ~]$
EM登录网址:
http://172.18.29.151:8080/em/
cat ~/.bash_profile