OCI Logging Analytics Service : Oracle Database Query Source Reports "ORA-01722: invalid number"
(Doc ID 2987965.1)
Last updated on NOVEMBER 17, 2023
Applies to:
OCI Logging Analytics Service - Version N/A and laterInformation in this document applies to any platform.
Symptoms
In Oracle Cloud Infrastructure (OCI), Log Source was created with the following Database Query and "ORA-01722: invalid number" is reported in the Agent Collection Warnings.
SELECT B.TABLESPACE_NAME "Tablespace Name", ROUND (SUM (B.BYTES)/1024/1024, 2) "Size MB" FROM DBA_DATA_FILES B, (SELECT TABLESPACE_NAME, ROUND (SUM (BYTES)/1024/1024, 2) FREE_SPACE_MB FROM DBA_FREE_SPACE GROUP BY TABLESPACE_NAME) A WHERE B.TABLESPACE_NAME = A.TABLESPACE_NAME GROUP BY B.TABLESPACE_NAME, A.FREE_SPACE_MB
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |