oracle default directory
I am unable to figure out where is oracle default directory set up
ORACLE @ddwgr04 >!pwd
/opt/oracle
ORACLE @ddwgr04 >spool t1
ORACLE @ddwgr04 >spool
currently spooling to /home/egurev1/myscripts/sql/t1.lst
My current direcrtory is "/opt/oracle", but the spool file is created in another directory. My oracle_path is
ORACLE @ddwgr04 >!echo $ORACLE_PATH
.:/home/egurev1/myscripts/sql:/home/egurev1/myscripts/sql
It starts wit a "." so I thought that my current directory will be where spoolfile is created, but this is not the case.
How do I control where the spoolfiles are created? Client version is 11.1.0.7