git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493

This commit is contained in:
andrew.gilmore
2012-03-19 11:57:19 +00:00
parent 2a0f4900c3
commit 0e9ca75d77
1587 changed files with 500863 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
echo uploading java to database
set PATH=C:\Work\oracle\product\11.1.0\client_1\BIN;c:\oracle\DevSuite10g\jre\1.4.2\bin;c:\oracle\DevSuite10g\jlib;%PATH%
set ORACLE_HOME=C:\Work\oracle\product\11.1.0\client_1
set ORACLE_SID=dev10g
set ORACLE_USER=eft_nom_test/eft_nom_test
call %ORACLE_HOME%\bin\loadjava -user %ORACLE_USER%@%ORACLE_SID% -grant public -order -resolve -force -synonym -verbose -genmissing poi-scratchpad-2.5.1-final-20040804.jar 2>> load1.log
call %ORACLE_HOME%\bin\loadjava -user %ORACLE_USER%@%ORACLE_SID% -grant public -order -resolve -force -synonym -verbose -genmissing poi-2.5.1-final-20040804.jar 2>> load2.log
call %ORACLE_HOME%\bin\loadjava -user %ORACLE_USER%@%ORACLE_SID% -grant public -order -resolve -force -synonym -verbose -genmissing poi-contrib-2.5.1-final-20040804.jar 2>> load3.log
call %ORACLE_HOME%\bin\loadjava -user %ORACLE_USER%@%ORACLE_SID% -order -resolve -force -synonym -verbose -genmissing amfr_excel_j.class 2>> load4.log
call %ORACLE_HOME%\bin\loadjava -user %ORACLE_USER%@%ORACLE_SID% -nativecompile -verbose -resolve amfr_excel_j.java 2>> load5.log