Running PL/SQL in APEX
I would like to run this procedure using a URL ... I have apex installed. What URL would I use. This procedure is compiled in the database. I have been trying to look thru the APEX installation guide for an example but I must be missing it somewhere.CREATE OR REPLACE PROCEDURE ORASYSAD.HELLOWORLD isbeginhtp.print ('<hl>Hello World</hl>');end;/
0