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-02141: invalid OFFLINE option
SQL*Loader-00607: partition not empty for INSERT option; table string, partition string
ORA-00110: invalid value string for attribute string, must be between string and string
ORA-27102: out of memory
ORA-33054: (XSAGDNGL26) In AGGMAP workspace object, a MIN argument of number must be less than a FLOOR argument of number.
ORA-32739: Hang analysis aborted due to failed heap re-grow
ORA-12832: Could not allocate slaves on all specified instances
ORA-32059: deadlock detected on mapping structures
NID-00107: File I/O error on datafile "string" during string operation (number/string)
KUP-04011: file system is full
ORA-31191: Resource string is already checked out
ORA-22933: cannot change object with type or table dependents