User Tools

Site Tools


weblogicinstallation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
weblogicinstallation [2015/09/02 10:22] – [Certification] z0hpvkweblogicinstallation [2025/03/08 22:24] (current) – external edit 127.0.0.1
Line 5: Line 5:
 | Forms / Reports 11.1.2.x | [[http://www.oracle.com/technetwork/middleware/downloads/oracle-forms-111220certmatrix-2087910.xls|Certification Matrix]] | | Forms / Reports 11.1.2.x | [[http://www.oracle.com/technetwork/middleware/downloads/oracle-forms-111220certmatrix-2087910.xls|Certification Matrix]] |
 | Fusion Middleware 12.1.3 | [[http://www.oracle.com/technetwork/middleware/fusion-middleware/documentation/fmw-1213certmatrix-2226694.xls|Certification Matrix]] | | Fusion Middleware 12.1.3 | [[http://www.oracle.com/technetwork/middleware/fusion-middleware/documentation/fmw-1213certmatrix-2226694.xls|Certification Matrix]] |
 +| Fusion Middleware 12.2.1.3 | [[https://www.oracle.com/technetwork/middleware/fmw-122130-certmatrix-3867828.xlsx|Certification Matrix]] |
  
 Main Webpage is : http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html Main Webpage is : http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
 ====Install JDK==== ====Install JDK====
 Refer to the certification documents above to see which version should be installed. \\ Refer to the certification documents above to see which version should be installed. \\
-For Weblogic 10.3.6 on Windows 2008 64 bit use the latest version of 1.7 64 bit. \\ +For Weblogic 10.3.6 on Windows 2008 64 bit use the latest version of 1.7 64 bit. This is now only available with a MOS account \\ 
-http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html \\ +For Weblogic 12.2.1.3 use the latest version of JDK 8 \\ 
-Select Java SE Development Kit 7u80 (Windows x64) \\+https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html \\ 
 ====Install Weblogic 10.3.6==== ====Install Weblogic 10.3.6====
 As this is a 64 bit installation use the Generic Installer. \\ As this is a 64 bit installation use the Generic Installer. \\
 http://download.oracle.com/otn/nt/middleware/11g/wls/1036/wls1036_generic.jar \\ http://download.oracle.com/otn/nt/middleware/11g/wls/1036/wls1036_generic.jar \\
 <code>java -jar wls1036_generic.jar</code> <code>java -jar wls1036_generic.jar</code>
-====Install Fusion Middleware==== + 
-You can either install Forms / Reports 11.1.1.6 or 11.1.2.2 \\ +====Install Weblogic Server 12.2.1.3==== 
-Forms and Reports 11gR2 is still supported and as we may not even use it I would recommend this version. \\ +Weblogic now comes bundled with the Fusion Middleware installation. \\ 
-http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html+https://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html 
 +<code>java -jar fmw_12.2.1.3.0_infrastructure.jar</code> 
 + 
 +====Repository Creation Utility==== 
 +<code>cd $ORACLE_HOME/oracle_common/bin 
 +./rcu</code> 
 + 
 +====Install Forms/Reports==== 
 +Setup the Java environment variables 
 +<code>./fmw_12.2.1.3.0_fr_linux64.bin</code> 
 + 
 +====Useful Links==== 
 +[[https://docs.oracle.com/en/middleware/lifecycle/12.2.1.3/infin/installing-infrastructure-software.html#GUID-943F11B4-DD9E-4631-8F5F-80B3ADC06F26 | Oracle Installation Instructions]] \\ 
 +[[https://developer.rackspace.com/blog/install-and-configure-Forms-and-Reports-for-high-availability-on-OEL | Rackspace Example Installation]] \\ 
 +[[http://dirknachbar.blogspot.com/2017/09/oracle-forms-reports-122130-first-look.html | Oracle Forms/Reports New Features]] \\ 
 +[[https://docs.oracle.com/middleware/1221/formsandreports/deploy-forms/appc.htm#FSDEP457 | Configuration File Locations]] \\ 
 + 
 +<code> 
 +select NAME, type, (total_mb) TOTAL_MB,(usable_file_mb) FREE_MB, (total_mb-usable_file_mb)*1024*1024 USED_SPACE, round(100-(usable_file_mb*100/total_mb),2) PCT_USED from v$asm_diskgroup where state in ('MOUNTED','CONNECTED'
 +</code>
weblogicinstallation.1441189332.txt.gz · Last modified: 2025/03/08 22:23 (external edit)