来源:http://blog.csdn.net/brj880719/article/details/53158507
安全公告:http://www.oracle.com/technetwork/topics/security/alert-cve-2012-1675-1608180.html
一、解决方案
二、简单举例:非 RAC 操作步骤,1453883.1文档中 1)
- 解决方案分两种
- Restricting registration to the TCP protocol (Requires the fix for BUG:12880299)
- Restricting registration to the IPC protocol (The patch for BUG:12880299 is NOT required for the IPC method)
- 添加"SECURE_REGISTER_[listener_name] = (TCP)"
LISTENER_PROD =(DESCRIPTION_LIST =(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.66.101)(PORT = 1521))))
SECURE_REGISTER_LISTENER_PROD = (TCP) - 重启监听
- 注册监听
- SQL> alter system register;
- SQL> alter system register;
- 校验
- 设置remote_listener参数
alter system set remote_listener='(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.66.101)(PORT=1551))' scope=memory; - 查看监听服务状态
lsnrctl services listener - 如果remote状态没有或为block状态,则为成功