elastic / elastic/integrations

[Oracle] Add Resource limit datastream

Open
#9,603 1 comment 0 reactions 1 assignee Claimed by @agithomas View on GitHub
Integration:oracle Team:Service-Integrations
Dominant language
Handlebars
Stars
333
Forks
647
Avg merge
3d 4h
Merged PRs (30d)
209

Description

V$RESOURCE_LIMIT view in Oracle is used to display information about the current resource utilization and limits for various system resources in an Oracle instance.

By querying V$RESOURCE_LIMIT, database administrators can monitor resource consumption and set appropriate limits to ensure optimal performance and prevent resource contention.

Here's a brief overview of some of the important columns in V$RESOURCE_LIMIT:

RESOURCE_NAME: The name of the resource being monitored.
CURRENT_UTILIZATION: The current utilization of the resource.
MAX_UTILIZATION: The maximum utilization of the resource since the last instance startup or since the last time the maximum utilization was reset.
INITIAL_ALLOCATION: The initial allocation of the resource.
LIMIT_VALUE: The maximum limit allowed for the resource.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.