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!

use global temp table for DML error logging

cz406472huApr 21 2015 — edited Apr 22 2015

our database is 11.2.0.4 enterprise edition on solaris 10

we are wondering if anyone has an opinion of or has done this before, to use a global temp table for DML error logging. We have a fairly busy transactional database with 2 hot tables for inserts. The regular error table created with dbms_errlog has caused many deadlocks which we don't quite understand yet. we have thought using global temp table for the purpose, and that seemed to work, but we can't read error from the GTT, the table is empty even reading from the same session as inserts. Does anyone have an idea why?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2015
Added on Apr 21 2015
11 comments
601 views