Oracle 12C配置EM
12C配置OEM同之前的版本差別較大,沒有了emctl,而是直接使用如下方法配置:
SQL*Plus: Release 12.1.0.2.0 Production on Tue Jul 19 07:19:33 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> exec DBMS_XDB_CONFIG.SETHTTPPORT(8080);
PL/SQL procedure successfully completed.
SQL>
配置成功後直接訪問
就OK了
參考文件:
To configure EM Express for a CDB:
In SQL*Plus, access a container in a CDB.
The user must have common SYSDBA administrative privilege, and you must exercise this privilege using AS SYSDBA at connect time. The container can be the root or a PDB.
See "Accessing a Container in a CDB with SQL*Plus".
Set the HTTP or HTTPS port in one of the following ways:
To set the HTTP port, run the following procedure:
exec DBMS_XDB_CONFIG.SETHTTPPORT(http_port_number);
Replace http_port_number with the appropriate HTTP port number.
To set the HTTPS port, run the following procedure:
exec DBMS_XDB_CONFIG.SETHTTPSPORT(https_port_number);
Replace https_port_number with the appropriate HTTPS port number.
Each container must use a unique port for EM Express.
Repeat steps 1 and 2 for each container that you want to manage and monitor with EM Express.
After the port is set for each container, you can access EM Express using one of the following URLs:
The URL for the HTTP port:
SQL*Plus: Release 12.1.0.2.0 Production on Tue Jul 19 07:19:33 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> exec DBMS_XDB_CONFIG.SETHTTPPORT(8080);
PL/SQL procedure successfully completed.
SQL>
配置成功後直接訪問
就OK了
參考文件:
To configure EM Express for a CDB:
In SQL*Plus, access a container in a CDB.
The user must have common SYSDBA administrative privilege, and you must exercise this privilege using AS SYSDBA at connect time. The container can be the root or a PDB.
See "Accessing a Container in a CDB with SQL*Plus".
Set the HTTP or HTTPS port in one of the following ways:
To set the HTTP port, run the following procedure:
exec DBMS_XDB_CONFIG.SETHTTPPORT(http_port_number);
Replace http_port_number with the appropriate HTTP port number.
To set the HTTPS port, run the following procedure:
exec DBMS_XDB_CONFIG.SETHTTPSPORT(https_port_number);
Replace https_port_number with the appropriate HTTPS port number.
Each container must use a unique port for EM Express.
Repeat steps 1 and 2 for each container that you want to manage and monitor with EM Express.
After the port is set for each container, you can access EM Express using one of the following URLs:
The URL for the HTTP port:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29135257/viewspace-2122232/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE 12C EM ExpressOracleExpress
- ORACLE EM 12C 監控MySQLOracleMySql
- oracle 12c CDB企業管理器(EM Express)的配置方法OracleExpress
- oracle EM配置命令解析Oracle
- oracle重新配置emOracle
- Oracle中EM的配置Oracle
- 12c EM Database ExpressDatabaseExpress
- 12c em安裝
- oracle11g 重新配置emOracle
- EM配置Oracle郵件自動告警Oracle
- Oracle 12C dgbroker 配置Oracle
- ORACLE 11g RAC EM手動配置Oracle
- ORACLE_HOSTNAME 未定義,em重新配置Oracle
- AIX上配置ORACLE 10g RAC EMAIOracle 10g
- 配置oracle11g EM db controlOracle
- Oracle EM 12c 如何切換備用的OMR資料庫 - 2Oracle資料庫
- Oracle EM 12c 如何切換備用的OMR資料庫 - 1Oracle資料庫
- ORACLE EM recreateOracle
- 重建oracle EMOracle
- Oracle 11g R2手動配置EMOracle
- Oracle EM Https WIndows不能訪問防火牆配置OracleHTTPWindows防火牆
- ORACLE 11G EM 配置命令及問題處理Oracle
- EM 12c推送Agent出錯 - OMS_HOST and EM_UPLOAD_PORT is not availableAI
- oracle EM 優化Oracle優化
- oracle 重建EM databaseOracleDatabase
- oracle em 修改埠Oracle
- goldengate 12c 針對oracle 12c配置的主要變化GoOracle
- 4.4 為CDB配置EM ExpressExpress
- Oracle 19C EMOracle
- 重灌 ORACLE 10.2.0.1.0 EMOracle
- linux下配置oracle 10G EM Database ConsoleLinuxOracle 10gDatabase
- Oracle 12c RAC構築之二:共享磁碟配置Oracle
- windowns server 2008 r2系統下oracle配置emServerOracle
- Oracle 11G EM建立Oracle
- oracle 11g em recreateOracle
- oracle 10g em建立Oracle 10g
- oracle 10g em patchOracle 10g
- Oracle 12cOracle