Provide Required Grants to the APPS Schema

  • Connect to the PDB as SYS user and execute the following commands:
    grant execute any procedure to apps with admin option;
    grant select any dictionary to apps;
    grant administer database trigger to apps;
    grant create table, create procedure to apps with admin option;
    grant create tablespace to apps;