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

MOSC Banner

ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], [], [], [], [], [

Hi,

We are getting ORA-00600 error in our production DB

ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], [], [], [], [], []


Below query is found trace logs at the time of error


select id from dir_entry where lower(dn) = :1"


this query runs thousands of time in a day and is pretty straightforward.

as per oracle support ora-600 is thrown at the time bind variable is null in the query above

we think this is a bug in oracle and it should not throw ora-600 even if bind variable is null. it should return 0 rows. morever we checked the code and bind variable null doesn't seem possible

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