As we all know, Java Web Start is not a new Oracle E-Business Suite technical functionality. However, I thought I’d share some insight for anyone planning a Java Web Start JWS implementation.
JWS isn’t available for Oracle E-Business Suite 11i and 12.0–we’re discussing JWS for Oracle E-Business Suite Releases 12.1 and 12.2.
JWS launched from a list of browsers using the Java Network Launching Protocol (JNLP). The JNLP method doesn’t involve NPAPI browser plugins. Here’s a quick intro: What is Java Web Start and how is it launched?
Below is a summary of My Oracle Support notes that were reviewed and used to compose the patch list below:
Here’s a detailed ordered list of patches for:
that covers complete JWS implementation for Oracle E-Business Suite 12.1.
Note: I intentionally included Microsoft Internet Explorer section in case you still have to use Internet Explorer after the JWS implementation.
There might be particular reasons why IE 11 should stay in your environment or organization knowing Internet Explorer (IE) already reached its end of life. So, if you still need IE, carefully review My Oracle Support note: R12: Recommended Browsers for Oracle E-Business Suite (Doc ID 389422.1). This note contains a list of product- specific patches. Review, install and test patches based on the functionality used:
In addition, the My Oracle Support note Using Java Web Start with Oracle E-Business Suite (Doc ID 2188898.1) has product-specific patches section for versions 12.1 and 12.2. Review modules and functionality used in your particular environment. If necessary, consult with a functional team if patches listed are relevant and need to be included in the final list. Lastly, consider adding functional testing with your team to ensure main functionality stays intact.
set pagesize 999 linesize 999 select owner,count(*) from dba_objects where status = 'INVALID' group by owner; create table invalids_before_JWS_patch as select * from dba_objects where status='INVALID';
set pagesize 999 linesize 999 select owner,count(*) from dba_objects where status = 'INVALID' group by owner; select owner,object_name,object_type from dba_objects where status='INVALID' minus select owner,object_name,object_type from invalids_before_JWS_patch;
The JRE version on client PC + user option enabled is the right combination for multiple forms session support to work effectively.
Release specific patches needed. The 12.2 setup will be documented in detail and shared in a future post. Make sure to sign up so you don’t miss it.
Ready to optimize your Oracle Database for the future?