plsql - How to execute an oracle stored procedure? -


I'm using the oracle 10g Express Edition, it has a good UI for DB developers but I have to run the stored procedures Some problems are facing.

Process:

  create or change process temp_proc starts DBMS_OUTPUT.PUT_LINE ('Test'); End  

It has been successfully created but when I execute:

execute temp_proc;

It shows the ORA-00900: invalid SQL statement

here needs help

< P>

execute sql * plus syntax. Try initially wrapping your call. End

  get started temp_proc; End; (Although Jeffrey has said that it does not work in APEX .. but you are trying to run it in SQLDeveloper. Try the 'Run' menu there.) 


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -