PLSQLDev 5.03.518 caused ora-600 [12209] error??

destine

Member
I have installed PL/SQL Developer 5.03.518 to connect to Oracle8i DB Enterprise Edition Release 8.1.7.4.0.

Our DBA told me my Oracle session was down and the following error was captured:

O/S info: user: yuende, term: YUENDE, ospid: 1732:972, machine: OOCLDM\YUENDE
program: PLSQLDev.exe
last wait for 'SQL*Net message from client' blocking sess=0x0 seq=123 wait_time=12
driver id=54435000, #bytes=1, =0

ERROR : ORA-00600: internal error code, arguments: [12209], [0], [], [], [], [], [], [], please contact Oracle Support

As the DB is a production server, and not controlled by me, I can't test on this. After brainstormed a long time, I guess it may due to clicking "File, New Instance" and close the PL/SQL Developer from the new window. But I have no authority to replicate this error.

Can anyone kind enough to assist?

Thanks a million.

Best Regards,
Destine.
 
ORA-00600 is an unhandled Exception of the oracle-SERVER;
So it's not in the responsibility of the client to fix this.

Orca
we have 8.1.7.4.50 and NEVER problems with connecting to the database with PL/SQL-Developer.

[This message has been edited by orca777 (edited 19 August 2003).]
 
ORA-00600 internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]

Cause: This is the generic internal error number for Oracle program exceptions. It indicates that a process has encountered a low-level, unexpected condition.
Causes of this message include:
-timeouts
-file corruption
-failed data checks in memory
-hardware, memory, or I/O errors
-incorrectly restored files

So PL/SQL Dev is probably not to blame

------------------
Clouds
 
Back
Top