PL/SQL (MOSC)

MOSC Banner

ORA-00600: internal error code, arguments: [15160], [], [], [], [], [], [], []

edited May 19, 2009 11:04PM in PL/SQL (MOSC) 2 commentsAnswered
My test envoriment is windows2003 + oracle 10.2.0.1
Oracle will report "ORA-00600:[15160]" error when executing one SQL on a view.

The error report is: 

*** SERVICE NAME:(SYS$USERS) 2009-05-20 09:14:04.156
*** SESSION ID:(149.9956) 2009-05-20 09:14:04.156
*** 2009-05-20 09:14:04.156
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [15160], [], [], [], [], [], [], []
Current SQL statement for this session:
SELECT
 *
FROM
 WEB_CSS_VESSELOP_VW
WHERE
 CVP_VNAMECD like 'TCXJ218%'

But if changing where conditions:

like '%TCXJ218%'      --no error

like '%TCXJ218'        --no error

like '%TCXJ%'           --no error

like 'TCXJ218%'       --error

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center