Re: Softball (I hope) - Current Directory in SQLPlus

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Wed, 18 Dec 2013 21:58:15 +0100
Message-ID: <52B20C67.6030808_at_gmail.com>



On 18/12/2013 21:53, Ric Van Dyke wrote:
>
> Not an option in this case.
>
>

[...]

Generate the create directory command dynamically using the host sqlplus command, store it in a script
and execute it after that ?

[untested]
host "printf "create or replace directory my_dir as '%s';\n" "$PWD" > create_dir.sql"
_at_create_dir
...

Regards
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Dec 18 2013 - 21:58:15 CET

Original text of this message