Hi,
How can I select the last commited value from a table? I have updated this value multiple times but would like to read the last commited value. I can not store the last commited value in a variable as the multiple procedures and packages are updating and selecting from this table and I cannot pass on this value as parameter. Also is there a way using which i can capture the total number of inserts that got commited when commit was executed.