formatage SQL

This commit is contained in:
Yacine31
2024-02-10 02:30:28 +01:00
parent 2d51059e6c
commit a4bc29b998
35 changed files with 538 additions and 401 deletions

View File

@@ -1,2 +1,6 @@
prompt <h2>Existance de blocks corrompus :</h2>
select * from v$database_block_corruption;
SELECT
*
FROM
V$DATABASE_BLOCK_CORRUPTION;