Sei sulla pagina 1di 1

OGG-01028 Formatting error

Extract can be abend if Parameters are not Set correctly.


Extract was abend due to below Error, after searching on Metalink I found that it is considered as DB bug which fixed in
11.2.0.4.
But there is workaround.

--Error
2013-09-24 04:08:30 ERROR OGG-01028 Formatting error on: table name
DUMMY.DUMMY_INQ, rowid AADYhHAHVAAJLIcAAA, XID 8.26.543865,
2.position (Seqno 7314, RBA 212298768). Error converting timestamp with timezone
from Oracle to ASCII format for column DUMMY_UPDATE.

--Metalink Suggestion
GoldenGate extract abends: OGG-01028 Formatting error on: table name xxxx.xxxx
rowid , XID nnnn.nn.nnnn, position (Seqno n, RBA n). (Doc ID 1558791.1)
Oracle GoldenGate - Version 11.2.1.0.1 and later
Information in this document applies to any platform.
This is related to database bug 15947884 (base bug 14053498).

--In House WorkAround


--Add SETENV parameter before userid
SETENV (NLS_LANG="AMERICAN_AMERICA.US7ASCII")
--Add SETENV in Extract
TRANLOGOPTIONS INCLUDEREGIONID

Potrebbero piacerti anche