PLS-00518: This INSERT statement requires VALUES clause containing a parenthesised list of values
Cause: A VALUES clause was entered without a list of SQL data items in parentheses. In all INSERT statements with an explicit column list, the VALUES clause must contain a list of SQL data items in parentheses. For example: INSERT INTO my_tab (a,b,c) VALUES (1,2,my_variable);
Action: Rewrite the statement to include a list of SQL data items in parentheses.
PLS-00519
Custom Search


More Oracle errors
ORA-04022nowait requested, but had to wait to lock dictionary object
ORA-12841Cannot alter the session parallel DML state within a transaction
ORA-09813Unable to get directory status
PCB-00002Command line processor severe error
DRG-12001Please enter username:
PROT-00014Oracle Cluster Registry to be downgraded has an earlier version
PLS-00372In a procedure, RETURN statement cannot contain an expression
ORA-15068maximum number of diskgroups string already mounted
PGU-00314invalid parameter given on PGAU command line
RMAN-08528channel string: proxy copy complete, elapsed time: string
ORA-03204the segment type specification should indicate partitioning
DIA-48309illegal incident state transition, [string] to [string]
ORA-19016attributes cannot occur after element specifications
ORA-31679Table data object string has long columns, and longs can not be loaded/unloaded using a network link
ORA-24304datatype not allowed for this call
PCB-00217OCCURS INDEXED clause not allowed for host variable "string"
ORA-37075(XSMCSESS03) You cannot rename a session-only dimension value.
ORA-06958Failed to access configuration file
ORA-02270no matching unique or primary key for this column-list
ORA-37413column referenced multiple times in ORGANIZATION CUBE clause




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-00518This INSERT statement requires VALUES clause containing a parenthesised list of values