You should be able to select the CURRVAL from the sequence right after the
insert. For instance: select <mysequencenamegoeshere>.CURRVAL from dual;
AFAIK there is no true equivalent to @@Identity in Oracle
I hope this helps.
----------------------------------
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.