Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
How to execute the Oracle stored procedures from SQL Editor?
He seems to be just trying to do this in the vanilla SQLEditor, not in
any of the Oracle specific extensions. I do not know Oracle syntax for
executing a stored proc, so cannot comment on that. However, there
should be an “Execute” action from the DB browser context menu for
Procedure nodes.
I do not know what you mean by “vaniall sqleditor” ? I tried the developer’s suggestion and that does not work either. In the DB Browser if I right click on the Procedure that I want to execute, all I see is “Copy Name” context menu.
1) from SQL editor use “CALL” to directly invoke procedure
2) if you are using MyEclipse 4.0M2 you can select a procedure/function and execute it directly. Doing this will open a small dialog into which you enter the parameters. The results are displayed in the dialog on return.