A session hung waiting for wait event 'gc cr request', and it blocked
other sessions at wait event 'cr request retry'.
Rediscovery Notes
If a session hangs on 'gc cr request' but there are no blockers then you may have encountered this problem.
Specifically:
- Long gc cr request wait
- GCS CLIENT: grant 0 cvt 1 mode 0x0 role 0x24...
- GCS CLIENT: KJBL history 0x1
- GCS SHADOW: grant 0 cvt 1 mode 0x0 role 0x2#...lst 0xc0
Workaround
Set the parameter _gc_cr_server_read_wait=false. Example:
alter system set "_gc_cr_server_read_wait"=false scope=both sid='*' ;