Hi SS,
Perform this select:
select * from objects where object_name like '%DISKS%';
What you see on SYS is a view, and what you see on public is a SYNONYM pointing to the view (like a link).
Regards, Fernando Da Rós
Hi SS,
Perform this select:
select * from objects where object_name like '%DISKS%';
What you see on SYS is a view, and what you see on public is a SYNONYM pointing to the view (like a link).
Regards, Fernando Da Rós