5.10 Install Pre-installation Patches

Before installing OFS CRA 8.1.2.0.0, apply the 31545589 one-off patch. See the Readme packaged with the patch for further instructions on how to install it.

If you are installing CRA on an existing AAI version, run the following script in the config schema and then continue with the CRA installation:

  1. Insert into AAI_APP_B (V_APP_ID,V_VERSION,V_COMMENTS,V_MDB_APP_ID,V_ACCESS_CODE,F_IS_SEEDED,F_IS_CL OUD_ENABLED,V_TILE_ICON,V_TILE_COLOR,V_HOME_PAGE,V_TARGET) values

    ('OFS_CRA','8.0.0.0.0','Financial Services Credit Risk Analytics','OFS_CRA','OFSCRA','Y','N',null,null,null,null);

  2. Insert into AAI_APP_TL (V_APP_ID,V_APP_NAME,V_APP_DESC,V_LOCALE_CODE) values ('OFS_CRA','Financial Services Credit Risk Analytics','Financial Services Credit Risk Analytics','en_US');
  3. INSERT INTO AAI_APP_PACK_B (V_APP_PACK_ID, V_VERSION, F_IS_MEDIA_PACK) VALUES ('OFS_CRA_PACK', '8.0.0.0.0', 'T');

    See My Oracle Support for more information on the latest release.