Print
07
February
2012

Can't call an APEX procedure from the URL - 403 forbidden error

You will need to modify the function:

APEX_030200.wwv_flow_epg_include_mod_local

 

CREATE OR REPLACE FUNCTION APEX_030200.wwv_flow_epg_include_mod_local
( PROCEDURE_NAME IN VARCHAR2)
RETURN BOOLEAN IS
BEGIN  
IF UPPER(procedure_name) IN ( UPPER('hello_world'))
THEN RETURN TRUE;
ELSE RETURN FALSE;
END IF;

END; /

 

Interested in building next-gen Big Data architecture? Join our webcast on 5/24 at 9am PT. Register here: http://t.co/k5Dsfskg

Oracle Oracle

#Oracle User Groups: Are You a Member Yet? Learn more about our 870 User Groups worldwide and become a member today: http://t.co/LsktPjH5

Oracle Oracle