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: View current seq. no.

Re: View current seq. no.

From: Shirley Kwan <sskwan_at_ingr.com>
Date: Fri, 7 May 1999 08:37:02 +0800
Message-ID: <eZHYaFCm#GA.154@pet.hiwaay.net>


LAST_NUMBER shows the current value only if no cache is used !!!

Prabhakar Narayanan wrote in message <37312F01.755CC94E_at_clsasia.com>...
>Hi
>
>You can access USER_SEQUENCES table
>
>SELECT SEQUENCE_NAME, LAST_NUMBER
>FROM USER_SEQUENCES
>
>This should give you the desired result
>
>Regards
>
>N.Prabhakar
>
>
>Shirley Kwan wrote:
>
>> Hi,
>>
>> Does anyone know that how to view all current value of all sequences
without
>> changing the value ???
>>
>> Thanks in advance !!!
>>
>> Shirley......
>
Received on Thu May 06 1999 - 19:37:02 CDT

Original text of this message

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