How to create a synonym for an object
(Table), so other schema can see the object
As simple as this:
CREATE
PUBLIC
SYNONYM
family
FOR
hr
.
family;