开启

sys@jyCDB> alter session set container=jypdb;

Session altered.

Elapsed: 00:00:00.21

sys@jyCDB> exec DBMS_XDB_CONFIG.SETHTTPPORT(5505);

PL/SQL procedure successfully completed.

Elapsed: 00:00:01.91

[grid@shurkcs ~]$ lsnrctl status

LSNRCTL for Linux: Version 12.2.0.1.0 - Production on 23-FEB-2018 08:47:21

Copyright (c) 1991, 2016, Oracle. All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shurkcs.com)(PORT=1521)))

STATUS of the LISTENER

Alias LISTENER

Version TNSLSNR for Linux: Version 12.2.0.1.0 - Production

Start Date 23-FEB-2018 08:28:03

Uptime 0 days 0 hr. 19 min. 17 sec

Trace Level off

Security ON: Local OS Authentication

SNMP OFF

Listener Parameter File /U01/u01/app/grid/product/12.2.0/crs/network/admin/listener.ora

Listener Log File /U01/u01/grid/diag/tnslsnr/shurkcs/listener/alert/log.xml

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shurkcs.com)(PORT=1521)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=shurkcs.com)(PORT=5500))(Security=(my_wallet_directory=/U01/u01/app/oracle/admin/jy/xdb_wallet))(Presentation=HTTP)(Session=RAW))

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shurkcs.com)(PORT=5505))(Presentation=HTTP)(Session=RAW))

Services Summary...

Service "+ASM" has 1 instance(s).

Instance "+ASM", status READY, has 1 handler(s) for this service...

Service "+ASM_DATA" has 1 instance(s).

Instance "+ASM", status READY, has 1 handler(s) for this service...

Service "65c890ff89c39408e053ce05080aaa04" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

Service "jy" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

Service "jyXDB" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

Service "jypdb" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

The command completed successfully

关闭

sys@jyCDB> exec DBMS_XDB_CONFIG.SETHTTPPORT(0);

PL/SQL procedure successfully completed.

Elapsed: 00:00:00.17

[grid@shurkcs ~]$ lsnrctl status

LSNRCTL for Linux: Version 12.2.0.1.0 - Production on 23-FEB-2018 08:50:12

Copyright (c) 1991, 2016, Oracle. All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shurkcs.com)(PORT=1521)))

STATUS of the LISTENER

Alias LISTENER

Version TNSLSNR for Linux: Version 12.2.0.1.0 - Production

Start Date 23-FEB-2018 08:28:03

Uptime 0 days 0 hr. 22 min. 8 sec

Trace Level off

Security ON: Local OS Authentication

SNMP OFF

Listener Parameter File /U01/u01/app/grid/product/12.2.0/crs/network/admin/listener.ora

Listener Log File /U01/u01/grid/diag/tnslsnr/shurkcs/listener/alert/log.xml

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shurkcs.com)(PORT=1521)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=shurkcs.com)(PORT=5500))(Security=(my_wallet_directory=/U01/u01/app/oracle/admin/jy/xdb_wallet))(Presentation=HTTP)(Session=RAW))

Services Summary...

Service "+ASM" has 1 instance(s).

Instance "+ASM", status READY, has 1 handler(s) for this service...

Service "+ASM_DATA" has 1 instance(s).

Instance "+ASM", status READY, has 1 handler(s) for this service...

Service "65c890ff89c39408e053ce05080aaa04" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

Service "jy" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

Service "jyXDB" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

Service "jypdb" has 1 instance(s).

Instance "jy", status READY, has 1 handler(s) for this service...

The command completed successfully

