일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- oracle tde
- oracle 파티션 datapump
- oracle 테스트 데이터
- oracle datapump
- SQL Server
- oracle
- oracle pdb
- supplemental log 활성화
- ORA-00020
- MSSQL
- ora-28002: the password will expire within 7 days
- ora-39083 ora-00439
- ora-00439: feature not enabled: partitioning
- oracle account_status expired
- Oracle Database
- oracleasm
- 오라클
- oracle SCN
- Oracle RAC
- oracle dba_profile password_life_time
- oracle awr
- sql user 생성
- mssql database 삭제
- SSMS
- oracle install
- oracle role 삭제
- oracle supplemental
- partition_options=merge
- create role
- oracle system lock
Archives
- Today
- Total
신문지한장
[Tech] ORA-28002 : oracle system 계정 lock(EXPIRED) ?
💡 account_status 상태는 신규 로그인 시 변경된다. 로그인 전까지 직전 상태 유지 account_status 상태 변화 : OPEN → EXPIRED(GRACE) → EXPIRED (1) 소소제목SYS@EJJM>!date2025. 02. 04. (화) 12:40:33 KST (2) 현재 SYSTEM 및 OPEN 유저 상태 확인 col username for a30col profile for a30set line 200set pages 1000select username, account_status, lock_date, expiry_date, created, profile from dba_users;USERNAME ACCOUNT_STATU..
Oracle/Tech
2025. 2. 7. 17:03