Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORA-00600, any help

Status
Not open for further replies.

reneford

Programmer
Dec 16, 2004
149
CA
Hi,

In $ORACLE_HOME/plsql/jlib, I execute:
loadjava -user sys/password plsql.jar

And I have this error:

Error while creating class oracle/plsql/net/TCPConnection
ORA-00600: internal error code, arguments: [26599], [1], [91], [], [], [], [
], []

Error while creating class oracle/plsql/net/InternetAddress
ORA-00600: internal error code, arguments: [26599], [1], [91], [], [], [], [
], []

Error while creating resource META-INF/MANIFEST.MF
ORA-00600: internal error code, arguments: [26599], [1], [91], [], [], [], [
], []

loadjava: 3 errors

What can cause this???
 
Reneford,

Unfortunately, you have hit the most estoteric of all of Oracle's error messages. It is a "catch all" for any situation for which Oracle (the server) has become confused. Oracle Tech Support (Metalink) has the capability of translating your ORA-600 arguments ("[26599], [1], [91]") into a meaningful briefing of what you problem is. Equally unfortunately, Oracle has chosen not to release to the general Oracle public their program that interprets the ORA-600 family of errors. Therefore, your best, fastest method to resolve this is to log a Technical Assistance Request (TAR) via Metalink or calling Oracle Technical Support at 800-223-1711 (U.S.) to create a TAR.

Let us know your findings.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[ Providing low-cost remote Database Admin services]
Click here to join Utah Oracle Users Group on Tek-Tips if you use Oracle in Utah USA.
 
Hi Reneford, hi Dave,

Actually Oracle provides such a tool on Metalink: Note:153788.1. For a first fast lookup this tool is quite helpful.
When you enter the first argument (26599) Note:138717.1 shows possible reasons.

Stefan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top