일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- MSSQL
- SQL Server
- ORA-00020
- oracle 테스트 데이터
- ora-28002: the password will expire within 7 days
- oracle supplemental
- oracleasm
- partition_options=merge
- oracle tde
- oracle role 삭제
- oracle
- oracle install
- oracle dba_profile password_life_time
- oracle awr
- 오라클
- ora-00439: feature not enabled: partitioning
- oracle pdb
- SSMS
- Oracle RAC
- oracle account_status expired
- oracle 파티션 datapump
- mssql database 삭제
- oracle SCN
- ora-39083 ora-00439
- sql user 생성
- Oracle Database
- create role
- supplemental log 활성화
- oracle system lock
- oracle datapump
Archives
- Today
- Total
신문지한장
[Tech] oracle awr snapshot 주기확인 및 변경
1. awr 스냅샷 주기 확인set lines 200 pages 1000col snap_interval for a30col retention for a30SELECT DBID, SNAP_INTERVAL, RETENTION FROM DBA_HIST_WR_CONTROL; DBID SNAP_INTERVAL RETENTION---------- ------------------------------ ------------------------------4231215974 +00000 01:00:00.0 +00008 00:00:00.0 2. awr 스냅샷 주기 변경 (15분, 14일 보관)EXEC DBMS_WORKLOAD_REPOSITORY.MODIFY..
Oracle/Tech
2024. 8. 5. 10:08