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: Prabhakar Narayanan <prabhakar.narayanan_at_clsasia.com>
Date: Thu, 06 May 1999 13:56:17 +0800
Message-ID: <37312F01.755CC94E@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 - 00:56:17 CDT

Original text of this message

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