Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Restrictions on using commands in Stored Procedures
I'm trying to use
CREATE USER inside of SP.
Thanks
Gocha
Param wrote in message <35BEC2DB.3A9DF3CF_at_citicorp.com>...
>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 - 18:35:01 CDT
![]() |
![]() |