Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Can dbms_output.put_line reflect sql output/feedback information ?

Re: Can dbms_output.put_line reflect sql output/feedback information ?

From: Rajiv Gangadharan <rajiv_gangadharan_at_sancharnet.in>
Date: Tue, 10 Jun 2003 22:53:42 -0700
Message-ID: <bc58sm$fjuts$1@ID-176666.news.dfncis.de>


> 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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US