Executing stored procedure from command prompt?
FilipFryJun 14 2010 — edited Jun 14 2010Is there a way to execude stored procedure from Windows command prompt, something like executing sql script using sqlplus.exe username/password@db @sql_script.*. I am aware of possibility to put pl/sql block that calls procedure in script and then call the script but that is not the solution i am looking for.