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.
- 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;
- Take the scripts which result from the execution above and execute all in the KYC Atomic schema.
- Replace
#MIGSCHEMANAME#
with the Migration schema name and execute the following command:Grant SELECT on SQ_FCC_OB_REQUEST to #MIGSCHEMANAME# ;