Hello,
I am porting a DB/2 application (ISAM based access) towards Oracle SQL (poor me...)

"The original application allows dirty reads : process A updates the database but does not yet commit the transaction. Process B can already retrieve the new information."

I know it sounds silly that we want to emulate this, but we actually need this functionality.

has anybody a suggestion ?

Regards,
Luc