Created
October 15, 2024 13:14
-
-
Save germanviscuso/8dd593f9c3c41226d5e244c66e87c8c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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