View container db information - oracle database script

View container DB information - Oracle Database Script.

COLUMN NAME FORM A8
SELECT NAME,
       CON_ID,
       DBID,
       CON_UID,
       GUID
FROM V$CONTAINERS;