ORA-00947: not enough values

Hi,

I got ” ORA-00947: not enough values ” error in Oracle.

 

ORA-00947: not enough values

 

Details of error are as follows.

ORA-00947 not enough values

Cause: This error occurs when a SQL statement requires two sets of values equal in number, but the second set contains fewer items than the first set.

 

 

ORA-00947 error is related with the SQL statement requires two sets of values equal in number, but the second set contains fewer items than the first set.

 

 

not enough values

This error are taken in a WHERE or HAVING clause in which a nested SELECT returns too few columns as in:

WHERE (X,Y) IN (SELECT Z FROM ...)

Mostly ORA-00947 error are taken in an Insert statement when VALUES or SELECT clause does not contain enough values as follows.

 

INSERT INTO TEST_TABLE(NAME,LAST_NAME) VALUES('MEHMET');   --- ONLY ONE COLUMN'S VALUE

 

Check and fix your SQL Statement to make number of items in each set to equal.

 

 

 

Do you want to learn Oracle SQL, then read the following articles.

Oracle SQL Tutorials For Beginners – Learn Oracle SQL from scratch with Oracle SQL Online Course

 

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *