Skip to content

Instantly share code, notes, and snippets.

@germanviscuso
Created October 15, 2024 13:14
Show Gist options
  • Save germanviscuso/8dd593f9c3c41226d5e244c66e87c8c6 to your computer and use it in GitHub Desktop.
Save germanviscuso/8dd593f9c3c41226d5e244c66e87c8c6 to your computer and use it in GitHub Desktop.
SELECT METRIC_NAME, VALUE, METRIC_UNIT
FROM ACD_V$SYSMETRIC
WHERE METRIC_NAME IN ('Database CPU Time Ratio', 'Database Wait Time Ratio');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment