townsendEbmud
Member²
This seems to be a cross-database query problem. I'm querying from an Oracle 9.2.0.2 database to an 8.1.7 database. Here is the SQL:
------------
select "SERV_NU",
"OCCP_NU",
"CUST_CMNT_DT",
"CUST_CMNT_TYPE_CD",
"CUST_CMNT_TX",
"CUST_CMNT_RETN_CD" from extload.cis_cmnt@eprdwhse
where serv_nu='2261250' order by cust_cmnt_dt
------------
Result: ORA-3120 two-task conversion routine: integer overflow.
This query works OK in SQL*Plus and ColdFusion. The documentation suggests the problem is in the calling program (PLSD). Requesting PLSD be fixed.
BTW: PLSD is great. Everyone here loves it.
------------
select "SERV_NU",
"OCCP_NU",
"CUST_CMNT_DT",
"CUST_CMNT_TYPE_CD",
"CUST_CMNT_TX",
"CUST_CMNT_RETN_CD" from extload.cis_cmnt@eprdwhse
where serv_nu='2261250' order by cust_cmnt_dt
------------
Result: ORA-3120 two-task conversion routine: integer overflow.
This query works OK in SQL*Plus and ColdFusion. The documentation suggests the problem is in the calling program (PLSD). Requesting PLSD be fixed.
BTW: PLSD is great. Everyone here loves it.