Posts by Glauber Cavalcanti • 21 points
1 post
-
2
votes2
answers6341
viewsA: How to get last Quence on Oracle?
The CURRVAL command is only for the session that sequentially ran, so you will no longer have this value. You can try to see the structure of it, SELECT * FROM user_sequences WHERE sequence_name =…