I have created a script which is containing one query and , that query output should print in a spool
file.
spool D:\sqlpractice\abcd
it creates the abcd file but that output data is not printing on that file. that output of query is printing on the sqlplus
command prompt.
how to save that data in spooled
file?