Update 27_last_rman_backup.sql

This commit is contained in:
Yacine31
2023-11-15 12:27:13 +01:00
parent 892c355106
commit 617d95d493

View File

@@ -19,4 +19,4 @@ FROM v$rman_backup_job_details b
WHERE b.start_time > (SYSDATE - 30) and rownum <=50
ORDER BY b.start_time asc
;
exit