주식회사 누리아이티

정보자산의 보안강화를 위한 3단계 인증 보안SW(BaroPAM) 전문기업인 누리아이티

▶ Tuxedo/오류 메시지(Oracle)

ORA-07445: exception encountered: core dump [%s] [%s]

누리아이티 2010. 7. 8. 16:35

현상 : ORA-07445: exception encountered: core dump [%s] [%s]
           Cause: An OS exception occurred which should result in the
                  creation of a core file.  This is an internal error.
          Action: Contact your customer support representative.
 

원인 : initSID.ora 화일의 db_file_multiblock_read_count parameter 값이 O/S에 의해 handle 될 수 있는 값보다 높기 때문에 발생.
 

조치 : db_file_multiblock_read_count 의 값을 default 값(8)으로 줄이는 것.
       Note: db_file_multiblock_read_count cannot be higher than
             (max_io_size/db_block_size).
             The kernel parameter max_io_size is os dependent paramter.

'▶ Tuxedo > 오류 메시지(Oracle)' 카테고리의 다른 글

ORA-9241, ORA-9301  (0) 2010.07.08
ORA-1119, ORA-7515  (0) 2010.07.08
ORA-06571  (0) 2010.07.07
ORA-06533: Subscript beyond count  (0) 2010.07.07
ORA-06502 : PL/SQL : 값(수치) 오류입니다.  (0) 2010.07.07