Issue Number : 700628a
| Issue | An internal error occurs when running create ctxcat index parallel and create index parallel simultaneously. |
| Cause | During the ctxcat index parallel build process, there is logic that turns a hidden initialization parameter on and off. Because of this, after create index parallel takes the branch to perform create index merge, the parameter ends, and the process continues with the normal index build logic, causing an error. |
| Solutions | The hidden initialization parameter was changed to a session parameter to prevent affecting other sessions. |