728x90 반응형 ORA-011102 [ORACLE] BLOCK CORRUPTION 조치 ora-01578 : ORACLE data block corrupted (file # 22, block # 3212247) 발생 시 조치 방법 ※ 테스트 버전 : 12C E.E(11g 이상이면 동일하게 복구 가능할것으로 확인됨) 복구 조건: archive log mode 여야함, recover 시 요구하는 archive log가 존재 해야함 SQL> select * from v$database_block_corruption; -- corrupt 된 데이터 파일과 block 확인 column Datatype Description FILE# NUMBER Absolute file number of the datafile that contains the corrupt blocks BLOCK# NUMBER Blo.. 2023. 2. 27. non oracle user ORA-00604 ORA-01115 ORA-01110 unix or linux 에서 non oracle user 로 sqlplus 접속을 하여 DML 를 수행 할 경우 $ sqlplus scott/tiger SQL> connect Enter password: Connected. SQL> select table_name from all_tables; select table_name from all_tables * ERROR at line 1: ORA-01115: IO error reading block from file (block # ) ORA-01110: data file 1: '+DATA/testdb/datafile/system.269.765749853' ORA-15081: failed to submit an I/O operation to a disk .. 2022. 8. 24. 이전 1 다음 728x90 반응형