메뉴 건너뛰기

조회 수 7078 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

1. 오류 화면

ERROR [org.enhydra.jdbc.xapool] GenericPool:cleanUp Error Exception in GenericPool:cleanUp
java.sql.SQLException: Cannot get connection for URL jdbc:oracle:thin:@ ~ : ORA-28001: the

password has expired

2. 조회

SQL> SELECT RESOURCE_NAME, LIMIT FROM DBA_PROFILES WHERE PROFILE='DEFAULT';

조회 결과

RESOURCE_NAME LIMIT
-------------------------------- ----------------------------------------
COMPOSITE_LIMIT UNLIMITED
SESSIONS_PER_USER UNLIMITED
CPU_PER_SESSION UNLIMITED
CPU_PER_CALL UNLIMITED
LOGICAL_READS_PER_SESSION UNLIMITED
LOGICAL_READS_PER_CALL UNLIMITED
IDLE_TIME UNLIMITED
CONNECT_TIME UNLIMITED
PRIVATE_SGA UNLIMITED
FAILED_LOGIN_ATTEMPTS 10
PASSWORD_LIFE_TIME 180

RESOURCE_NAME LIMIT
-------------------------------- ----------------------------------------
PASSWORD_REUSE_TIME UNLIMITED
PASSWORD_REUSE_MAX UNLIMITED
PASSWORD_VERIFY_FUNCTION NULL
PASSWORD_LOCK_TIME 1
PASSWORD_GRACE_TIME 7

16 rows selected.

3. 'PASSWORD_LIFE_TIME'을 'UNLIMITED'로 변경

SQL> ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

4. 비밀번호 만료된 계정으로 재접속

[oracle@gtck-gw ~]$ sqlplus neos

SQL*Plus: Release 11.2.0.1.0 Production on Sun Dec 7 15:58:50 2014

Copyright (c) 1982, 2009, Oracle. All rights reserved.

Enter password:
ERROR:
ORA-28001: the password has expired


Changing password for neos
New password:
Retype new password:
Password changed

※재접속하지 않으면 갱신되지 않음.


  1. CentOS 6.5 에 Oracle Database 11g Release 2 설치하기

    Date2016.12.08 Views12409
    Read More
  2. CentOS 6.5 에 Oracle Database 11g Release 2 설치하기

    Date2016.12.08 Views10855
    Read More
  3. CLOB TEXT 데이타를 저장하고, 조회하는 예제

    Date2016.12.08 Views13061
    Read More
  4. Create SYNONYM

    Date2016.09.12 Views7411
    Read More
  5. cron을 이용한 Oracle 백업

    Date2016.09.12 Views8045
    Read More
  6. Database link, Synonym How to

    Date2016.09.12 Views7500
    Read More
  7. DB Link How-To

    Date2016.09.12 Views7015
    Read More
  8. IMP-00010: 엑스포트 파일이 유효하지 않고, 헤더가 검증에 실패했습니다

    Date2016.12.08 Views8807
    Read More
  9. INSTR 문자열의 뒤(마지막)에서 부터 문자 찾기 (right to left, last)

    Date2016.12.08 Views14855
    Read More
  10. linux oracle 서비스 시작 및 확인 ( 간단 )

    Date2016.09.11 Views12296
    Read More
  11. linux 오라클 리스너 설정(오라클 원격접속)

    Date2016.09.11 Views25399
    Read More
  12. Merge into를 이용해서 insert나 update를 자동으로 실행하자.

    Date2016.08.29 Views7572
    Read More
  13. ORA-01652 128(으)로 테이블 공간 ***에서 임시 세그먼트를 확장할 수 없습니다.

    Date2016.12.08 Views9254
    Read More
  14. ORA-28001: the password has expired - 추천 실적용 실전

    Date2016.12.08 Views7078
    Read More
  15. ORA-39142 덤프 버전이 틀려서 넣지 못할 때

    Date2016.12.08 Views8967
    Read More
  16. oracle 10g - log, trc 관리 정책 스크립트

    Date2016.09.11 Views10088
    Read More
  17. Oracle 11g Client Install 및 외부 클라이언트 도구의 사용

    Date2016.12.08 Views70678
    Read More
  18. Oracle 11g Database에 외부 접속 허용하도록 설정하기

    Date2016.12.08 Views24905
    Read More
  19. Oracle Batch Processing

    Date2016.12.08 Views6822
    Read More
  20. oracle db 백업(full)

    Date2016.09.11 Views9662
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved