#----------------------------------------------------------------------------- # Oracle Banking Trade Finance: 14.5 #----------------------------------------------------------------------------- # This is an INNOVATION ROLLED Patch set for 14.5 Release : 14.5.4.0.0 # Pre-Requisite: User should be on INNOVATION patch 14.5.3.0.0 # The INNOVATION Common Core Version of the current patch set is 146_20220210 #----------------------------------------------------------------------------- # 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 # #********************************************************************* # # User should have downloaded 14.5.0.0.0, 14.5.1.0.0, 14.5.2.0.0, 14.5.3.0.0 , 14.5.4.0.0 from respective locations. # Make sure to extract 14.5.0.0.0, 14.5.1.0.0, 14.5.2.0.0, 14.5.3.0.0 and 14.5.4.0.0 patchsets to a common directory. # Ex : Directory should have folders like # 14.5.0.0.0 # 14.5.1.0.0 # 14.5.2.0.0 # 14.5.3.0.0 # 14.5.4.0.0 # and so on # # 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.5.4.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/F50591_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 pre-patch-001.INC in OBTF patchset from \OBTF_14.5.0.0.2\pre-patch-001.INC to the Database to set the release code. # 3. 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. # 4. 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). # 5. 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). # 6. 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. #