Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> What this error means?
/****** 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>');
/******************************
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
![]() |
![]() |