ORA-19815 ORA-16038
:
ORA-01033: ORACLE initialization or shutdown in progress
log 를 검 사 했 는데 다음 경고 가 있 습 니 다:
Errors in file e:\oracle\product\10.2.0
\admin\orcl\udump\orcl_ora_4836.trc:
ORA-19815: : db_recovery_file_dest_size ( 2147483648
) 100.00%, 0 。
Sat Jul 24 16:59:32 2010
**************************************************************
**********
You have following choices to free up space from flash
recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using
Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size
parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an
operating
system command was used to delete files, then use RMAN
CROSSCHECK and
DELETE EXPIRED commands.
**************************************************************
**********
Sat Jul 24 16:59:32 2010
Errors in file e:\oracle\product\10.2.0
\admin\orcl\udump\orcl_ora_4836.trc:
ORA-19809:
ORA-19804: 47713792 ( 2147483648 )
해결 방법:
google. com 에서 관련 오류 코드 를 검색 하 는 데 유리 합 니 다.
sqlplsu /as sysdba
SQL> show parameter db_recovery
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string e:\oracle\product\10.2.0/flash
_recovery_area
db_recovery_file_dest_size big integer 2G
1. db 증가recovery_file_dest_크기
alter system set db_recovery_file_dest_size=3G scope=both;
그리고 데이터 베 이 스 를 다시 시작 하면 됩 니 다.
2. 파일 의 저장 위 치 를 다시 지정 합 니 다.
3. 불필요 한 파일 을 삭제 합 니 다.
첫 번 째 단계: rman 시작
c:\>rman target /
두 번 째 단계: 압축 파일 로그 파일 검사
RMAN>crosscheck archivelog all;
세 번 째 단계: 파일 삭제
RMAN> delete expired archivelog all;
.....
그리고 데이터베이스 alter database open 을 다시 시작 합 니 다.
인용http://space.itpub.net/67668/viewspace-281075[/ url] 문장
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
activemq 5.5 의 입문 은 설치, 시작, 데이터베이스 지속 화 를 포함한다Apache ActiveMQ 5.5.0 은 주로 유지보수 버 전 으로 130 개가 넘 는 문 제 를 복 구 했 으 며 대부분 bug 와 개선 이 었 다. Improved performance for offline d...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.