-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Description
Required database permissions for exporter user missing from documentation.
In commit 5e0f10b the "Database permissions required" was removed when moving documentation to docs/docs, but the info is not available in the new documentation location.
Here is the old text for convenience.
Database permissions required
For the built-in default metrics, the database user that the exporter uses to connect to the Oracle Database instance must have the SELECT_CATALOG_ROLE privilege and/or SELECT permission on the following objects:
dba_tablespace_usage_metrics
dba_tablespaces
gv$system_wait_class
gv$asm_diskgroup_stat
gv$datafile
gv$sysstat
gv$process
gv$waitclassmetric
gv$session
gv$resource_limit
gv$parameter
gv$database
gv$sqlstats
gv$sysmetric
v$diag_alert_ext (for alert logs only)