View Single Post
  #7 (permalink)  
Old November 15th, 2007, 20:27
cheekythought cheekythought is offline
Junior Member
 
Join Date: Mar 2007
Posts: 12
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 2
Thanked 2 Times in 2 Posts
Rep Power: 0
cheekythought is on a distinguished road
Re: How to run PL/SQL Package Procedure in OTM?

Hi,

Try through sql backdoor, if you can run the procedure by following command

exec <procedure name>

I think, you will get the same error as you are getting in the logs.

This will mean, you need to get the procedure corrected before triggering it through application [Automation agents]
Reply With Quote