Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cna Oracle Reports connect to an existing session so it can access uncommited data ?

Scott HollowsMar 3 2023 — edited Mar 3 2023

This is a long but here goes …

Can Oracle Reports connect to an existing session (made outside of the report) so it can access uncommited data ?

We have a complex report that is working great, but we just found out that in some cases it needs to access data that is not commited. It is a large amount of data and passing it in as a parameter may be either too much work or just too difficult due to the report calling database functions that also needs to access the uncommited data to generate text that appears in the report

Workflow
* Application creates some data … inserts and updated tables but does not commit
* Application runs the report
* Report displays the data that has not been commited

Comments
Post Details
Added on Mar 3 2023
1 comment
205 views