how to find DB object in Oracle
when I am run below command, it will successfully run without any error.
execute DBMS_REFRESH.REFRESH('REGISTRY.REGISTRY_RG');
anonymous block completed
now, I want SQL code for REGISTRY_RG object... As this object is not available as table, view, procedure or materialize view.
so where to find this object.?
thanks,