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

Home -> Community -> Usenet -> c.d.o.misc -> Adding Users

Adding Users

From: Joel Garry <Joel.Garry_at_pebble.org>
Date: 1997/01/29
Message-ID: <8c9_9701281729@pebble.org>#1/1

 PT> From: Priya Tantry <tantry_at_cc.uq.oz.au>

 PT> What is the best way of adding users to Oracle in bulk on Unix?

If you already have them defined as unix users, Oracle can let the OS handle the login and stuff. See OPS$ or OS_AUTH_PREFIX in the docs.

The other way is to use a shell script. One problem I have run into in the past is it is possible to overwhelm the DB writer by jamming too many add user statements down its throat, so you might want to put in some sleep statements if you have some loop in a shell script reading a huge datafile.

Of course, the real answer is, "it depends."

jg

--
Standard disclaimer: The views of this user are strictly his own.
Received on Wed Jan 29 1997 - 00:00:00 CST

Original text of this message

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