Posts

Showing posts from August, 2005

Securely Authenticating SQLPLUS

DESTFILE=/tmp/test.sql PWFILE=/etc/pass.crypt su - oracle -c ". /etc/profile;export ORACLE_SID=orcl;sqlplus sys/`crypt key < ${PWFILE}` @${DESTFILE} << EOF"