Update 16_dba_registry.sql
This commit is contained in:
@@ -1,10 +1,17 @@
|
|||||||
prompt <h2>Fonctionnalités installées dans la base de données (DBA_REGISTRY) :</h2>
|
prompt <h2>Fonctionnalités installées dans la base de données (DBA_REGISTRY) :</h2>
|
||||||
SELECT /*+ NO_MERGE */
|
SELECT
|
||||||
x.*
|
COMP_ID,
|
||||||
--,c.name con_name
|
COMP_NAME,
|
||||||
|
VERSION,
|
||||||
|
VERSION_FULL,
|
||||||
|
STATUS,
|
||||||
|
MODIFIED,
|
||||||
|
SCHEMA,
|
||||||
|
PROCEDURE
|
||||||
FROM dba_registry x
|
FROM dba_registry x
|
||||||
--LEFT OUTER JOIN v$containers c ON c.con_id = x.con_id
|
|
||||||
ORDER BY
|
ORDER BY
|
||||||
--x.con_id,
|
|
||||||
x.comp_id;
|
x.comp_id;
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user