PARALLEL_SLAVE is a private subprogram that actually performs compilation when the recomp_parallel subprogram is called. Generally, we recommend that you do not directly call this subprogram.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
UTL_RECOMP.PARALLEL_SLAVE(
flags IN BINARY_INTEGER
);
Parameters
| Parameter | Description |
|---|---|
| flags | The action to take if a table with the same name already exists. If a table with the same name already exists in the sys tenant, the value 512 specifies to directly use the table, and the value 1024 specifies to directly drop the table and create a new one. The default value is 0, which is optional and has no special meanings. |