PLS-00518: This INSERT statement requires VALUES clause
containing a parenthesised list of values



PLS-00518: This INSERT statement requires VALUES clause containing a parenthesised list of values..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PCC-00060: Both CURSOR and STATEMENT have AT clauses at line number of file string.

1 Answers  


PLS-00209: table 'string' is not in FROM clause

1 Answers  


RMAN-06597: conversion between platforms 'string' and 'string' is not implemented

1 Answers  


ORA-13406: null or invalid GeoRaster object for output

1 Answers  


ORA-16507: unrecognized request identifier

1 Answers  






SQL-02114: Invalid SQL Cursor usage: trying to CLOSE a CLOSEd cursor

1 Answers  


ORA-29907: found duplicate labels in primary invocations

1 Answers  


NID-00506: SETNAME Set a new database name only NO

1 Answers  


ORA-38500: %s

1 Answers  


PROT-00013: Oracle Cluster Registry is in current version

1 Answers  


NNL-00350: No save config currently scheduled

1 Answers  


DRG-51313: timeout while waiting for DML or optimize lock

1 Answers  


Categories