Glowworm27
Programmer
I have a few packages in my oracle database, I want to be able to execute the package from SQL plus and pass in parameters so I can get a result set back.
ie.
myPackagename.GetallRecords
input datetime = '1 Feb 2006'
output = refcursor
I know this may be a newbie question but I cannot seem to find this in the books online.
Thanks in Advance.
G
George Oakes
Check out this awsome .Net Resource!
ie.
myPackagename.GetallRecords
input datetime = '1 Feb 2006'
output = refcursor
I know this may be a newbie question but I cannot seem to find this in the books online.
Thanks in Advance.
G
George Oakes
Check out this awsome .Net Resource!