Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database connection from remote server
> we like to put passwords in the scritp env then execute something like
>
> . /etc/profile
> . ~/.profile
> # next line exports the passwords
> . $HOME/bin/orapw
> echo $imspw | sqlplus -S ims_at_db1.world @ims_script.sql
> exit
I personally prefer using the password server in the PDBA toolkit.
www.oreilly.com/catalog/oracleperl :)
Now with encrypted config files.
( though that feature hasn't yet made its way to the O'Reilly site)
Jared
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jul 20 2004 - 10:53:21 CDT