DinoVaught
February 28th, 2005, 11:19 AM
Does anyone know if there is way to call stored procedures / functions in Oracle using Toad to call the procs / functions?
|
Click to See Complete Forum and Search --> : Calling stored procedures / functions in Oracle using Toad DinoVaught February 28th, 2005, 11:19 AM Does anyone know if there is way to call stored procedures / functions in Oracle using Toad to call the procs / functions? Krzemo March 1st, 2005, 04:54 AM It is very simple... Select stored proc/function and press yellow "thunder" button (above the tree). Than the form will be shown that gives U oportunity to enter parameters and see the "execute script". And finally U can execute procedure. Best regards, Krzemo. DinoVaught March 1st, 2005, 03:36 PM Thanks for the reply. That worked. I got a window titled <Set Parameters> where I could set values for parameters passed into the stored procedure / function / enabled the (Output OUT args) can the <Code Pain> generated what I assume is the same PL/SQL block that the client app’s would run. I was able to copy the SQL from the <Code> pane into Toad’s SQL editor and see it run. Great! :thumb: zubairh March 15th, 2005, 08:42 AM Hi, I was reading this query. I did what you said. I executed the stored proc. It produced some pl/sql code which I then pasted into sql window and ran it, but no result sets come. Is there something I'm doing wrong. i'm new to oracle. I have used sql server which seems so much easier to use! Any help gratly appreciated metheglen March 16th, 2005, 04:27 PM Hi - I've just moved to a company with a legacy database and a chunk of stored procedures. I too am not getting an execution window within Toad when clicking on the thunder icon. What I do get is an SQL editor... weird. Is there some weird compile thing or some user rights that are needed to be able to execute stored procedures within toad? Cheers for your help Meths Krzemo March 16th, 2005, 05:04 PM I too am not getting an execution window within Toad when clicking on the thunder icon.Which version of Toad ? zubairh March 17th, 2005, 04:43 AM I'm using toad version 7.3 Krzemo March 17th, 2005, 08:25 AM And I'm using v. 7.5.0.2. See attachment... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |