Home » SQL & PL/SQL » SQL & PL/SQL » Spool in pl/sql
Spool in pl/sql [message #37974] Tue, 12 March 2002 01:39 Go to next message
ulrich kehder
Messages: 6
Registered: March 2002
Junior Member
how can i make a spool in a pl/sql script
with different file names, the names are generated from a table

thx
Ulrich
Re: Spool in pl/sql [message #37989 is a reply to message #37974] Tue, 12 March 2002 15:50 Go to previous message
seng
Messages: 191
Registered: February 2002
Senior Member
1. Start spool
- spool path/filanme;
2. End spool
- spool off;

If you want name table then you need more script/program to do it.
Previous Topic: Re: SQL String Manipulation ?!
Next Topic: Truncate and Commit
Goto Forum:
  


Current Time: Thu Apr 25 04:05:12 CDT 2024