9.7 Updating Wallet Aliases for Oracle Schemas

Note:

It is recommended to use the same wallet aliases used in the base environment.
In case if the same wallet aliases cannot be used, perform the following:
  1. Update the MMG Config Schema Wallet Alias values in config.sh file present in the following path: OFS_MMG/bin with configured corresponding values of the cloned environment.
  2. Replace the placeholders and update the wallet alias for Workspace Schemas or other Oracle datasources using the following command:
    update MMG_DB_MASTER set V_PROPERTY_VALUE = ‘##WALLET_ALIAS##’ where V_PROPERTY_NAME = ‘WALLET_ALIAS’ and V_DB_NAME = ‘##DATASOURCE NAME##’
    /