PLS-00639: NCHAR/NVARCHAR2 cannot be byte length semantics
Cause: NCHAR/NVARCHAR can only be codepoint length sematics. BYTE qualifiers used with NCHAR is illegal: nc NCHAR(7 BYTE); name NVARCHAR2(10 byte);
Action: Remove BYTE qualifier to make it as codepoint length semantics
PLS-00640
Custom Search


More Oracle errors
ORA-13539invalid input for modify baseline window size (string, string)
ORA-06770TLI Driver: error sending version
ORA-01610recovery using the BACKUP CONTROLFILE option must be done
TNS-12514TNS:listener does not currently know of service requested in connect descriptor
TNS-12612TNS:connection is busy
ORA-29904error in executing ODCIIndexClose() routine
ORA-24791invalid transaction start flags
IMG-00899signature cannot be generated
ORA-26800Apply not the only subscriber for "string"."string".
ORA-19596SPFILE already included
TNS-00549value specified for the SSL version is not valid
OCI-31047Could not retrieve resource data at path string
RMAN-05005Tablespace Point-in-Time Recovery is not allowed for re-created tablespace string
O2F-00313Illegal or missing attribute name
ORA-28262global_context_pool_size has invalid value.
ORA-13269internal error [string] encountered when processing geometry table
DRG-52206error while registering index object
ORA-54662CLIP_TIN: query and blkid parameters cannot both be null
ORA-07448ssarena: maximum number of shared arenas exceeded.
SQL*Loader-00913Error fetching results of select statement (upi): [number]




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-00639NCHAR/NVARCHAR2 cannot be byte length semantics