Quantcast
Channel: Oracle Implementation Advisor
Viewing all articles
Browse latest Browse all 163

Siebel Innovations Packs 14.7 & 15.1 Patch Sets Released

$
0
0

On June 30th Oracle released Siebel 14.7 and Siebel 15.1 Patch Sets. No co-incidence that both share the same date and release notes. From a code-line perspective they are the same.These releases just differ from a configuration and seed-data perspective.It greatly further enhances Oracle’s development agility in terms of bug fixing and quality assurance, improving reliability and time-to-market.

What I cannot yet explain though is why 15.1 is 9GB+ in size, where 14.7 is more like the usual in size. Basically it is a full installation. I can imagine it being due to a blocking defect for 8.2.2.x customers, where the DB Upgrade phase failed miserably. Assumption seems to be confirmed by the fact the download on the Software Delivery Cloud has been updated too.

15.0_edelivery

Siebel Patchset Installation Guides for Siebel Innovation Packs (Doc ID 1614310.1)

2015-07-01 09_29_31-Document 1614310.1That said, starting with this release, Patch Sets will also be installed using Oracle’s Universal Installer (OUI). Not a very big deal if you ask me. We still rely on oPatch for patch set verification purposes (e.g. – lsinventory) or rollback procedures.

Please check the release notes for all of the details. The Patch Set has quite a number of fixes and enhancements. To call out a couple by name:

USERS DO NOT SEE THE SPINNING WHEEL CONSTANTLY BETWEEN WHEN THEY ENTER THEIR PASSWORD AND WHEN THE APPLICATION LOADS

It addresses the issue that during logon, the spinning wheel only starts up displaying relatively late. Especially if the user’s browser cache is empty or due to static content expiration files are being downloaded again, the user might feel nothing is happening. Good UX improvement. This issue is even more important for Citrix / IE deployments (specifically IE), where typically the IE cache is not persisted between Citrix sessions, as not part of the user’s profile.

ENHANCES JAVASCRIPT PERFORMANCE FOR OPEN UI APPLICATIONS

Development further improved OpenUI performance by eliminating unnecessary or expensive JQuery selectors. To name a few:

1) Ensuring that no redundant calls are being made to re-generate tabbed links for view navigation when there are no changes.
2) Ensuring that duplicate calls for modifying value in DOM element are being suppressed.
3) Reducing dependency on querySelectorAll API usage
4) Calling .empty.append for large string instead of using .html since it does regular expression check which consumes good amount of time.
5) Deferring span tag generation for iconmaps etc.

Enjoy!

– Jeroen



Viewing all articles
Browse latest Browse all 163

Trending Articles