From 617d95d493c67e6b8e7b7085948a01e6c349735c Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Wed, 15 Nov 2023 12:27:13 +0100 Subject: [PATCH] Update 27_last_rman_backup.sql --- sql/27_last_rman_backup.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/27_last_rman_backup.sql b/sql/27_last_rman_backup.sql index 386c438..5414643 100644 --- a/sql/27_last_rman_backup.sql +++ b/sql/27_last_rman_backup.sql @@ -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 +