Problem calling UTL_HTTP in oracle XE.
SamBJan 24 2007 — edited Jan 25 2007I'm running 10g express and have tried running this connected as system well as other users.
SELECT COUNT(*) from dba_objects where object_name='UTL_HTTP' AND OBJECT_TYPE ='PACKAGE';
COUNT(*)
1
declare
req utl_http.req;
BEGIN
NULL;
END;
ORA-06550: line 2, column 9:
PLS-00201: identifier 'UTL_HTTP' must be declared
ORA-06550: line 2, column 9: