Oracle documentation bug SSL Version 1.2

There is a documentation bug already opened for this, so the docs should be updated soon.

FlagQuoteOff Topic1Like

Applies To

All Users

Summary

This document provides the steps needed to disable use of SSLv3 for Oracle database clients and servers to address the POODLE vulnerability in SSL as described by CVE-2014-3566.

Please refer to the following document:

SSL V3.0 "Poodle" Vulnerability - CVE-2014-3566 http://www.oracle.com/technetwork/topics/security/poodlecve-2014-3566-2339408.html

This document is intended for all levels of expertise.

Solution

Oracle database clients and services can be configured to disallow use of SSLv3 via the SSL_VERSION parameter in sqlnet.ora and listener.ora. To do so, update any sqlnet.ora and listener.ora configuration files used by database clients or servers that enable SSL to include an SSL_VERSION parameter that excludes the value "3.0". For example, the setting below will enforce the use of TLS 1.0 and disallow any other SSL versions including SSLv3:

SSL_VERSION=1.0

References:

Oracle Database Advanced Security Administrator's Guide (10g Release 2)

Oracle Database Security Guide (12c Release 1)

See the following link: http://docs.oracle.com/database/121/NETRF/sqlnet.htm#NETRF235

Compatibility Reference:

11.1.0.7 SSLv3, Upgradeable to TLSv1.0 with <BUG 6973000> UTL_HTTP DOES NOT SUPPORT TRANSPORT LAYER SECURITY VERSION 1

11.2.0.4 TLSv1.0, SSLv3, SSLv2

12c TLSv1.1, TLSv1.2

SSL_VERSION

Purpose

To force the version of the SSL connection.

Usage Notes

Clients and database servers must use a compatible version.

Default

undetermined

Values

复制代码
undetermined | 2.0 | 3.0

Example

复制代码
SSL_VERSION=2.0
相关推荐
码云数智-园园17 分钟前
关系型与非关系型数据库:核心区别与业务场景解析
数据库·oracle
ClouGence31 分钟前
数据迁移同步工具 CloudCanal-v5.5.0.0 发布,支持 RETL(定时扫描同步)
数据库·mysql·postgresql·oracle·sqlserver·kafka·etl
DomDanrtsey32 分钟前
oracle与tidb时间格式化函数不兼容简述
数据库·oracle·tidb
杨云龙UP37 分钟前
Linux环境下Oracle RMAN全量、增量备份与定时任务实践_20260331
linux·运维·服务器·数据库·oracle
小陈工39 分钟前
Python Web开发入门(三):配置文件管理与环境变量最佳实践
开发语言·jvm·数据库·python·oracle·性能优化·开源
数据库小组40 分钟前
Oracle 到 PostgreSQL 迁移,2026 年如何实现平滑切换?
数据库·postgresql·oracle·数据同步·数据库迁移·oracle迁移·postgresql迁移
last demo12 小时前
mysql
运维·数据库·mysql·oracle
kevin_cat13 小时前
oracle 扩展表空间
数据库·oracle
高梦轩14 小时前
MySQL 数据库备份与恢复
数据库·oracle
GIS阵地16 小时前
QgsProviderMetadata 详解(基于 QGIS 3.40.13 API)
数据库·qt·arcgis·oracle·gis·开源软件·qgis