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
PCC-02354A file included with #include may not contain SQL statements
ORA-56722I/O request limit exceeded - call aborted
ORA-30952illegal configuration of HTTP/HTTPS in xdbconfig.xml
ORA-09704sstascre: ftok error in creating test and set pages.
ORA-19118XQST0066 - duplicate default namespace definition - string
ORA-38303invalid option for PURGE TABLESPACE
ORA-30759nested table cannot be partitioned for a composite partitioned base table
ORA-09986wrong number of bytes read from SGA definition file
ORA-24008queue table string.string must be dropped first
LSX-00021undefined element "~S"
ORA-25119LOGGING/NOLOGGING option already specified
CLST-01101assigning default private interconnect name string for node string
DRG-11602URL store: access to string requires authentication
ORA-16763redo transport service for a standby database is running
ORA-06413Connection not open.
TNS-01097TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
ORA-08275Environment variable unset
ORA-27214skgfrsfe: file search failed
ORA-53057invalid preference parameter value: string
ORA-13503Creating SYSAUX tablespace with invalid attributes




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