Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Restrictions on using commands in Stored Procedures
Gocha Mchedlishvili wrote:
>
> Hi!
> Is there any site in Internet or maybe anybody knows what are the
> restrictions on using commands in Stored Procedures?
>
> I mean, which commands I can't use in SP?
>
> Thanks
>
> Gocha
Gocha,
You can use whatever the PLSQL manual says you can. You cannot use DDL statements. (You can use them using Dynamic SQL.)
Any particular command which is giving you problems?
Regards,
Param
Received on Wed Jul 29 1998 - 01:36:11 CDT
![]() |
![]() |