#-----------------------------------------------------------------------------
#  Oracle Banking Trade Finance: 14.8
#-----------------------------------------------------------------------------
#  This is an OBTF_14.8_MNT Patch set for 14.8 Release : 14.8.0.1.0
#  The 14.8_MNT Common Core Version of the current patch set is 148_20251009
#-----------------------------------------------------------------------------
#  Requirements:
#
#*********************************************************************
#
#  User should have downloaded 14.8.0.0.0,14.8.0.1.0 from respective locations and it is applicable for existing 14.7 INNOVATION customers who are on
#  14.7.6.0.0, because 14.8 PS version Installer will not recognize the 14.7 INNOVATION PS folders.
#  Customers will only consume 14.8 patch sets. Folder structure of 14.7 INNOVATION patch sets will not be required anymore, as 14.8.0.0.0 (GA) has all the #  consolidated units released up to 14.7.6.0.0 patch sets.
#  Make sure to extract 14.8.0.0.0 and 14.8.0.1.0 patchset to a common directory.
#    Ex : Directory should have folders like
#	14.8.0.0.0
#	14.8.0.1.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 <User_name> ENABLE EDITIONS FORCE;
#       . GRANT CREATE ANY EDITION TO <User_Name>;
#       . GRANT DROP ANY EDITION TO <User_Name>;
#       . GRANT ALTER SESSION  TO <User_Name>;
#       . GRANT EXECUTE ON DBMS_SESSION TO <User_Name>;
#       . Log off as sys user.
#       
#    Note : <User_Name> where the Patch is going to be applied.
#
#  Patch set Installation Instructions:
#  ---------------------------------------------------------------------------
#
#  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/en/industries/financial-services/banking-trade-finance-service/index.html
#
#  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.
#