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

ORA-28540: internal result set error

1 Answers  


ORA-32826: Messaging Gateway agent has already been started

1 Answers  


ORA-28037: Cannot Get Session Key for RACF Authentication

1 Answers  


ORA-06043: NETDNT: message send failure

1 Answers  


ORA-16226: DDL skipped due to lack of support

1 Answers  






IMG-00520: invalid value for numberOfBands

1 Answers  


RMAN-06070: DBWR could not identify datafile string

1 Answers  


TNS-01037: "string" established:string refused:string

1 Answers  


SQL-02138: No external procedure context exists

1 Answers  


AMD-00126: dimension #string: analytic workspace column level relation not specified

1 Answers  


PLS-00407: '*' not allowed here; a list of columns is required

1 Answers  


QSM-01020: materialized view, string, is ineligible

1 Answers  


Categories