SQL Language (MOSC)

MOSC Banner

Compilation warning on create type

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center