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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 801 ... internal error [60604]

Status
Not open for further replies.

haste

Programmer
Feb 27, 2005
96
GH
Hi,
I was developing report to export values to excel. However when i compile the report I get this error:'Error 801 at line 0, column 0 internal error [60604].
What cud be the cause there's no syntax errror coz I've used this code before.
<code>
procedure U_1ButtonAction is
begin
RPT2XLS.run;
--null;
end;
</code>
 
Oracle Metalink suggests the following for this exact error message:

Sometimes renaming the program unit can help.

Here are other troubleshooting suggestions to help out with many PLS errors:

1. Call the procedures from SQL*PLUS. Does this reproduce there?

2. Compile this in a different trigger? Do you get the same results? Probably so.

3. Recreate the trigger; this is sometimes beneficial.

4. Apply patches to Developer
 
As an alternative you might also want to consider using ODBC or OO4O to read the values straight into EXCEL.
 
Thanks for all the help, also found that the problem goes away if u just restart the developer been having issues with mem on ma comp.
Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top