Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stored procedures with egate

Status
Not open for further replies.

ewiz

Technical User
Apr 9, 2003
1
US
Hi,
Is it possible to execute stored procedures in my orace database using egate and jdbc. I am new to egate. please suggest how it is possible.

Thanks.
 

When you build your etd, use the db wizard. Once you've logged in, it will prompt you for the type of database object that you want to use. "Procedure" is one of the options. Pick it, then you are on your way.

Joel.
 
When you create ETD using DBWizard, you will get "execute" method in the tree. As JoelF suggested, you can select "procedures" in options. Call "execute" method in collaboration rule to execute procedure after passing data to parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top