SQL> ALTER TYPE department_typ COMPILE;
REF
is a necessary part of the cyclic type.
A REF
is a logical “pointer” to a row object.
It is an Oracle built-in datatype.
REF
s provide an easy mechanism for navigating between objects.
SQL> DROP TYPE employee_typ FORCE;