Issue Number: 700103a
| Issue | There is an occurrence of shared memory leak equal in size to the redo log buffer size. |
| Cause | During the instance boot process, the redo log buffer is allocated twice, causing a shared memory leak equal to the redo log buffer size. |
| Solutions | The allocation process was modified to prevent the redo log buffer from being allocated twice during the instance boot process. |