Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Stored procedure question.
Ryn wrote:
> Hello folks,
>
> Do you you register a stored procedure with Oracle? I have created
> one but am not sure how to register it. Also, if you make modifications
> to a stored procedure, do you have to re-register it? Do the changes
> show up dynamically as long as the interface is the same? I am trying
> to find out what happens each time I update the stored procedure from
> a database perspective.
>
> Thanks for any info,
>
> - Ryn
Once you created (recreated) stored procedure, you can use it. To let other people to use it, use grant execute on <procedure_name> to <username>. Received on Fri May 18 2001 - 23:27:44 CDT
![]() |
![]() |