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.
Note:
In order to run theDBMS_VECTOR_ADMIN package, the user must be granted the
PDB_DBA role.
Table 12-37 DBMS_VECTOR_ADMIN PACKAGE
| Subprogram | Description |
|---|---|
SET_PARAMETER |
Sets a value for the specified input parameter. |
GET_PARAMETER |
Gets the current value for the specified input parameter. |
- 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