#----------------------------------------------------------------------------- # Oracle Banking Trade Finance: 14.6 #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # This is an INNOVATION ROLLED Patch set for 14.6 Release : 14.6.2.0.0 # The INNOVATION Common Core Version of the current patch set is 14_60221107 #----------------------------------------------------------------------------- # Requirements: # # ******IMPORTANT********* #----------------------------------------------------------------------------- # Please note that this Patch set is upgraded with latest version of third party Libraries #------------------------------------------------------------------------------ # Kindly re-create all property files as there are installer changes and need re-creation of property files to apply the patchset #********************************************************************* # Please refer to 14.6 Patch Deployment Guideline.doc for more detail #********************************************************************* # Patch set ZDT Compliance #-------------------------------------------- # This patch set is ZDT NON Compliant # ------------------------------------------- # Requirements: # # User should download 14.6.0.0.0(GA), 14.6.1.0.0, 14.6.2.0.0 from respective locations & it is applicable for existing 14.5 INNOVATION customers who are on # 14.5.5.0.0, because 14.6 PS version Installer will not recognise the 14.5 INNOVATION PS folders. # Henceforth Customers will only consume 14.6 patch sets and also there will be no need of keeping folder structure of 14.5 INNOVATION patch sets, # as 14.6.0.0.0 (GA) has all the consolidated units released up to 14.5.5.0.0 patch sets. # Make sure to extract 14.6.0.0.0, 14.6.1.0.0 ,14.6.2.0.0 patchset to a common directory. # Ex : Directory should have folders like # 14.6.0.0.0 # 14.6.1.0.0 # 14.6.2.0.0 # # Pre-requisites : # --------------------------------------------------------------------------- # Following Privileges need to be executed before the Patch set installation # # . Login as SYS user in Database and execute following : # . ALTER USER ENABLE EDITIONS FORCE; # . GRANT CREATE ANY EDITION TO ; # . GRANT DROP ANY EDITION TO ; # . GRANT ALTER SESSION TO ; # . GRANT EXECUTE ON DBMS_SESSION TO ; # . Log off as sys user. # # Note : where the Patch is going to be applied. # # Patch set Installation Instructions: # --------------------------------------------------------------------------- # The Installer in this Patch set should be used only to Install 14.6.2.0.0 and not to install any lower Patch set versions. # # To apply the patch, unzip the downloaded zip file. # # Customers installing this patch set should refer to the "Installation Guide" # chapter available here: https://docs.oracle.com/cd/74099_01/index.htm # # For Zero Downtime Installation process please refer the Section "Zero Down Time Database Setup" in the appropriate # Patchset version Manual "https://docs.oracle.com/cd/E56849_01/fcubsptsets.htm" # # 1.Update the 'env.properties' as per OBTF_Installer_Prerequisite.pdf # in the Installation Reference Guides section. # Make sure to set the flag PATCHSET_INSTALLATION to 'Y' # # 2.As part of Performance Diagnostic Plugin enhancement below privileges has to be granted to the environments to avoid invalids # GRANT EXECUTE ON DBMS_HPROF TO SCHEMAUSER; # GRANT EXECUTE ON DBMS_MONITOR TO SCHEMAUSER; # # 3.Compile the incremental SMS units using /INSTALLER/SOFT/SMSDBCompileRun.sh for # Unix installations or /INSTALLER/SOFT/SMSDBCompileRun.bat for Windows # installations. # # 4.Compile the incremental DB units using /INSTALLER/SOFT/TFDBCompileRun.sh for # Unix installations or /INSTALLER/SOFT/TFDBCompileRun.bat for Windows # installations. # # 5.To build and deploy frontend # -Build the EAR using /INSTALLER/SOFT/TFEarRun.sh for Unix installations # or /INSTALLER/SOFT/TFEarRun.bat for Windows installations and deploy. # Deploy all the EARs/libraries generated in the destination path. # # 6.Gateway sources are consolidated in the current patch set. Build the Gateway # EAR using following INSTALLER files under "/INSTALLER/SOFT/" # -GW Web Services EAR : TFGatewayEarRun.sh for Unix installations # or TFGatewayEarRun.bat for Windows installations. # -GW EJB EAR : GWEJBEarRun.sh for Unix installations. # or GWEJBEarRun.bat for Windows installations. # -GW MDB EAR : GWMDBEarRun.sh for Unix installations # or GWMDBEarRun.bat for Windows installations. # -GW HTTP EAR : GWHTTPEarRun.sh for Unix installations # or GWHTTPEarRun.bat for Windows installations. # ------------------------------------------------------------------------------------ # Co-Deployment Instructions: # ------------------------------------------------------------------------------------ # 1. Copy the "ADAPTERS", "OBTF", "WS" folders from OBTF patchset and place the copied folders parallel to "ROFC" folder of FCUBS patchset(Latest). # The folders "ADAPTERS", "WS" will get merged with the same folders present in FCUBS patchset(Latest). # 2. Compile the incremental DB units by executing /INSTALLER/SOFT/ROFCDBCompileRun.sh for Unix installations # or /INSTALLER/SOFT/ROFCDBCompileRun.bat for Windows installations from FCUBS patchset(Latest). # Executing ROFCDBCompileRun.sh/ROFCDBCompileRun.bat will also compile OBTF units to database provided OBTF is selected # during fcubs.properties creation. # 3. Build the consolidated EAR by executing /INSTALLER/SOFT/ROFCEarRun.sh for Unix installations # or /INSTALLER/SOFT/ROFCEarRun.bat for Windows installations from FCUBS patchset(Latest). # 4. In case of creating stand-alone scheduler EAR, execute /INSTALLER/SOFT/SchedulerEarRun.sh for Unix installations # or /INSTALLER/SOFT/SchedulerEarRun.bat for Windows installations from FCUBS patchset(Latest). # 5. Copy the TFGatewayEarRun.bat, TFGatewayEarRun.sh and TFGatewayEarCreation.jar files from folder /INSTALLER/SOFT in OBTF patchset # to FCUBS patchset(Latest) folder /INSTALLER/SOFT to build OBTF Gateway EAR. #