Hello,
I am trying to create the following custom type :
CREATE OR REPLACE EDITIONABLE TYPE "MySchema"."TYPE_MyType" TYPE_MyType
AS OBJECT(EVAL_DATE DATE);
/
It results in a compilation warning, and my type is invalid. No error shown in PL/SQL...
Where could it come from?
Thanks