Posts

Showing posts from August, 2026

Oracle Database Error Solutions & DBA Knowledge Base

Practical, step-by-step Oracle Database troubleshooting and administration resources for DBAs, developers, Oracle E-Business Suite administrators, and IT professionals.

Explore practical guidance covering Oracle Database errors, RMAN backup and recovery, Data Guard, ASM, RAC, performance tuning, installation, patching, cloning, Oracle Linux administration, and Oracle E-Business Suite.

Our troubleshooting guides explain common causes, diagnostic steps, SQL queries, configuration checks, and recommended solutions to help database professionals understand problems and resolve them systematically.

Start with the Oracle Error Codes Guide or explore the main DBA topic areas to find detailed technical articles and practical administration resources.

All Receiving Transactions Fail with "Cannot Create Accounting Flexfield Combination" – Complete Oracle E-Business Suite R12 Troubleshooting Guide

Image
All Receiving Transactions Fail with "Cannot Create Accounting Flexfield Combination" – Complete Oracle E-Business Suite R12 Troubleshooting Guide The "Cannot Create Accounting Flexfield Combination" error is one of the most common accounting validation issues encountered in Oracle E-Business Suite (EBS) , particularly within Oracle Purchasing (PO) , Oracle Inventory (INV) , Oracle Receiving (RCV) , Oracle Cost Management (CST) , and Oracle General Ledger (GL) . This error typically occurs when Oracle attempts to create or validate an Accounting Flexfield Code Combination during a receiving transaction but cannot generate a valid General Ledger account. As a result, receiving transactions fail, material cannot be received into inventory, accounting entries are not created, and downstream business processes such as inventory costing, accounts payable matching, and financial reporting may also be affected. In production environments, this issue is commo...

ORA-00904: Invalid Identifier – Complete Oracle DBA Troubleshooting Guide

Image
ORA-00904: Invalid Identifier – Complete Oracle DBA Troubleshooting Guide The ORA-00904: invalid identifier error is one of the most common SQL errors encountered in Oracle Database. It affects Oracle Database Administrators (DBAs), SQL developers, PL/SQL developers, Oracle Forms developers, Oracle APEX developers, Oracle E-Business Suite administrators, ETL developers, reporting teams, and application support engineers. ORA-00904 occurs when Oracle encounters a column name, alias, object attribute, or identifier that it cannot recognize during SQL parsing. While many administrators assume the column does not exist, the actual root cause is often more complex and may involve case-sensitive identifiers, quoted column names, invalid aliases, incorrect schema references, dynamic SQL, editioning, or application deployment issues. Before Oracle executes a SQL statement, it validates every referenced identifier against the database dictionary. If Oracle cannot resolve a refere...