Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Trigger with sequence

Re: Trigger with sequence

From: Kean Jacinta <jacintakean_at_yahoo.com>
Date: Tue, 17 May 2005 21:38:57 -0700 (PDT)
Message-ID: <20050518043857.54913.qmail@web52905.mail.yahoo.com>


Oh i see now i realize my mistake. By the way would it be possible to have manually update the sequence as well .

For example :

ID name
--- -----

1     BT
2     BI
3     BU
4     BZ

User accidently deleted id 3, and i want to manully create the id 3 again.

insert into myclass (id, name) values (3, 'BU');

I Found that , this id 3 is not created but a new id is created by the trigger as 5 . Any workaround for tis ?

THank

JK


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 18 2005 - 00:43:34 CDT

Original text of this message

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