Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| weblogicinstallation [2019/07/23 10:57] – z0hpvk | weblogicinstallation [2025/03/08 22:24] (current) – external edit 127.0.0.1 |
|---|
| ====Install Forms/Reports==== | ====Install Forms/Reports==== |
| Setup the Java environment variables | Setup the Java environment variables |
| <code>./fmw_12.2.1.3.0_gb_linux64.bin</code> | <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> |