Hello,
I'm in migration of SQLServer from 2008 edition to SQL2017,
On 2008 version, i'm use replication SQLserver, from Publisher SQLsever to Oracle Database (12c version),
All seems right, Snapshot is good, the data transfert start, i have few rows in oracle Database and this error message appears
2019-07-30 16:44:53.579 Bulk copying data into table 'VILignes'
2019-07-30 16:44:53.581 Agent message code 922. ORA-00922: missing or invalid option
2019-07-30 16:44:53.586 Category:NULL
Source: OraOLEDB
Number: 922
For create the replication, i use generate script on 2008 Server, and i have this message :
Cannot generate a filter view or procedure. Verify that the value specified for the @filter_clause parameter of sp_addarticle can be added to the WHERE clause of a SELECT statement to produce a valid query.Have you had also this error ? that is the issue, how to correct it ?
BR
Nicolas