Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle8i and sequence tables
No.
Currval and nextval are private to the session. There is an article on my website which may answer further questions.
-- Jonathan Lewis Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk sooty70_at_my-deja.com wrote in message <8t498e$80c$1_at_nnrp1.deja.com>...Received on Tue Oct 24 2000 - 12:46:15 CDT
>Hi folks,
>
>Let me start by saying that I don't currently have access to an
>Oracle8i database so I can't test this on my own so I'm not being
>lazy. :-)
>
>If I get sequence.nextval from a given sequence and then start using
>currval for X amount of inserts/updates afterwards, if someone else
>performs a sequence.nextval in another session will my currval change?
>In short, is the sequence.currval session specific?
>
>Thanks, Martin
>
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
![]() |
![]() |