DBA_VECTOR_HITCOUNTS
The DBA_VECTOR_HITCOUNTS
view tracks calls to third parties
for observability.
Column Name | Data Type | Description |
---|---|---|
|
NUMBER |
ID of the current user |
|
NUMBER |
Credential ID for the third party call used by the user |
|
VARCHAR2(128) |
Name of the third-party provider |
|
VARCHAR2(128) |
Name of the method calling the third-party API(s) (such as
|
|
NUMBER |
Total number of calls made to the third-party provider |
|
TIMESTAMP(6) |
Time of the last call to the third-party provider |
Parent topic: Text Processing Views