PLS-00366: subtype of a NOT NULL type must also be NOT NULL
Answer / guest
Cause: After a subtype was defined as NOT NULL, it was used
as the base type for another subtype defined as NULL. That
is not allowed. For example, the code might look like
DECLARE SUBTYPE Weekday IS INTEGER NOT NULL; SUBTYPE Weekend
IS Weekday NULL; -- illegal instead of DECLARE SUBTYPE
Weekday IS INTEGER NOT NULL; SUBTYPE Weekend IS Weekday;
Action: Revise the subtype definitions to eliminate the
conflict.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-36674: (XSDPART12) Invalid dimension value starting at string.
ORA-13278: failure to convert SRID to native format
DRG-11526: filename exceeds maximum length
ORA-00439: feature not enabled: string
NPL-00419: received ASN.1 object identifier with sub-identifier that is too large
ORA-13364: layer dimensionality does not match geometry dimensions
ORA-00231: snapshot controlfile has not been named
ORA-02257: maximum number of columns exceeded
ORA-00474: SMON process terminated with error
ORA-06033: NETDNT: connect failed, partner rejected connection
ORA-16120: dependencies being computed for transaction at SCN string
ORA-21561: OID generation failed