Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Print a procedure text.
Hi,
I tried, but have the error: "buffer overflow. Use SET command to reduce
ARRAYSIZE or increase MAXDATA".
I tried to SET MAXDATA 1000, but it does not help.
How can I fix this problem?
Regards,
Serguei.
Sybrand Bakker wrote:
> "SG" <Serguei_Goumeniouk_at_ca.ml.com> wrote in message
> news:3C22394F.3A5C84D0_at_ca.ml.com...
> > Dear Experts,
> > How can I print out a text of a stored procedure?
> > Regards,
> > Serguei.
> >
>
> select text
> from user_source
> where name = '<your name>'
> order by line
> /
>
> Hth
>
> --
> Sybrand Bakker
> Senior Oracle DBA
>
> to reply remove '-verwijderdit' from my e-mail address
Received on Thu Dec 20 2001 - 15:41:26 CST
![]() |
![]() |