On Tue, 2004-09-14 at 01:47, Tristan Greaves wrote: > Hi there Tim, > > We are using DBD::Oracle as part of our web site here, and are > experiencing some Oracle crash issues. We are trying to pin down the > cause and I was wondering if you have had any similar issues raised > to you. > > Here are the details: > > Our architecture is the classic... > > Apache > mod_perl > DBD::Oracle $DBD::Oracle::VERSION = '1.12'; > > The symptom is that the Oracle database crashes, producing > ORA-600 [16365] errors. > > We have been discussing this issue with Oracle, and the current status > is that they are blaming "the application":
Ah, yes, much easier to blame the app. First off, if you need a discussion forum for this, try joining the oracle-l list at freelists.org, as this is way off topic for this list. That said, an ORA-600 error is caused by Oracle, not by apps. Apps merely uncover a bug. That's what ORA-600 errors are, bugs. A cursory examination of the Oracle support site indicates that you are experiencing a problem with MTS. You have left out some rather important details in your post, such as the platform, OS version and Oracle version. Be sure to include them in future requests for help. Jared