Hi,
Secnario From Proxy to JDBC facing below error in adapter engine, while trasfering data from ECC to DB system.
Database-level error reported by JDBC driver while accessing EO handling table 'PUSH_CUSTOMER_T'. JDBC driver returned the following error message: 'java.sql.SQLException: ORA-01747: invalid user.table.column, table.column, or column specification '. For details, contact your database server vendor.
Error:
ORA-01747: invalid user.table.column, table.column, or columns specification
Cause:
You tried to reference a column name, but the column name used is a reserved word in Oracle.
where as in the DB table in our case none of the column is the oracle reserved word.
Kindly suggest the suitable answer....
Thanks in Advance
MFH