Hi:
I am using type alias , but receiving "ora-04043" error.
here is the code the duplicate the error.
DROP TYPE aaa_t FORCE;
CREATE OR REPLACE TYPE aaa_t AS OBJECT
(
NAME VARCHAR2(30)
-- ##### Type header a_t END ####
) ; -- NOT INSTANTIABLE NOT FINAL;
CREATE OR REPLACE TYPE bbb_t AS...