update pour windows
This commit is contained in:
@@ -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!
|
||||
)
|
||||
|
||||
@@ -47,6 +47,3 @@ where
|
||||
order by
|
||||
d.file_name
|
||||
;
|
||||
|
||||
prompt <h2>Existance de blocks corrompus :</h2>
|
||||
select * from v$database_block_corruption;
|
||||
2
sql/21c_block_corruption.sql
Normal file
2
sql/21c_block_corruption.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
prompt <h2>Existance de blocks corrompus :</h2>
|
||||
select * from v$database_block_corruption;
|
||||
Reference in New Issue
Block a user