Execute in the Atomic Schema

This section provides the steps which must be executed after the new application has been created. Scripts must be executed sequentially, in the order provided.

  1. Replace #MIGSCHEMANAME# with your newly created schema name and execute the following command in the KYC Atomic schema.
    SELECT 'grant SELECT on '||TABLE_NAME||' to #MIGSCHEMANAME# ;' FROM
    USER_TABLES;
  2. Take the scripts which result from the execution above and execute all in the KYC Atomic schema.
  3. Replace #MIGSCHEMANAME# with the Migration schema name and execute the following command:
    Grant SELECT on SQ_FCC_OB_REQUEST to #MIGSCHEMANAME# ;