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!
)