SYMPTOM:
The following error appears when executing a report against an Oracle database:
QueryEngine encountered error: Execute Query failed. Error type: Odbc error. Odbc operation attempted: SQLExecDirect. ORA-00972: identifier is too long Error in Process method of Component: QueryEngineServer, Project YYY, Job 3576, Error Code= -2147212544.

The report SQL will include the prefix as part of the table name:

ACTION:
Specify a table prefix that does not exceed the 30 character limit. If the intended action was to create the temporary table in a user space include the '.' character after the prefix.