Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: accessing package from perl script.
On 4 May 2007 12:15:18 -0700, balameena <meera126_at_gmail.com> wrote:
>How we run a oracle stored procedure from perl script...
>
>Command is exec packagename.procedure name
>
>For sybase , it is just calling "exec procedure"
>
>any help is appreciated.
>
>thanks
exec is a sql*plus acronym for BEGIN ... END;
exec is NOT SQL.
Now draw your conclusions.
-- Sybrand Bakker Senior Oracle DBAReceived on Fri May 04 2007 - 14:58:42 CDT
![]() |
![]() |