PLS-00215: String length constraints must be in range (1 ..
32767)
Answers were Sorted based on User's Feedback
Answer / guest
Cause: When a character variable was declared, a length
outside the legal range was specified. For example, the
following declarations are illegal: flag CHAR(0); --
illegal; zero length name VARCHAR2(-10); -- illegal;
negative length
Action: Change the length constraint, making sure that it
lies in the range 1 .. 32767.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 3 No |
LFI-01506: fflush() failed(OSD return value = string).
ORA-01552: cannot use system rollback segment for non-system tablespace 'string'
ORA-14309: Total count of list values exceeds maximum allowed
ORA-24782: Cannot detach from a non-migratable transaction
TNS-12561: TNS:unknown error
TNS-12619: TNS:unable to grant requested service
ORA-29304: tablespace 'string' does not exist
ORA-01636: rollback segment 'string' is already online
ORA-06302: IPA: Cannot connect to remote host
SQL*Loader-00607: partition not empty for INSERT option; table string, partition string
DRG-10838: invalid SPAN argument supplied to NEAR
PLS-00514: INSERT statement with REF INTO clause requires a typed table