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: Newbie: Oracle SQLPlus Help or Advice

Re: Newbie: Oracle SQLPlus Help or Advice

From: Cor van Donge <donge_at_ibm.net>
Date: 1998/06/25
Message-ID: <01bda05a$f33cf0c0$c9d36020@donge>#1/1

  1. You can use the spool command to redirect output to a file
  2. You can write a pl/sql script and use the dbms_utl package to write to a file
  3. You can use pl/sql to write to a pipe and read that pipe with a background process that writes the output to a file
Received on Thu Jun 25 1998 - 00:00:00 CDT

Original text of this message

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