SET_PARAMETER
Use the DBMS_VECTOR_ADMIN.SET_PARAMETER to set the value of
the configuration parameters to facilitate the automatic IVF index rebuilds.
Syntax
DBMS_VECTOR_ADMIN.SET_PARAMETER (
parameter IN NUMBER
value IN NUMBER
);Parameters
Table 12-36 SET_PARAMETER Procedure Parameters
| Parameter | Description |
|---|---|
parameter |
The name of the parameter for which you want to set a value. |
value |
The value to assign to the specified parameter. |
Parent topic: DBMS_VECTOR_ADMIN