ORA-19815 ORA-16038

2514 단어 OaclesqlGoogleFlashUP
sqlplus 로 Oacle 에 로그 인 하여 아래 의 오 류 를 알 립 니 다.
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] 문장

좋은 웹페이지 즐겨찾기