SP2-0606: Cannot create SPOOL file
Hi,
On 19c on AIX,
when run :
SQL> spool /`hostname`/scripts/logs/file.txt
I receive:
SP2-0606: Cannot create SPOOL file "/`hostname`/scripts/logs/file.txt"
But the following works:
SQL> spool /myserver/scripts/logs/file.txt
I verified no problem of space or writing permission. It's only a problem of /`hostname`/.
Any help to be able to use /`hostname`/ ?
Thanks.