-
Bug
-
Resolution: Done
-
Major
-
1.7.0.Alpha1
-
None
-
False
-
False
-
undefined
-
When fetching archive logs for the last 48 hours, a SQLException is thrown due to the following incorrect SQL statement:
SELECT * FROM V$ARCHIVED_LOG WHERE FIST_TIME >= SYSDATE - 2
The where-clause should reference column FIRST_TIME instead.