Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Hiding export/import passwords

Re: Hiding export/import passwords

From: Enrique Fernandez-Pampillon <oracle.pampillon_at_gmail.com>
Date: Fri, 5 May 2006 08:55:14 +0200
Message-ID: <7ba974f50605042355w19710ffbwfbb5515b44831e3a@mail.gmail.com>


Hello:

I usually do:

echo user/pass_at_string_conn > .file
sqlplus $(<.file) @....
imp $(<.file) control=.....

HTH Enrique

On 5/4/06, Wolfson Larry - lwolfs <lawrence.wolfson_at_acxiom.com> wrote:
>
> Anyone have suggestions or a technique to code exp/imp so password is
> not stored on server for cron job?
>
> Thanks
> Larry
>
> ***************************************************************************
> The information contained in this communication is confidential, is
> intended only for the use of the recipient named above, and may be legally
> privileged.
>
> If the reader of this message is not the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.
>
> If you have received this communication in error, please resend this
> communication to the sender and delete the original message or any copy
> of it from your computer system.
>
> Thank You.
> ****************************************************************************
>
>

--
------------------------------------------------
Enrique

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 05 2006 - 01:55:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US