Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 
 

ORA-00984: Column Not Allowed Here tips

Oracle Error Tips by Donald Burleson

 

The Oracle docs note this on the ora-00984 error*:

 

ORA-00984 column not allowed here
Cause: A column name was used in an expression where it is not permitted, such as in the VALUES clause of an INSERT statement.
 
Action: Check the syntax of the statement and use column names only where appropriate.
 

An ORA-00984 will be thrown if a column name (like in the VALUES clause of an INSERT statement), is used in an expression where it is not permitted.  You may have used a column name in an expression where it is not permitted.  Typically, ORA-00984 occurs while including a column name in the VALUES clause of an INSERT statement.

To correct ORA-00984, you simply need to view the syntax of the SQL statement and only use column names where they are appropriate. 

  • You may also find it appropriate to include a character value, in the INSERT statement, instead of the column name.


This was a helpful question relating to ORA-00984 from "ORACLE DBA FORUM":

Question:

I have received an ORA-00984 error, but am not seeing anything in the AUD$ table.  I have also not found anything in the other views, or alert.log file.  How can I find the fault causing the ORA-00984?

Answer:

You should look for the DML error logging (log the failed insert)

To resolve ORA-00984, there are a few different ways that you can audit within Oracle, in addition to the AUDIT syntax:

  1. Use system-level triggers (DML and DDL) to audit
  2. Use LogMiner (DML and DDL)

These links may also be helpful in resolving ORA_00984:

http://www.dba-oracle.com/art_dbazine_sys_trigs.htm

(for new DML logging features in Oracle 10g (release 2)

http://www.dba-oracle.com/bp/bp_book11_audit.htm


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.