Hi,
I have a question. I donot want to see the sqlquery in my report. for that I gave set echo off. but still it is giving my sql query with results. how to set that.
ex:
set echo off;
set verify off;
set feedback off;
spool test.txt
select * from emp;
spool off;
It is showing sql query in my spool file.
I checked like this. show echo. it is showing echo off. but I donot know why it is showing. help please.
Thanks in advance.
I have a question. I donot want to see the sqlquery in my report. for that I gave set echo off. but still it is giving my sql query with results. how to set that.
ex:
set echo off;
set verify off;
set feedback off;
spool test.txt
select * from emp;
spool off;
It is showing sql query in my spool file.
I checked like this. show echo. it is showing echo off. but I donot know why it is showing. help please.
Thanks in advance.