Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can dbms_output.put_line reflect sql output/feedback information ?
> SQL> exec sbs.test.func2('ss','ddd');
> 1 row created
> 1 row updated
> ....etc....and then ..
> PL/SQL procedure successfully completed.
Yes, you could do it using PL/SQL, but remember PL/SQL is not built for doing this kind of stuff. You need to use a true language to do it, not a procedural extension of a language. Received on Wed Jun 11 2003 - 00:53:42 CDT
![]() |
![]() |