#----------------------------------------------------------------------------- # Oracle Banking Trade Finance: 14.7 #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # This is an INNOVATION ROLLED Patch set for 14.7 Release : 14.7.5.0.0 # The INNOVATION Common Core Version of the current patch set is 148_20240813 #----------------------------------------------------------------------------- # Requirements: # # # User should download 14.7.0.0.0(GA),14.7.1.0.0, 14.7.2.0.0,14.7.3.0.0,14.7.4.0.0 from respective locations & it is applicable for existing 14.6 INNOVATION customers who are on #14.6.2.0.0, because 14.7 PS version Installer will not recognise the 14.6 INNOVATION PS folders. # Customers will only consume 14.7 patch sets. Folder structure of 14.6 INNOVATION patch sets will not be required anymore, 14.7.0.0.0 (GA) has all the consolidated units released up to 14.6.2.0.0 patch sets. # Make sure to extract 14.7.0.0.0,14.7.1.0.0, 14.7.2.0.0, 14.7.3.0.0, 14.7.4.0.0 and 14.7.5.0.0 patch set to a common directory. # Ex : Directory should have folders like # 14.7.0.0.0 # 14.7.1.0.0 # 14.7.2.0.0 # 14.7.3.0.0 # 14.7.4.0.0 # 14.7.5.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.7.5.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 WAR using /INSTALLER/SOFT/TFEarRun.sh for Unix installations # or /INSTALLER/SOFT/TFEarRun.bat for Windows installations and deploy. # Deploy all the WARs/libraries generated in the destination path. # # 6.Gateway sources are consolidated in the current patch set. Build the Gateway # WAR using following INSTALLER files under "/INSTALLER/SOFT/" # -GW Web Services WAR : TFGatewayEarRun.sh for Unix installations # or TFGatewayEarRun.bat for Windows installations. # -GW EJB WAR : GWEJBEarRun.sh for Unix installations. # or GWEJBEarRun.bat for Windows installations. # -GW MDB WAR : GWMDBEarRun.sh for Unix installations # or GWMDBEarRun.bat for Windows installations. # -GW HTTP WAR : 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 WAR 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 WAR, 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 WAR. #