Re: Newbie: Oracle SQLPlus Help or Advice

From: Cor van Donge <donge_at_ibm.net>
Date: 1998/06/25
Message-ID: <01bda05a$f33cf0c0$c9d36020_at_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 CEST

Original text of this message