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: unique identifier in a loader batch

Re: unique identifier in a loader batch

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Tue, 14 Sep 1999 21:08:36 +0200
Message-ID: <937336179.21732.0.pluto.d4ee154e@news.demon.nl>


You should be able to use sequence.nextval in SQL*Loader. Check the docs, either hardcopy
or at http://technet.oracle.com.
Hth,

--
Sybrand Bakker, Oracle DBA
mc <postbus_at_claver.demon.nl> wrote in message news:937332173.18173.0.pluto.c3adfab1_at_news.demon.nl...
> I need to give a batch of records an unique upload id when I load it with
> Loader.
> At this moment I have given a column as default the Oracle user so I can
> update this column with a to_char converted number from a sequence. This
is
> usable in a multi user environment. But I have the problem that I have a
> multi user environment with only 1 Oracle user (of course a supid way but
I
> am not allowed to create more users) How can I solve my problem.
> Marcos
>
>
Received on Tue Sep 14 1999 - 14:08:36 CDT

Original text of this message

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