// ORA-04030: out of process memory Tips // ORA-00600: internal error code, arguments: [729], [80], [space leak], [], [], [], [], [], [], [], [], [] // 2번째 argument가 space leak 발생한 chunk의 사이즈를 나타내줌. // 에러 원인 heap에 존재하는 chunk 중 free할 수 있는 chunk가 존재하지 않아 memory leak 발생. // 해결 방안 - Increase pga_aggregate_target - Decrease sort_area_size and/or hash_area_size - Move to multi-threaded server (a.k.a. ..