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 -> What this error means?

What this error means?

From: Anssi Eteläniemi <anssi.etelaniemi_at_votek.com>
Date: Fri, 13 Aug 1999 11:35:39 GMT
Message-ID: <37B5538C.9C777C13@votek.com>


/****** This plsql is not the error********/

CREATE OR REPLACE PROCEDURE hoowee AS
Begin

         oas_public.htp.p('<HTML>');
        oas_public.htp.p('Hello World');
        oas_public.htp.p('</HTML>');

End;
/

show errors

/******************************

I(oas_public) have make: grant execute on htp to mt_user. If i use above user own htp package it work fine but now it gives next error.
What that underlined error really means?:

*******************************/

Request Failed

We were unable to process your request at this time.

Error occured while accessing

        "/DEC_test/testi/print.main"
at Fri Aug 13 14:12:38 1999

OWS-05101: Execution failed due to Oracle error 4068

ORA-04068: existing state of packages has been discarded


ORA-04063: package body "MT_USER.OWA" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 3

  PL/SQL Cartridge SERVICE: DEC_test/testi   PROCEDURE: print.main

Please try again later

/***************

* I like comments:) *

****************/

Received on Fri Aug 13 1999 - 06:35:39 CDT

Original text of this message

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