Oracle 12c Pluggable
When running query to get the pluggable , we get no row selected.
SELECT name, open_mode ,status ,TOTAL_SIZE FROM v$pdbs b,dba_pdbs a where a.pdb_name=b.name ORDER BY name;
The only time that we do get some thing is when connecting " as sysdba " .
Can a common user get the info with out be sysdba ?
Thanks
Eyal