hello
I am writing code to store output of sql in txt or excel
I have tried following code
but it gives me error that
ORA-00900: invalid SQL statement
is script runner required for executing this code???
am I using spool command correctly???
Please help me.....
I am writing code to store output of sql in txt or excel
I have tried following code
but it gives me error that
ORA-00900: invalid SQL statement
Code:
spool output.txt select * from emp; spool off;
am I using spool command correctly???
Please help me.....
Comment