Question: How do I
find the current directory from SQL*Plus?
Answer: It is easy to "shell out: and see
your current directory in SQL*Plus. In UNIX/Linux just
enter:
Find current directory in SQL*Plus
UNIX/Linux: Use the "!" to shell out"
SQL> !pwd
In
Windows: Use the "host command" to shell out:
SQL> host cd