這篇文章主要為大家展示了“ORACLE如何設(shè)置更改密碼時(shí)不能使用最近5次密碼”,內(nèi)容簡(jiǎn)而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“ORACLE如何設(shè)置更改密碼時(shí)不能使用最近5次密碼”這篇文章吧。
創(chuàng)新互聯(lián)建站成都企業(yè)網(wǎng)站建設(shè)服務(wù),提供成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè)網(wǎng)站開(kāi)發(fā),網(wǎng)站定制,建網(wǎng)站,網(wǎng)站搭建,網(wǎng)站設(shè)計(jì),成都響應(yīng)式網(wǎng)站建設(shè)公司,網(wǎng)頁(yè)設(shè)計(jì)師打造企業(yè)風(fēng)格網(wǎng)站,提供周到的售前咨詢(xún)和貼心的售后服務(wù)。歡迎咨詢(xún)做網(wǎng)站需要多少錢(qián):18980820575ORACLE更改密碼時(shí)不能使用最近5次密碼的設(shè)置方法
個(gè)人實(shí)驗(yàn)過(guò)的:比如修改window域賬號(hào)密碼,嫌總換密碼導(dǎo)致記不住,但是公司設(shè)置了修改密碼時(shí)不能使用最近5次的密碼,個(gè)人小訣竅每次修改密碼時(shí)都一次性修改5次,第5次時(shí)就使用原來(lái)的那個(gè)密碼,可以修改成功,這樣就可以使用5次之前的密碼了,也就避免了老換密碼,但是ORACLE就不能這樣了,因?yàn)檫€有一個(gè)參數(shù)PASSWORD_REUSE_TIME在起作用,如果只改了PASSWORD_REUSE_MAX而沒(méi)有修改PASSWORD_REUSE_TIME還是不能重復(fù)使用之前的密碼
ALTER PROFILE DEFAULT LIMIT PASSWORD_REUSE_MAX 5
ALTER PROFILE DEFAULT LIMIT PASSWORD_REUSE_TIME 30
--意思是密碼修改次數(shù)達(dá)到5次后,并且密碼修改過(guò)后的30天,才能重復(fù)使用之前的密碼
PASSWORD_REUSE_TIME and PASSWORD_REUSE_MAX
These two parameters must be set in conjunction with each other. PASSWORD_REUSE_TIME specifies the number of days before which a password cannot be reused. PASSWORD_REUSE_MAX specifies the number of password changes required before the current password can be reused. For these parameter to have any effect, you must specify a value for both of them.
If you specify a value for both of these parameters, then the user cannot reuse a password until the password has been changed the number of times specified for PASSWORD_REUSE_MAX during the number of days specified for PASSWORD_REUSE_TIME.
For example, if you specify PASSWORD_REUSE_TIME to 30 and PASSWORD_REUSE_MAX to 10, then the user can reuse the password after 30 days if the password has already been changed 10 times.
If you specify a value for either of these parameters and specify UNLIMITED for the other, then the user can never reuse a password.
If you specify DEFAULT for either parameter, then Oracle Database uses the value defined in the DEFAULT profile. By default, all parameters are set to UNLIMITED in the DEFAULT profile. If you have not changed the default setting of UNLIMITED in the DEFAULT profile, then the database treats the value for that parameter as UNLIMITED.
If you set both of these parameters to UNLIMITED, then the database ignores both of them. This is the default if you omit both parameters.
這兩個(gè)參數(shù)必須同時(shí)設(shè)置。password_reuse_time指定密碼不能重復(fù)使用之前的天數(shù)。password_reuse_max指定當(dāng)前密碼可重復(fù)使用之前的更改次數(shù)。您必須為這個(gè)兩個(gè)參數(shù)同時(shí)指定值,這樣這些才能產(chǎn)生影響。
如果你為這個(gè)兩個(gè)參數(shù)同時(shí)指定值,則用戶(hù)不能重復(fù)使用一個(gè)密碼直到密碼已達(dá)到password_reuse_max指定的更改次數(shù)并且已經(jīng)超過(guò)了參數(shù)password_reuse_time指定的天數(shù)。
例如,如果你指定的password_reuse_time 30和password_reuse_max 10,如果密碼修改了10次并且密碼修改30天后,用戶(hù)可以重用密碼
如果為其中一個(gè)參數(shù)指定一個(gè)值,并為另一個(gè)指定無(wú)限,那么用戶(hù)就不能再重用密碼了。
如果為這兩個(gè)參數(shù)指定默認(rèn)值,則Oracle數(shù)據(jù)庫(kù)將使用默認(rèn)配置文件中定義的值。默認(rèn)情況下,默認(rèn)配置文件中的所有參數(shù)都設(shè)置為無(wú)限制。如果您沒(méi)有更改默認(rèn)配置文件中的默認(rèn)設(shè)置,那么數(shù)據(jù)庫(kù)將該參數(shù)的值視為無(wú)限制。
如果將這兩個(gè)參數(shù)設(shè)置為無(wú)限制,則數(shù)據(jù)庫(kù)將忽略這兩個(gè)參數(shù)。如果忽略這兩個(gè)參數(shù),則為默認(rèn)值。
以上是“ORACLE如何設(shè)置更改密碼時(shí)不能使用最近5次密碼”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司行業(yè)資訊頻道!
標(biāo)題名稱(chēng):ORACLE如何設(shè)置更改密碼時(shí)不能使用最近5次密碼-創(chuàng)新互聯(lián)
文章起源:http://www.rwnh.cn/article12/djoodc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供服務(wù)器托管、App開(kāi)發(fā)、搜索引擎優(yōu)化、網(wǎng)站建設(shè)、品牌網(wǎng)站設(shè)計(jì)、全網(wǎng)營(yíng)銷(xiāo)推廣
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容