Oracle Retail Xstore: How to change replication data
Hi,
I need to change some replication data because now it can not be processed due to an error.
How can I change the replication data?
The data is in the table rpl_replication_data and in a field called payload of the type text (SQL Server)
I can not execute a replace() command using T-SQL, because the data is 35000 characters, while replace() can only handle 8000 characters.
So I need another tool to make it possible to change the replication data in order to get that particular transaction into the database.
The reason for the error is known, so that is not the problem.