issue during Db user copy of APPS in 12.2.4
My customer has a requirement to create an APPS_XXX DB user as a copy of APPS user (not a read_only version of apps but a true copy with the same rights as APPS).
usually, until 12.2.3 version, i was generally doing something like that:
1. Create user apps_XXXX with appropriate roles and system privileges
2. run a script to give grants on all apps objects to apps_xxxxx
3. Write an after logon trigger on apps_xxxx schema to set current schema to apps for the session
Unfortunately, this procedure doesn't work anymore with EBR enabled on the DB. When i'm trying to grant apps views to apps_xxx i get this kind of errors: