Hi All,
I have oracle 12c installed and i have a container db schema(C##schema1) and a pluggable db schema(pdbschema).
I want to access tables of c##schema1 from pdbschema. How to achieve this.?
I have tried using the service name(c##schema1@orcl). But it didn't work(I suppose its a wrong way).
Also I want to grant permissions to pdbschema, so that any application that was logged into pdbschema can access c##schema1 tables.
I suppose the vice versa(accessing pdbschema tables from c##schema1) would also fall into the same explanation. If not, kindly suggest that approach too.
Regards,
Sail