PARALLEL_SLAVE is a private subprogram used to perform actual compilation tasks in the recomp_parallel procedure. It is generally not recommended to be directly called by users.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
UTL_RECOMP.PARALLEL_SLAVE(
flags IN BINARY_INTEGER
);
Parameters
| Parameter | Description |
|---|---|
| flags | This parameter is effective only when a table with the same name exists. A value of 512 indicates that if a table with the same name exists in the SYS tenant, it will be used directly. A value of 1024 indicates that if a table with the same name exists, it will be dropped and automatically recreated. The default value is 0 (optional), which has no special meaning. |
