主頁 > 知識庫 > ORA-28002 Oracle 11g存在密碼過期問題解決方案

ORA-28002 Oracle 11g存在密碼過期問題解決方案

熱門標(biāo)簽:百度地圖標(biāo)注員是干什么 外呼系統(tǒng)口號 貴陽智能電銷機(jī)器人官網(wǎng) 北京營銷外呼系統(tǒng)廠家 外呼系統(tǒng)鄭州 沈陽400電話是如何辦理 地圖標(biāo)注付款了怎么找不到了 北京外呼系統(tǒng)公司排名 溫州人工外呼系統(tǒng)
故障現(xiàn)象
Oracle Database 11g 數(shù)據(jù)庫普通用戶登錄時(shí)提示 ORA-28002: the password will expire within 7 days
[11:01:00oracle@dvd db_1]$sqlplus wang/oracle
SQL*Plus: Release 11.2.0.1.0 Production on Fri Nov 16 11:01:23 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-28002: the password will expire within 7 days
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the OLAP and Data Mining options
wang@SUN>

故障原因
Oracle 11G 普通用戶有個(gè)180天的缺省密碼周期,當(dāng)快過期的時(shí)候即會出現(xiàn)此提示;

解決辦法
查看當(dāng)前用戶對應(yīng)profile、對應(yīng)密碼周期
select * from dba_profiles where profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';
alter profile default limit password_life_time unlimited;
SELECT username,PROFILE FROM dba_users where username like upper('USER');
sys@SUN> SELECT username,PROFILE FROM dba_users where username like upper('USER');
Enter value for user: wang
old 1: SELECT username,PROFILE FROM dba_users where username like upper('USER')
new 1: SELECT username,PROFILE FROM dba_users where username like upper('wang')
USERNAME PROFILE
------------------------------ ------------------------------
WANG DEFAULT
--查詢到該用戶對應(yīng)的Profile文件為 DEFAULT
sys@SUN> set lines 222
sys@SUN> col PROFILE for a20
sys@SUN> col RESOURCE_NAME for a20
sys@SUN> col RESOURCE_TYPE for a20
sys@SUN> col LIMIT for a20
sys@SUN> select * from dba_profiles where profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';
PROFILE RESOURCE_NAME RESOURCE_TYPE LIMIT
-------------------- -------------------- -------------------- --------------------
DEFAULT PASSWORD_LIFE_TIME PASSWORD 180
--查詢到該profile對應(yīng)的密碼生命周期配置為180天
修改當(dāng)前用戶對應(yīng)profile對應(yīng)對應(yīng)密碼周期
sys@SUN> alter profile default limit password_life_time 365;
Profile altered.
--修改該profile對應(yīng)的密碼生命周期配置為365天
sys@SUN> alter profile default limit password_life_time unlimited;
Profile altered.
--修改該profile對應(yīng)的密碼生命周期配置為 無限制
您可能感興趣的文章:
  • Oracle用戶密碼過期和用戶被鎖的解決方法
  • oracle密碼過期的徹底解決方案
  • Oracle數(shù)據(jù)庫用戶的密碼過期時(shí)間如何修改為永不過期
  • Oracle用戶密碼設(shè)為不過期的兩種方法
  • Oracle 11g中密碼過期問題詳解
  • Oracle 11G密碼180天過期后的修改方法
  • 修改oracle密碼有效期限制的兩種思路詳解
  • Oracle密碼過期如何取消密碼180天限制及密碼180天過期,賬號鎖住的問題

標(biāo)簽:通遼 潮州 衡水 淮北 衢州 溫州 定西 包頭

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ORA-28002 Oracle 11g存在密碼過期問題解決方案》,本文關(guān)鍵詞  ORA-28002,Oracle,11g,存在,密碼,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ORA-28002 Oracle 11g存在密碼過期問題解決方案》相關(guān)的同類信息!
  • 本頁收集關(guān)于ORA-28002 Oracle 11g存在密碼過期問題解決方案的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章