From 0e250a4c332269e2c52ce2564a659991021d0bca Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Thu, 23 Nov 2023 01:10:56 +0100 Subject: [PATCH] Update 21_datafile.sql --- sql/21_datafile.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/21_datafile.sql b/sql/21_datafile.sql index 41d7ab4..678c33a 100644 --- a/sql/21_datafile.sql +++ b/sql/21_datafile.sql @@ -44,6 +44,7 @@ from dba_data_files d where a.file_id = b.file_id (+) and d.file_id=a.file_id +; prompt

Existance de blocks corrompus :

select * from v$database_block_corruption;