Expert Oracle Database 병렬 처리 부분 읽기
51,132 w control_script.sql
_allow_resetlogs_corruption
undo가 망가질때도 hidden 건드림 최후의 기법
du -a : 현재 디렉토리의 사용량을 파일단위 출력
du -s : 총 사용량을 확인
du -h : 보기 좋게 바꿔줌
du -sh * : 한단계 서브디렉토리 기준으로 보여준다.
temp 파일 공간 관련 error 발생 해서
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_j000_6434.trc:
ORA-25153: Temporary Tablespace is Empty
Tue Oct 13 09:10:01 2015
Starting background process SMCO
Tue Oct 13 09:10:01 2015
SMCO started with pid=20, OS id=6687
Tue Oct 13 09:20:07 2015
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_5665.trc:
ORA-25153: Temporary Tablespace is Empty
SYS@orcl>select * from v$undostat;
BEGIN_TIME END_TIME UNDOTSN UNDOBLKS TXNCOUNT MAXQUERYLEN MAXQUERYID MAXCONCURRENCY UNXPSTEALCNT UNXPBLKRELCNT UNXPBLKREUCNT EXPSTEALCNT EXPBLKRELCNT EXPBLKREUCNT
------------------- ------------------- ---------- ---------- ---------- ----------- ------------- -------------- ------------ ------------- ------------- ----------- ------------ ------------
SSOLDERRCNT NOSPACEERRCNT ACTIVEBLKS UNEXPIREDBLKS EXPIREDBLKS TUNED_UNDORETENTION
22 rows selected.
crosscheck backup;
expired 된 backup file을 지워서 동기화 시킴
delete expired backup;
crosscheck archive all;
delete expired backup;
'스터디북' 카테고리의 다른 글
[10/13] 실습 - 2 RMAN을 이용한 Duplicate 복제 DB 생성 (0) | 2015.10.13 |
---|---|
[10/13] 실습 - 1 RMAN - current redolog file (0) | 2015.10.13 |
[10/12] RMAN 복구 실습 - 4 (0) | 2015.10.12 |
[10/12] RMAN 복구 실습 - 3 (0) | 2015.10.12 |
[10/12] 실습 - 2 (0) | 2015.10.12 |