Re: Is there a way to append spool files?
- From: "Nigel Thomas" <nigel.cl.thomas@xxxxxxxxxxxxxx>
- To: pete@xxxxxxxxxxxxxxxx
- Date: Fri, 28 Nov 2008 08:56:26 +0000
If you for any reason you need to do this on an earlier version - and you're running a *nix, you can always set up a pipe. I don't have a handy server to test on (Windows environment on current site), but its something like: mknod p mypipe cat mypipe >mylogfile & sqlplus u/p spool mypipe logged stuff spool off non-logged stuff spool mypipe more logged stuff spool off exit The pipeline will stay open - but you can kill the cat once you are done. (No, it's a piece of software in the background, not a cuddly furry animal). Regards Nigel
- Follow-Ups:
- Re: Is there a way to append spool files?
- From: Pete Finnigan
- Re: Is there a way to append spool files?
- References:
- Is there a way to append spool files?
- From: Pete Finnigan
- Re: Is there a way to append spool files?
- From: Maxim Demenko
- Is there a way to append spool files?
Other related posts:
- » Is there a way to append spool files? - Pete Finnigan
- » Re: Is there a way to append spool files? - Michael Garfield Sørensen
- » Re: Is there a way to append spool files? - Maxim Demenko
- » Re: Is there a way to append spool files? - Nigel Thomas
- » Re: Is there a way to append spool files? - Pete Finnigan
- » Re: Is there a way to append spool files? - Pete Finnigan
- » Re: Is there a way to append spool files? - Pete Finnigan
- » Re: Is there a way to append spool files? - Kurt Franke
- » Re: Is there a way to append spool files? - Andrew Kerber
- » Re: Is there a way to append spool files? - William Robertson
- » Re: Is there a way to append spool files? - Niall Litchfield