Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: View current seq. no.
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
![]() |
![]() |