1835245 Members
2862 Online
110078 Solutions
New Discussion

Oracle 8.1.7 error

 
Darren Murray
Advisor

Oracle 8.1.7 error

Hi all,

We are getting this error when we are coping data from tables out to flat files


Cheers
Darren


*
ERROR at line 1:
ORA-00600: internal error code, arguments: [15419], [severe error during PL/SQL
execution], [], [], [], [], [], []
ORA-06544: PL/SQL: internal error, arguments: [77303], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [77303]


Disconnected from Oracle8i Enterprise Edition Release 8.1.7.0.0 - 64bit Producti
on
With the Partitioning option
JServer Release 8.1.7.0.0 - 64bit Production
Can you imagine life without beer?
3 REPLIES 3
Alexander M. Ermes
Honored Contributor

Re: Oracle 8.1.7 error

Hi there.
This is an erro, which is NOT listed in the error manual.
You should contact Oracle support ASAP, because this error might endanger the consietncy of your database.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Andreas D. Skjervold
Honored Contributor

Re: Oracle 8.1.7 error

Hi
These internal errors are sometimes due to bugs.
The [77303] error aren't found on the Oracle Metalink site, so you should follow Alexanders advise to contact Oracle support.

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Sanjay_6
Honored Contributor

Re: Oracle 8.1.7 error

Hi Darren,

this is what i can find,

00600, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
// *Cause: This is the generic internal error number for Oracle program
// exceptions. This indicates that a process has encountered an
// exceptional condition.
// *Action: Report as a bug - the first argument is the internal error number
06554, 00000, "package DBMS_STANDARD must be created before using PL/SQL"
// *Cause: The DBMS specific extensions to PL/SQL's package "STANDARD"
// are in package "DBMS_STANDARD". This package must be
// created before using PL/SQL.
// *Action: Create package "DBMS_STANDARD". The source for this
// PL/SQL stored package is provided with the distribution.

I cannoy find any details on the third error.

Hope this helps.

thanks