Apr 28, 2003 #1 Muskaan Programmer Joined Oct 21, 2002 Messages 47 Location US Hi All, I am using spool to redirect table data to a flat file, which in turn will be used by SQL Loader to upload to another database. I want to know if I can make spool only redirect to file and not show output on screen. Thanks in advance!
Hi All, I am using spool to redirect table data to a flat file, which in turn will be used by SQL Loader to upload to another database. I want to know if I can make spool only redirect to file and not show output on screen. Thanks in advance!
Apr 28, 2003 #2 teado Programmer Joined Apr 9, 2001 Messages 21 Location US Toward the beginning of the SQL script: set termout off Upvote 0 Downvote
Apr 28, 2003 Thread starter #3 Muskaan Programmer Joined Oct 21, 2002 Messages 47 Location US thanks for your response teado! it works fine now regards, M Upvote 0 Downvote