DBMS_VECTOR_ADMIN
The DBMS_VECTOR_ADMIN package provides administrative
interfaces for managing database configuration settings, such as modifying system parameters
and performing privileged operations.
- SET_PARAMETER
Use theDBMS_VECTOR_ADMIN.SET_PARAMETERto set the value of the configuration parameters to facilitate the automatic IVF index rebuilds. - GET_PARAMETER
Use theDBMS_VECTOR_ADMIN.GET_PARAMETERprocedure to get the current value for the specified input parameter.
Parent topic: Vector Search PL/SQL Packages