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

Home -> Community -> Usenet -> c.d.o.server -> Re: sqlldr on unix - any idea how to implement security?

Re: sqlldr on unix - any idea how to implement security?

From: Terry Ball <terry_ball_at_csgsystems.com>
Date: Fri, 05 Feb 1999 14:11:00 -0600
Message-ID: <36BB5054.961988B4@csgsystems.com>


I also don't know for Oracle 8, but with Oracle 7, you could create a par file and just do a: sqlldr parfile=filename
I would think that functionality like that would carry over to 8.

Terry Ball
Sr. DBA, CSG Systems

Malcolm Dunnett wrote:

> In article <79fe6r$81i$1_at_nnrp1.dejanews.com>,
> kerbiquet_at_hotmail.com writes:
>
> > We are using Oracle 8.0.4 on unix system and loading data into tables using
> > SQL*Loader.
> > The loading process should be run by cron [no way to enter passwd manually]
> > For security purpose :
> > we do not want anybody get user password doing a ps when sqlldr is running [no
> > "sqlldr user/pwd file=.."].
> > we do not want user password clearly written in files.
> >
>
> I've not use Oracle 8 on Unix, but couldn't you add a user who was
> identified externally ( ie by the Unix OS ), give that user the rights
> to load your tables and then submit the cron job under that username
> (using just / instead of user/pwd in the sqlldr command)
>
> --
> =============================================================================
> Malcolm Dunnett Malaspina University-College Email: dunnett_at_mala.bc.ca
> Computer Services Nanaimo, B.C. CANADA V9R 5S5 Tel: (250)755-8738
>
> "OpenVMS is today what Microsoft wants Windows NT v8.0 to be!"
> posted on www.openvms.digital.com on or about Sep 22,1998
> Quashed on Sep 23,1998
Received on Fri Feb 05 1999 - 14:11:00 CST

Original text of this message

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