diff --git a/utils/oracleXE/DBRestore.bat b/utils/oracleXE/DBRestore.bat index ddf06b38a5..96937ec9c4 100644 --- a/utils/oracleXE/DBRestore.bat +++ b/utils/oracleXE/DBRestore.bat @@ -22,11 +22,6 @@ @echo ------------------------------------- @imp %1@%ADEMPIERE_DB_SERVER%/%ADEMPIERE_DB_NAME% FILE=%ADEMPIERE_HOME%\data\ExpDat.dmp FROMUSER=(%2) TOUSER=%2 STATISTICS=RECALCULATE -@echo ------------------------------------- -@echo Create SQLJ -@echo ------------------------------------- -@call %ADEMPIERE_HOME%\Utils\%ADEMPIERE_DB_PATH%\create %ADEMPIERE_DB_USER%/%ADEMPIERE_DB_PASSWORD% - @echo ------------------------------------- @echo Check System @echo Import may show some warnings. This is OK as long as the following does not show errors diff --git a/utils/oracleXE/DBRestore.sh b/utils/oracleXE/DBRestore.sh index 6be152f37d..28d43fa4c0 100644 --- a/utils/oracleXE/DBRestore.sh +++ b/utils/oracleXE/DBRestore.sh @@ -28,11 +28,6 @@ echo Import ExpDat echo ------------------------------------- imp $1@$ADEMPIERE_DB_SERVER/$ADEMPIERE_DB_NAME FILE=$ADEMPIERE_HOME/data/ExpDat.dmp FROMUSER=\($2\) TOUSER=$2 -echo ------------------------------------- -echo Create SQLJ -echo ------------------------------------- -$ADEMPIERE_HOME/utils/$ADEMPIERE_DB_PATH/create.sh $ADEMPIERE_DB_USER/$ADEMPIERE_DB_PASSWORD - echo ------------------------------------- echo Check System echo Import may show some warnings. This is OK as long as the following does not show errors