79268136

Date: 2024-12-10 11:57:54
Score: 1.5
Natty:
Report link

The error ORA-00932: inconsistent data types occurs when Oracle Database encounters a mismatch in expected data types during execution. The issue arises with the SELECT * query in Oracle Application Express (APEX) when the SQL TEXT field is dynamic.

Try use DBMS_SQL for Dynamic Queries.

Another test you can do to identify the column is to select COLUMN from table until you find the column with the problem in the data.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Eduardo Cunha