RDB/Oracle
oracle 19c 권장 파라미터
세모데
2022. 2. 18. 12:07
- adaptive plan 정보 수집 방지 (MOS 2209560.1)
- _sql_plan_directive_mgmt_control = 0
- alter system set "_sql_plan_directive_mgmt_control" = 0 scope=both;
- cursor mutex에 연관된 동시성 이슈 방지 (MOS 2431353.1)
- _cursor_obsolete_threshold = 1024
- alter system set "_cursor_obsolete_threshold" = 1024 scope=both;