Fix missing objects

This commit is contained in:
Jan Kvetina 2022-01-15 01:36:56 +01:00
parent a9672b8e45
commit 3462a721f5

View File

@ -21,7 +21,6 @@ FROM (
CROSS JOIN x CROSS JOIN x
WHERE d.referenced_owner = 'CORE' -- @TODO: hardcoded user WHERE d.referenced_owner = 'CORE' -- @TODO: hardcoded user
CONNECT BY NOCYCLE PRIOR d.name = d.referenced_name CONNECT BY NOCYCLE PRIOR d.name = d.referenced_name
AND PRIOR d.type = d.referenced_type
AND LEVEL <= 3 -- limit depth AND LEVEL <= 3 -- limit depth
START WITH d.referenced_name = x.table_name START WITH d.referenced_name = x.table_name
) d ) d