oracle12c em容器名,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>

配置成功后直接访问

http://hostname:8080/em就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:

http://database_hostname:http_port_number/em/

原文:http://www.cnblogs.com/Clark-cloud-database/p/7813880.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值