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 -> Re: Entering Users Into Oracle

Re: Entering Users Into Oracle

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: Fri, 31 Jul 1998 07:37:30 +0200
Message-ID: <6prl67$ksv$1@pascal.a2000.nl>


Quick & Dirty:

If your file looks like

    <username> <password>

I guess it is not too difficult to have every line in your textfile beginning with something like

    start adduser.sql <username> <password>

Save it as a SQL*Plus script. Next, write adduser.sql something like

Ehhh, I don't know what the syntax to add a user is... Just start the fist script, which will call adduser for each line.

Arjan. Received on Fri Jul 31 1998 - 00:37:30 CDT

Original text of this message

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