drop wrong sqlj reference on oracleXE restore
This commit is contained in:
parent
a0b1393114
commit
2965c83ae2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue