drop wrong sqlj reference on oracleXE restore

This commit is contained in:
Carlos Ruiz 2007-04-28 21:15:41 +00:00
parent a0b1393114
commit 2965c83ae2
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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