update pour windows

This commit is contained in:
Yacine31
2023-12-21 16:57:59 +01:00
parent 9148d030a5
commit f5825e0719
4 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ for /f "tokens=*" %%r in ('net start ^| find /i "OracleService"') do (
echo SET PAGES 999 FEEDBACK OFF MARKUP HTML ON SPOOL ON PREFORMAT OFF ENTMAP OFF > !TMP_SQLFILE!
echo WHENEVER SQLERROR CONTINUE >> !TMP_SQLFILE!
type %%f >> !TMP_SQLFILE!
echo EXIT >> !TMP_SQLFILE!
REM echo EXIT >> !TMP_SQLFILE!
echo Execution du script %%f
call sqlplus -S / as sysdba @!TMP_SQLFILE! >> !HTML_FILE!
)

View File

@@ -47,6 +47,3 @@ where
order by
d.file_name
;
prompt <h2>Existance de blocks corrompus :</h2>
select * from v$database_block_corruption;

View File

@@ -0,0 +1,2 @@
prompt <h2>Existance de blocks corrompus :</h2>
select * from v$database_block_corruption;