Database Administration (MOSC)

MOSC Banner

Weird Problem

edited Jun 8, 2009 9:46PM in Database Administration (MOSC) 4 commentsAnswered
 Hi,
We recently migrated our database from Solaris 9i to Redhat Linux 11g. Ever since the migration, the web server starts to throw the same error once per day in the morning at around 8:30 am except weekends. Yes, only once per day in the morning. I grab the sql statement and run it in TOAD at 8:30am but it runs fine. Any idea?

Error:

ORA-00600: internal error code, arguments: [16609], [0x098A172E0], [3913], [0], [], [], [], [], [], [], [], []

SQL statement:

   SELECT   crse_id,
           term,
           class_section,
           enrl_cap,
           class_nbr,
           sc_descr,
           LTRIM (
                 MAX (emplid1)
              || DECODE (MAX (emplid2), NULL, NULL, '; ' || MAX (emplid2))
              || DECODE (MAX (emplid3), NULL, NULL, '; ' || MAX (emplid3)),

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