Database Administration (MOSC)

MOSC Banner

Oracle 12c Pluggable

edited Feb 12, 2015 10:04AM in Database Administration (MOSC) 13 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center