Oracle 56

[Oracle] ORA-03113 : end-of-file on communication channel

// ORA-03113 : end-of-file on communication channel// 원인이 다양한 듯 함. 추후 해당 에러 발견 시 업데이트할 것!!https://www.tekstream.com/resource-center/ora-03113-end-of-file-on-communication-channel/ ORA-03113: end-of-file on communication channel | TekStreamThe source of an ORA-03113 is a broken connection between Client and Server process, a blanket end-of-file on a communication channel error.www.tekstream.com

Oracle 2021.08.09

[Oracle] _gc_read_mostly_locking

과거 RAC 8i 와 9i 버전에서 cache fusion 기능이 도입되면서 하나의 block에 대해 읽기와 쓰기가 여러 인스턴스에서 발생할 때 이 dirty block 을 disk가 아닌 인스턴스 레벨에서 읽도록 개선되었고  이후 10g 에서 DRM 기능이 소개되면서 undo와 object 레벨의 DRM이 가능해졌습니다. _gc_read_mostly_locking 파라미터는 11g 에서 소개된 DRM 기능이며 Cache층에서 global operation 이력을 이용하여 실현한 read mostly locking 메카니즘입니다. read mostly locking 메카니즘은 오라클 Cache층에서 매개 오브젝트의 S lock과 X lock의 갯수가 기록되어 있는데, 만약 특정 노드에서 해당 오브젝트에 ..

Oracle 2021.07.28