Services associated with pdbs - oracle database script |
---|
Services associated with PDBs - Oracle Database Script.
COLUMN NETWORK_NAME
FOR A34 COLUMN PDB
FOR A15 COLUMN CON_ID
FOR 999
SELECT PDB,
NETWORK_NAME,
CON_ID
FROM CDB_SERVICES
WHERE PDB IS NOT NULL
AND CON_ID > 2
ORDER BY PDB;
Leave a comment or a question in the comment area bellow if you fell like