Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Not stored "stored procedure".
On 17 Jan 2005 09:34:44 -0800, "Serguei" <gumenyuk_at_canada.com> wrote:
>Dear Experts,
>I have to test a stored procedure without inserting it's codes into a
>database. How can I do this trick in Oracle?
> Regards,
> Serguei.
convert it into an anonymous begin end block and run it through sql*plus. Parameters can be replaced by VARIABLES but of course they would need to be prefixed by a colon in the actual code.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Jan 17 2005 - 11:54:33 CST