Norman Njeim
Member
Can I get PL/SQL Developer to work on non-committed data?
W have an application connecting with an ODBC data source that inputs data in an oracle table, and - before committing this data - calls a stored procedure that reads this data and performs some calculations; after that we have the option of committing the data or roll it back.
In some cases, the procedure is failing and we
are wondering if there's a way to be able to debug uncommitted data (PL/SQL can not see the uncommitted data) . Is there a falg or setting somewhere in PL/SQL Developer that allow us to do that? Thanks!
W have an application connecting with an ODBC data source that inputs data in an oracle table, and - before committing this data - calls a stored procedure that reads this data and performs some calculations; after that we have the option of committing the data or roll it back.
In some cases, the procedure is failing and we
are wondering if there's a way to be able to debug uncommitted data (PL/SQL can not see the uncommitted data) . Is there a falg or setting somewhere in PL/SQL Developer that allow us to do that? Thanks!