Execute the Schema Creator Utility while Installing Subsequent Applications Pack
Note:
If upgrading the App on App, you must provide the same schema details you provided earlier
When executing the schema creator utility during the installation of a subsequent application, you can choose to install the pack either on the same Information Domain and the same Atomic Schema of the existing application pack or on a new Information Domain and the same Atomic Schema of the existing application pack. You can execute the schema creator utility either in Online or Offline mode.
, The following is an example of executing the schema creator utility while installing
OFS Loan Loss Forecasting and Provisioning over an existing Application Pack in an
offline mode:
- Edit the file OFS_LLFP_PACK/schema_creator/conf/OFS_LLFP_SCHEMA_IN.xml in a text editor. See the Configure the OFS_LLFP_SCHEMA_IN.xml File section for values you must modify in the XML file.
- Execute the utility with -s option. For Example: ./osc.sh –s -o
After successful schema creation, execute the sysdba_output_scripts.sql file
Note:
You must use the same config schema user name as the previous application pack. - The utility identifies the application packs that are already installed on the
current OFSAA setup and displays the following on the console:
- Atomic schema of the existing application pack
- Information Domain Name of the existing pack
- List of installed application packs
- Enter Y or y to start the schema creation.
- If you enter N or n, the list of Atomic Users is displayed.
- Select the Atomic User on which you want to install the application pack.
- Make a TNS entry for the new users created. For details, see Add the TNS entries in TNSNAMES.ORA file
section.
On successful execution of schema creator utility, the console displays the following status message:
Success. Please proceed with the installation.Note:
- See the log file in the OFS_LLFP_PACK/schema_creator/logs directory for the execution status.
- See the log file sysdba_output_scripts.log for the execution status if executed in offline mode. The log will be empty if there are no errors in the execution.
- If there are any errors, contact My Oracle Support.