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: finding user sequences and values

Re: finding user sequences and values

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Mon, 16 Feb 2004 15:58:58 -0000
Message-ID: <MPG.1a9af91df11395fa989ab8@news.individual.net>


In article <1076935173.330.0_at_damia.uk.clara.net>, Tom says...
> Hi
>
> 9i on Linux
>
> How do i find the sequences that are associated with a particular user and table? I need to query this value and then increment it
> by around 1000.
> Can anyone assist me with that?
>

Hi Tom, sequences are not tied to tables in any way.

To see what sequences are owned by a user:

select * from user_sequences;

-- 

jeremy
Received on Mon Feb 16 2004 - 09:58:58 CST

Original text of this message

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