Hi. I've created a stored procedure in my oracle database. I want to execute that stored procedure from an APEX process. Can this be done. If so, how?
I am getting ORA-00900: invalid SQL statement when I try to execute this....
execute oracle_username.APEX_LOAD_TEMPLATE@xxx;
Where xxx is the remote link back to my oracle database in user schema "oracle_username"
Thanks,
Robin