Hello Friends, I have requirement in my project to create a record (primary key being id). This is generated by a sequence. So, when i create a record, i use "NEXT VALUE FOR <seq_name>. I need to fetch the id of this sequence and insert in another row of the same table.
The application is web application and can be used concurrently by several users and i use cache size of 30. Thanks in advance Satya
