Calling Procedure from SQL Developer
AntillesJul 23 2008 — edited Jul 23 2008Could anyone tell me how to call a Procedure from a SQL Worksheet using SQL Developer?
I can run by right clicking the Procedure in the Connections window, but want to call it using SQL commands.
I can run it using EXECUTE procedurename in SQL Plus but I get an ORA-00900 - invalid SQL statement if I try this in a SQL Worksheet. If I try CALL procedurename, I get an ORA-06576 - not a valid procedure or function name.
Am I doing something daft (I've been using Oracle for 3 days)?