真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Oracle數(shù)據(jù)庫密碼的延遲驗證方式

本篇內(nèi)容主要講解“Oracle數(shù)據(jù)庫密碼的延遲驗證方式”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Oracle數(shù)據(jù)庫密碼的延遲驗證方式”吧!

成都創(chuàng)新互聯(lián)專注于巴彥淖爾企業(yè)網(wǎng)站建設,響應式網(wǎng)站,商城網(wǎng)站建設。巴彥淖爾網(wǎng)站建設公司,為巴彥淖爾等地區(qū)提供建站服務。全流程定制制作,專業(yè)設計,全程項目跟蹤,成都創(chuàng)新互聯(lián)專業(yè)和態(tài)度為您提供的服務

密碼延遲驗證官方文檔說明:

Oracle? Database Security Guide 11g Release 1 (11.1)

Preventing passwords from being broken. If a user tries to log in to Oracle Database multiple times using an incorrect password, Oracle Database delays each login. This protection applies for attempts made from different IP addresses or multiple client connections. Afterwards, it gradually increases the time before the user can try another password, up to a maximum of about 10 seconds. If the user enters the correct password, he or she is able to log in successfully without any delay.

This feature significantly decreases the number of passwords that an intruder would be able to try within a fixed time period when attempting to log in. The failed logon delay slows down each failed logon attempt, increasing the overall time that is required to perform a password-guessing attack, because such attacks usually require a very large number of failed logon attempts.

密碼延遲驗證初衷是為了防止密碼在短時間內(nèi)被暴力破解,隨著密碼輸入錯誤次數(shù),延遲驗證時間會逐步增加一直到最大10s。

如果由于密碼延遲驗證導致了大量的無event的會話,或library cache lock,可以保證安全前提下,關閉密碼延遲驗證。

在不同版本可以通過如下設置關閉密碼延遲驗證:

11g:

# 在spfile中設置event:event = "28401 trace name context forever,level 1"
SQL> alter system set event="28401 trace name context forever,level 1" scope=spfile;
# 針對SYS用戶,可以看到在11g中該參數(shù)是針對sys用戶:
_sys_logon_delay      1     TRUE   failed logon delay for sys     
SQL> alter system set "_sys_logon_delay"=0 scope=spfile;

12c

# 可以看到12c中,該參數(shù)已經(jīng)變更為控制數(shù)據(jù)庫實例,所以可以通過修改該參數(shù)關閉密碼延遲驗證
_sys_logon_delay    1   TRUE   The failed logon delay for the database instance

到此,相信大家對“Oracle數(shù)據(jù)庫密碼的延遲驗證方式”有了更深的了解,不妨來實際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關內(nèi)容可以進入相關頻道進行查詢,關注我們,繼續(xù)學習!


本文題目:Oracle數(shù)據(jù)庫密碼的延遲驗證方式
文章網(wǎng)址:http://weahome.cn/article/pghpoj.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部