From version 4.1
edited by Jeffrey McDonald
on 2024/12/07 12:33
on 2024/12/07 12:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -23,7 +23,7 @@ 23 23 24 24 Wow! One of the patches (p35908669) contains a new **occas_generic.jar** file. Let's use that to install OCCAS instead of using the one from 'edelivery.oracle.com'. 25 25 26 -Follow the steps in [[OCCAS Installation>>doc:Tutorials.Oracle.Communications.OCCAS. Installation.WebHome]] and return here when you are done. (Do not configure OCCAS just yet.)26 +Follow the steps in [[OCCAS Installation>>doc:Tutorials.Oracle.Communications.OCCAS.Prenstallation.WebHome]] and return here when you are done. (Do not configure OCCAS just yet.) 27 27 28 28 Back? 29 29 ... ... @@ -73,12 +73,15 @@ 73 73 74 74 (% class="box" %) 75 75 ((( 76 +export ORACLE_HOME=/opt/oracle/occas/8.1 77 +export PATH=$ORACLE_HOME/OPatch:$PATH 78 + 76 76 opatch version 77 77 OPatch Version: 13.9.4.2.3 78 78 \\cd WLS_SPB_14.1.1.0.241008/tools/opatch/generic 79 79 unzip p28186730_1394217_Generic.zip 80 80 cd 6880880 81 -java -jar opatch_generic.jar -silent oracle_home= /opt/oracle/occas/8.1-ignoreSysPrereqs84 +java -jar opatch_generic.jar -silent oracle_home=$ORACLE_HOME -ignoreSysPrereqs 82 82 \\opatch version 83 83 OPatch Version: 13.9.4.2.17 84 84 ))) ... ... @@ -87,12 +87,8 @@ 87 87 88 88 (% class="box" %) 89 89 ((( 90 -export ORACLE_HOME=/opt/oracle/occas/8.1 91 -export _JAVA_OPTIONS="-Xms64m -Xmx1024m -XX:ParallelGCThreads=45 -XX:ReservedCodeCacheSize=512m" 92 -\\cd WLS_SPB_14.1.1.0.241008/tools/spbat/generic/SPBAT 93 +cd WLS_SPB_14.1.1.0.241008/tools/spbat/generic/SPBAT 93 93 ./spbat.sh -phase apply -oracle_home $ORACLE_HOME 94 94 ))) 95 95 96 96 Congratulations! We are now ready to [[Configure OCCAS>>doc:Tutorials.Oracle.Communications.OCCAS.Configuration.WebHome]]. 97 - 98 -