Update Or Insert of a DATE Datatype Column Using a Database Gateway Gives ORA-28534: Heterogeneous Services Preprocessing Error
(Doc ID 1606173.1)
Last updated on DECEMBER 13, 2024
Applies to:
Oracle Database Gateway for Sybase - Version 11.1.0.7 to 11.2.0.3 [Release 11.1 to 11.2]Oracle Database Gateway for SQL Server - Version 11.1.0.7 to 11.2.0.4 [Release 11.1 to 11.2]
Information in this document applies to any platform.
Symptoms
You are using a database Gateway, such as DG4MSQL or DG4Sybase, to update or insert into a DATE column and get the following error -
SQL> Update "tglGLAcctTranExport_PSS"@MAS500
2 Set "ImportDate" = '14:15:16 18-NOV-2013'
3 where "ImportDate" is null
4 and "BatchNo" = 1155;
Set "ImportDate" = '14:15:16 18-NOV-2013'
*
ERROR at line 2:
ORA-28534: Heterogeneous Services preprocessing error
2 Set "ImportDate" = '14:15:16 18-NOV-2013'
3 where "ImportDate" is null
4 and "BatchNo" = 1155;
Set "ImportDate" = '14:15:16 18-NOV-2013'
*
ERROR at line 2:
ORA-28534: Heterogeneous Services preprocessing error
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |