2.1 Backend Setup using Silent Installer
This topic explains about backend setup for using silent installer.
Backend Setup has to be done using Silent Installer. DDL Compilation, Object Compilation, and Static Data Load will be taken care of as part of Backend Setup.
Before loading objects into the schema, fcubs.properties file
creation must be performed with the required database details using the GUI installer
(Refer FCUBS_Property_File_Creation).
After the property file is created, the env.properties file, present in
INSTALLER/SOFT/GUI/logs/
directory, will be automatically
updated, with the details provided while creating the property file.
The env.properties file present in INSTALLER/SOFT/GUI/logs/
will be automatically copied to INSTALLER/SOFT/logs/
directory as part of property file creation. Details from this env.properties are taken for further steps.
Run the <Product Processor> DBCompileRun.bat from the INSTALLER/SOFT
directory. DDL Compilation, Object Compilation, and Static Data load will be done.
For Example: ROFC INSTALLATION
First load SMS objects first and then ROFC objects. i.e.
- Run SMSDBCompileRun.bat in windows (SMSDBCompileRun.sh in Linux). Note: Before running DB Compilation of any sort, please make sure that System Date Time format and language are provided as English, or otherwise DB Compilation might fail due to improper log names.
- After SMS object loading is completed, then initiate ROFC compilationRun ROFCDBCompileRun.bat in windows (ROFCDBCompileRun.sh in Linux).
<Product Processor>DBCompileRun.bat – PMDBCompileRun.bat (PMDBCompileRun.sh) for Payments, ROFCDBCompileRun.bat (ROFCDBCompileRun.sh) for ROFC, POJOLoadRun.bat (POJOLoadRun.sh) for POJO Compilation and so on.
Check for the Invalid Count and make sure that the Invalid count is ‘0’. Run Invalid Recompilation script (fast.sql), if required.
Provide the number of threads and schema name as input while running the script.
For Cluster: As part of the FCUBS_14.0.0.0.1 patch set, Mexico Localization changes are released in cluster mode. So from FCUBS_14.0.0.0.1 patch onwards, if any site wants to consume these changes, it needs to run the ROFCDBCompileClusterRun.bat in windows(ROFCDBCompileClusterRun.sh in Linux).
This is for KERNEL as well as cluster objects in the DB schema.
Similarly, FCUBS_14.3.0.2.0 patch set onwards, if any Site wants to consume Italy Cluster changes, then they need to run the ROFCDBCompileClusterRun.bat in windows (ROFCDBCompileClusterRun.sh in Linux).
Parent topic: Install Oracle FLEXCUBE Database