From 7f2debf16c7698202a0f796c5b5e6629c12419e1 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 12 Nov 2023 03:54:44 +0100 Subject: [PATCH] Update 21_datafile.sql --- sql/21_datafile.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/21_datafile.sql b/sql/21_datafile.sql index 64db479..72f289b 100644 --- a/sql/21_datafile.sql +++ b/sql/21_datafile.sql @@ -7,4 +7,7 @@ SELECT /*+ NO_MERGE */ ORDER BY --x.con_id, x.file_name; + +prompt

v$database_block_corruption

+select * from v$database_block_corruption; exit \ No newline at end of file