select c.owner, c.table_name
from dba_constraints c,
dba_constraints m
where c.constraint_type = 'R'
and m.constraint_name = c.r_constraint_name
and m.owner = 'OWNER_OF_MASTER_TABLE'
and m.table_name = 'MASTER_TABLE'
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |