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: Read data from a file

Re: Read data from a file

From: Jared Still <jkstill_at_cybcon.com>
Date: Tue, 02 Sep 2003 22:14:27 -0800
Message-ID: <F001.005CE8EA.20030902221427@fatcity.com>

You're going to need some passwords in that file as well. You could always use a password generator, but as they say, that is left as an exercise for the reader.

alter user &&1 quota unlimited on users;

grant resource, connect to &&1;

revoke unlimited tablespace from &&1


HTH Jared

On Tue, 2003-09-02 at 22:34, setiady wrote:
> MessageHi All,
> I wonder if it is possible for me to execute a script file to create user while I have another file (a text file) consisting the names of the users I want to create. Assuming that all the users are having the same privileges, what is the procedure to read the names from the other file? Thank you.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Sep 03 2003 - 01:14:27 CDT

Original text of this message

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