Skip to Main Content

Oracle Database Discussions

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!

Any way to query the contents of a GTT populated by another session?

mtefftOct 31 2012 — edited Nov 1 2012
Is there any way to query the contents of a Global Temporary Table populated by another session?

that is, if:
- a global temporary table named MY_GTT has been created, once upon a time
- Session A has inserted rows into MY_GTT, and has issued a COMMIT
- From session B is there any way to query session A's view of MY_GTT?

Following this... is there any way to do it if process A has not committed?

This is for diagnostic purposes only - this is nothing that we would need to scale or automate.

Thanks,
Mike
This post has been answered by Mark Malakanov (user11181920) on Oct 31 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2012
Added on Oct 31 2012
20 comments
2,957 views