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: Procedure to show and spool all the results

Re: Procedure to show and spool all the results

From: <jackfung188_at_gmail.com>
Date: 23 Mar 2005 10:01:55 -0800
Message-ID: <1111600915.866781.310120@l41g2000cwc.googlegroups.com>


Thanks Rene and DA.
However, it seems pretty complicated. Is there any other solution to handle this?

Or, if I simply want to display all results on the screen(no spooling), how can I achieve this?
Seems if I just use dbms_output.putline, it only displays the queries only without the results.

select * from customer where customer_id=xx;
select * from order where customer_id=xx;
select * from product where product_id=yy;

Thanks Received on Wed Mar 23 2005 - 12:01:55 CST

Original text of this message

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