Skip to content

[Oracle] Add Resource limit datastream #9603

Open
@agithomas

Description

@agithomas

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions