ADZDDBCC vs GSCC results
Hello everybody,
Hope someone can help us with detailed information about ADZDDBCC and GSCC tools, next the details:
We are fixing the customizations of our Oracle EBS environment (EBS version: 12.0.4 DB version :11.2.0.4.0), we are using the ADZDDBCC and GSCC tools to get the violations, but we are receiving different results:
1) I created 2 custom tables (in our custom schema CUSTOMAPP):
-- Custom table with an APPS synonym
CREATE TABLE CUSTOMAPP.UPGRADE_TEST1 as
select 1 xx from dual;
grant all on CUSTOMAPP.UPGRADE_TEST1 to apps;
create synonym apps.UPGRADE_TEST1 for CUSTOMAPP.UPGRADE_TEST1;
-- Custom table without an APPS synonym