千家信息网

oracle安全性的参数是什么

发表于:2025-02-04 作者:千家信息网编辑
千家信息网最后更新 2025年02月04日,oracle安全性的参数是什么,很多新手对此不是很清楚,为了帮助大家解决这个难题,下面小编将为大家详细讲解,有这方面需求的人可以来学习下,希望你能有所收获。Oracle Database11g 增加了
千家信息网最后更新 2025年02月04日oracle安全性的参数是什么

oracle安全性的参数是什么,很多新手对此不是很清楚,为了帮助大家解决这个难题,下面小编将为大家详细讲解,有这方面需求的人可以来学习下,希望你能有所收获。

Oracle Database11g 增加了一组新参数以加强数据库的默认安全性。这些参数是系统范围的静态参数。

(1)使用区分大小写的口令以加强安全性

新参数SEC_CASE_SENSITIVE_LOGON使您可以设置区分大小写的用户口令。Oracle 建议保留默认设置TRUE。将此参数设置为FALSE 可指定不区分大小写的口令以实现向后兼容性。

ALTER SYSTEM SETSEC_CASE_SENSITIVE_LOGON = FALSE

注:禁用区分大小写会使口令在强力攻击面前变得更脆弱。

(2)防止拒绝服务(DoS) 攻击

SEC_PROTOCOL_ERROR_FURTHER_ACTION参数:指定了要对客户机连接执行的操作:继续、断开连接或延迟接受请求。

SEC_PROTOCOL_ERROR_TRACE_ACTION参数:指定了监视操作:NONE、TRACE、LOG 或ALERT。

(3)防止强力攻击

新的初始化参数SEC_MAX_FAILED_LOGIN_ATTEMPTS的默认设置为10,表示在连接尝试达到指定次数后会自动断开连接。即使未启用口令概要文件,也会强制实施此参数。

此参数可以防止程序连接到数据库,然后成百上千次地尝试口令以通过验证。

SEC_PROTOCOL_ERROR_FURTHER_ACTION

SEC_PROTOCOL_ERROR_FURTHER_ACTION specifies the further execution of a server

process when receiving bad packets from a possibly malicious client.

Values:

■ CONTINUE

The server process continues execution. The database server may be subject to a

Denial of Service (DoS) if bad packets cont inue to be sent by a malicious client.

■ (DELAY,integer)

The client experiences a delay of integer seconds before the server process accepts

the next request from the same client co nnection. Malicious cl ients are prevented

from excessive consumption of server resources while legitimate clients experience

a degradation in performance but can continue to function.

■ (DROP, integer)

The server forcefully terminates the client connection after integer cumulative bad

packets. The server protects itself at the ex pense of the client (for example, a client

transaction may be lost). The client may reconnect and attempt the same

operation.

Property Description

Parameter type Integer

Default value 10

Modifiable No

Range of values 1 to unlimited

Basic No

Property Description

Parameter type String

Syntax SEC_PROTOCOL_ERROR_FURTHER_ACTION = { CONTINUE |

(DELAY,integer) | (DROP, integer) }

Default value CONTINUE

Modifiable ALTER SESSION , ALTER SYSTEM

Basic No

SEC_PROTOCOL_ERROR_TRACE_ACTION

1-154 Oracle Database Reference

SEC_PROTOCOL_ERROR_TRACE_ACTION

SEC_PROTOCOL_ERROR_TRACE_ACTION specifies the action th at the database should

take when bad packets are received from a possibly malicious client.

Values:

■ NONE

The database server ignores the bad packets and does not generate any trace files

or log messages.

■ TRACE

A detailed trace file is generated when bad packets are received, which can be

used to debug any problems in client/server communication.

■ LOG

A minimal log message is printed in the alert logfile and in the server trace file. A

minimal amount of disk space is used.

■ ALERT

An alert message is sent to a DBA or monitoring console.

看完上述内容是否对您有帮助呢?如果还想对相关知识有进一步的了解或阅读更多相关文章,请关注行业资讯频道,感谢您对的支持。

参数 口令 大小 安全 安全性 攻击 强力 数据 数据库 尝试 帮助 清楚 脆弱 成百上千 上千 兼容性 内容 客户 客户机 对此 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 e7服务器cpu玩游戏怎么样 四川省达州市网络技术应用 上课地点数据库语言 网络安全话剧剧本 广州遂愿互联网科技 php对数据库插入没反应 软件开发项目经验分享怎么写 杭州网络安全厅 北京高性能服务器虚拟主机 福建广东网络安全培训有口皆碑 中学网络技术 陕西管理软件开发多少钱 数据库sql练习题 商友世界96号服务器 埃森哲软件开发工程师 运行命令管理员控制服务器 互联网科技宣传片背景音乐 网络安全 中职教材 社区开展网络安全宣传周的小结 初中毕业去学it软件开发好不好 互联网科技h5 备份数据库和分离数据库有何区别 网络安全相关内容Wifl 广州遂愿互联网科技 网络安全零报告制度指的是什么 吴江区数据网络技术包括什么 保护安全的网络技术措施有哪些 银行网络技术岗能力要求 软件开发的资源最重要的是 怎么判断自己的硬盘是服务器里的
0