PLS-00215: String length constraints must be in range (1 .. 32767)
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.
PLS-00216
Custom Search


More Oracle errors
ORA-24243access control entry (ACE) already exists
PGU-41136no string PGAU object named string at version number satisfied the REPORT request
ORA-01640cannot make tablespace read only with active transactions
ORA-53026failed to insert the constraint string to the database
ORA-00040active time limit exceeded - call aborted
KUP-04073record ignored because all referenced fields are null for a record
ORA-26669parameter string inconsistent with parameter string
ORA-15284ASM terminated ALTER DISKGROUP ONLINE
IMG-00545invalid cut values specified
NID-00601Internal Error - [number] [string] [number] [number]
CLSD-01612node string (number) at 50% heartbeat fatal, eviction in number.number seconds
ORA-47987password is too simple
ORA-30554function-based index string.string is disabled
QSM-02054DISTINCT clause in select list in mv
ORA-19140XPST0083: It is a static error if the target type of a cast expression or constructor function is xs:QName or a type derived from xs:QName or xs:NOTATION, and the argument of the cast expression or constructor function is not a string literal
PGU-42037missing END-EXEC token
ORA-55374query constants not in the database; no rows selected
TNS-12641Authentication service failed to initialize
ORA-07479scgcmn: cannot open or convert lock.
ORA-19013Cannot create VARRAY columns containing XMLType




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00215String length constraints must be in range (1 .. 32767)