Hi all,
Recently, any time an SQL query is performed in our ColdFusion setup, the same error is generated (an example is attached below). I can't find a problem with the CFML, our CF Admin guy can't find a problem with with the configuration (his experience is limited tho') and the Oracle guy believes this is more of a CF problem than ColdFusion.
Can anyone offer any thoughts as to what might be the cause of the problem, and suggestions on fixes?
Example error: this was generated by a simple CF page, performing a basic SELECT query on a table (with about 12 fields, 15 rows)
Recently, any time an SQL query is performed in our ColdFusion setup, the same error is generated (an example is attached below). I can't find a problem with the CFML, our CF Admin guy can't find a problem with with the configuration (his experience is limited tho') and the Oracle guy believes this is more of a CF problem than ColdFusion.
Can anyone offer any thoughts as to what might be the cause of the problem, and suggestions on fixes?
Example error: this was generated by a simple CF page, performing a basic SELECT query on a table (with about 12 fields, 15 rows)
Code:
Oracle Error Code = 12154
Error while trying to retrieve text for error ORA-12154
SQL = "SELECT * FROM INT_LIBFORM_MEMB"
Data Source = "INT"
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (9:1) to (9:40) in the template file /opt/apache/htdocs/test/libdev/dgtest.cfm.