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

Home -> Community -> Usenet -> c.d.o.server -> Re: Spooling in PL/SQL

Re: Spooling in PL/SQL

From: Glenn Feiner <gfeiner_at_gmail.com>
Date: 25 Mar 2005 08:02:31 -0800
Message-ID: <1111766551.574455.3980@o13g2000cwo.googlegroups.com>


Did you want to see "Select * from ..." or the results from the Select?

If the former:
What about a temporary table to hold the info. If/when you want it, just seletct it? Use DBMS_OUTPUT to send it to the calling window (usually SQLPlus). Received on Fri Mar 25 2005 - 10:02:31 CST

Original text of this message

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