oracle12c em 空白,Oracle12C 开启关闭em相关推荐

  1. mysql5.7跳过gitd_MySQL5.7在线开启/关闭GTID

    MySQL5.7在线开启/关闭GTID 环境介绍 Part1:写在最前 截止本文撰写当日,MySQL5.7.16是官网的最新稳定版,本文将用MySQL5.7.16来进行演示.从MySQL5.6开始,支 ...

  2. Linux下开启/关闭MySql Server命令

    要开启/关闭/重启MySql Server,首先登录为root账户,或者在一下命令前加sudo前缀. 如果你用的是RedHat/Fedora,那么就可以用这些命令: 开启:         /etc/ ...

  3. 02全志r58平台Android4.4.4下关闭内核中的CPU的开启关闭提示

    02全志r58平台Android4.4.4下关闭内核中的CPU的开启关闭提示 2017/8/18 13:53 版本:V1.0 开发板:SC5806(全志R58平台) SDK:android4.4.4 ...

  4. 分析Android studio3.0的instant run开启关闭对APK大小的影响

    分析Android studio3.0的instant run开启关闭对APK大小的影响 首先看下默认开启instant run的截图: Android studio2.0后新增加的功能默认开启ins ...

  5. python关闭线程daemon_python中threading开启关闭线程操作

    在python中启动和关闭线程: 首先导入threading import threading 然后定义一个方法 def serial_read(): ... ... 然后定义线程,target指向要 ...

  6. linux要求关闭httpd服务,Apache2.4.4的安装及实现service和chkconfig系统控制httpd开启关闭...

    Apache2.4.4的安装及实现service和chkconfig系统控制httpd开启关闭 不废话了,根据apache2.4.4的手册我们知道还要有三个准备包,如下 :  apr-1.4.6.ta ...

  7. android 定位 广播,android - 如何触发广播接收器在GPS开启/关闭? - SO中文参考 - www.soinside.com...

    如何触发广播接收器在GPS开启/关闭? 问题描述 投票:35回答:5 public class BootReceiver extends BroadcastReceiver { @Override p ...

  8. 华为交换机telnet和ftp服务开启/关闭命令

    1.telnet开启/关闭 在系统视图下 启用方式如下: telnet server enable //使能telnet服务 关闭方式如下: undo telnet server //关闭telnet ...

  9. mysql 严格模式_MySQL 开启/关闭 严格模式(Strict Mode)

    [广告:最高 ¥2000 红包]阿里云服务器.主机等产品通用,可叠加官网常规优惠使用 | 限时领取 查看 Mysql 是否开启严格模式: 打开 MySQL 配置文件 my.cnf(windows为my ...

最新文章

  1. 搜索引擎ElasticSearchV5.4.2系列二之ElasticSearchV5.4.2+kibanaV5.4.2+x-packV5.4.2安装
  2. uc的剪切板能关掉吗_关掉网络游戏,小孩就有美好的未来吗?
  3. [洛谷2月月月赛]富金森林公园
  4. recyclerview 分组_Android使用RecyclerView实现跨列分组
  5. 2.PHP利用PDO连接方式连接mysql数据库
  6. 友元函数重载+运算符
  7. arduino 蓝牙示例_,arduino 蓝牙例子,
  8. Android MemInfo 各项的意义(转)
  9. 【SpringCloud】服务注册之 zookeeper
  10. php简单的登录界面,PHP实现简单用户登录界面
  11. SQL Server 2008 安装过程中遇到“性能计数器注册表配置单元一致性”检查
  12. Linux使用rostopic echo将rosbag文件转换成csv或txt文件以及sh脚本批量化操作
  13. Mac唤醒后无声的一种解决方法
  14. 剑指offer刷题记录(C++)
  15. 六个机械原理,动图形象直观、解读通俗易懂
  16. u-boot之ARM920T的start.S分析
  17. 二台计算机 共享,两台电脑如何共享
  18. 使用uCommand执行复杂的任务
  19. 支持生僻字且自动识别utf-8编码的php汉字转拼音类,PHP汉字转拼音类(支持生僻字且自动识别utf-8编码)...
  20. windows杀死进程

热门文章

  1. sql中的三元运算符
  2. python @的用法
  3. Android 动画分析学习笔记
  4. 在 Cent OS 6.5 中安装桌面环境
  5. 移动设计需避免四种常见的用户体验失败
  6. 求助 windows server2008密码策略修改
  7. C#为什么多线程控制winform需要用委托?
  8. Excel2000的数字签名功能
  9. CHKDSK解决文件损坏无法打开E盘
  10. 服务器和云服务器的安全性哪个更好?—Vecloud