Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> dbms_output - Error

dbms_output - Error

From: ggarrison <ggarrisonsr_at_hotmail.com>
Date: Thu, 24 Jun 1999 09:36:15 -0800
Message-ID: <930245777.29403@www.remarq.com>


I successfully compliled the following code:

Create or replace PROCEDURE TEST
IS
BEGIN
dbms_output.enable(10000) ;
dbms_output.put_line('SELECT TOURDATE FROM USPS.REPORTSELECT');
END; During the execute USPS.TEST; - I received the following message -

SQL> execute USPS.TEST;
begin USPS.TEST; end;
*

ERROR at line 1:
ORA-04068: existing state of packages has been discarded ORA-04067: not executed, package body "SYSTEM.DBMS_OUTPUT" does not exist
ORA-04067: not executed, package body "SYSTEM.DBMS_OUTPUT" does not exist

ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at "USPS.TEST", line 6
ORA-06512: at line 1

Any suggestions - Thanks in advance

Received on Thu Jun 24 1999 - 12:36:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US