오라클 ORA-00600: 내부 오류 코드, 인수: [kkqjpdpvpd: No join pred found.]
오라클 ORA-00600 에러 처리
ORA-00600: 내부 오류 코드, 인수: [kkqjpdpvpd: No join pred found.], [], [], [], [], [], [], [], [], [], [], []
00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
*Cause: This is the generic internal error number for Oracle program
exceptions. It indicates that a process has encountered a low-level,
unexpected condition. The first argument is the internal message
number. This argument and the database version number are critical in
identifying the root cause and the potential impact to your system.
alter session set "_optimizer_join_factorization" = FALSE;
alter session set "_push_join_predicate" = FALSE;
이걸로 처리 완료 하였음.