Home » RDBMS Server » Server Administration » how do i set off
how do i set off [message #57796] Tue, 08 July 2003 08:17 Go to next message
sidd
Messages: 130
Registered: May 2003
Senior Member
when i spool i see SQL>promt,PL/SQL procedure successfully completed, and SQL> spool off I want to set these there off.. how do i do.. help please
Re: how do i set off [message #57799 is a reply to message #57796] Tue, 08 July 2003 10:18 Go to previous messageGo to next message
Joe
Messages: 138
Registered: November 1999
Senior Member
set feedback off
--should do the trick.
Re: how do i set off [message #57805 is a reply to message #57799] Tue, 08 July 2003 11:35 Go to previous messageGo to next message
sidd
Messages: 130
Registered: May 2003
Senior Member
it dint work buddy
Re: how do i set off [message #57806 is a reply to message #57805] Tue, 08 July 2003 12:14 Go to previous message
Joe
Messages: 138
Registered: November 1999
Senior Member
sidd,
I guess it helps when I actually read your question :) When you call spool inside sqlplus, then issue a command, then issue a spool off. The spool off will be in the spool file. However, if you create a .sql script, only the output will be in the logfile:

set feedback off --you don't really need this, but thought you might want to omit the last line!

spool somefile.lst
select * from some_table;
spool off

Hope this helps.

joe
Previous Topic: STARTUP-SHUTDOWN in Oracle 9.2.0
Next Topic: How to save a word/excel doc in Oracle
Goto Forum:
  


Current Time: Fri Sep 20 13:32:30 CDT 2024