GET_PARAMETER
Use the DBMS_VECTOR_ADMIN.GET_PARAMETER procedure to get
the current value for the specified input parameter.
Syntax
DBMS_VECTOR_ADMIN.GET_PARAMETER (
parameter IN NUMBER
value OUT NUMBER
);
Parameters
Table 12-37 GET_PARAMETER Procedure Parameters
| Parameter | Description |
|---|---|
parameter |
The name of the parameter for which you want to get the current value. |
value |
The current value of the specified parameter. This value is returned by the procedure. |
Parent topic: DBMS_VECTOR_ADMIN