enq: CF - contention AWR Report
Dear All,
I want to ask something about the control file contention that show up in AWR Report.
Following are my scenarios / detail about the situations:
- I have a table that have LOB column with nologging and nocache attribute
- I have another program (queue ) that connect to database using JDBC
- When the program running, it will goes to the queue and then write/insert into the database
The problem are:
- The queue is generated so fast (200-250 queues / second) and keep increasing
- I see the database, yes the data is inserted but only (20-30 rows/ second) . note: 1 queue is equal to 1 row
0