Update 20c_datafile.sql

This commit is contained in:
Yacine31
2024-06-06 06:12:37 +02:00
parent b9b67f8b2b
commit 482c80a6eb

View File

@@ -36,8 +36,8 @@ cdb_files AS (
cdb_pdbs p
where
a.file_id = b.file_id (+) and d.file_id=a.file_id and d.pdb_id=p.con_id
order by
p.con_id, p.pdb_name, d.file_name
-- order by
-- p.con_id, p.pdb_name, d.file_name
)
WHERE
(SELECT cdb AS is_cdb FROM v$database) = 'YES'