Sql DEveloper - Where is the log that I spooled?
Hi experts.I have the following simple script that I executed as script in Sql Developer and I can't find the log in $ORACLE_HOME//bin where in version 10g for example running in sqlplus is where the logs by default goes :
spool prueba.log
select sysdate from dual;
spool off;
I can't find the prueba.log. Where is it?
spool prueba.log
select sysdate from dual;
spool off;
I can't find the prueba.log. Where is it?
0