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-12439: invalid combination of policy options
ORA-12451: label not designated as USER or DATA
ORA-29925: cannot execute string
DRG-12003: Please enter username for this FTP server:
ORA-32639: Aggregate functions on reference MODELs are not allowed
LPX-00121: undefined notation "~S"
ORA-09285: sllfop: unrecognizable processing option, incorrect format
IMG-00545: invalid cut values specified
KUP-04012: file length is too large for output field
ORA-16214: apply stalled for apply delay
ORA-14121: MODIFY DEFAULT ATTRIBUTES may not be combined with other operations
ORA-33454: (ESDREAD07) Discarding compiled code for workspace object because number is now string workspace object, whereas it was string workspace object when the code was compiled.