Database ORA-600 / ORA-7445 Analysis , Diagnostic Repository (ADR) & Packaging (MOSC)

MOSC Banner

ORA-07445: [_intel_memcpy()+2132]

Comments

  • Prasad007-Oracle
    Prasad007-Oracle Posts: 21 Bronze Badge

    Hello

    Here the issue is with the next query :

    SELECT *

    FROM

      (SELECT D0_.objectid AS objectid

       FROM DLTB20111205 D0_

       WHERE SDO_RELATE(shape,:1,'mask=ANYINTERACT') = :2)

    WHERE rownum <= :3 ;

    From the trace file we can observe the following bind values being passed .

    Bind#0

      value=Unhandled datatype (121) found in kxsbndinf ========>>>>>>>>>>>>> Here the value passed seems to be not correct / unable to handle .

    Bind#1

      value="TRUE"

    Bind#2

      value=1

     

      My suggestion would be to pass the correct values to the geometry 2 to the SDO_RELATE .

    Regards

    Prasad

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center