Hello again,
We are migrating from a MySQL DB to a Oracle DB.
Now i used to have a auto increment on MySQL and it worked fine. During the mirgation i created a sequence on those tables and a trigger and that works fine.
Now my question: i used to use the mysql_insertid() function to get the insert id but in the oracle functions i'm using there doesn't seem to be an equivalent. Has somebody solved this problem? i don't know that much about Oracle yet so it may be a simple question. Maybe there is a query you can fire to get that id or something.
TIA