Mapping DDL statements from one tablespace to another
(Doc ID 1335553.1)
Last updated on JULY 18, 2023
Applies to:
Oracle GoldenGate - Version 9.5.0.0 and laterInformation in this document applies to any platform.
Goal
The tablespace names in our target and source databases are different.
On an index create ddl, GG REPLICAT abends because the tablespace in source db does not exist in the target db:
OGG-00495 Oracle GoldenGate Delivery for Oracle, erep5.prm: DDL error ignore for next retry: error code [DEFAULT], filter [include all (default)], error text [Error code [959], ORA-00959: tablespace '<table space name>' does not exist, SQL CREATE INDEX "<owner name>"."<index Name>" ON <table> (<col1>) <tablespace name> /* GOLDENGATE_DDL_REPLICATION */]
Is there a parameter we can set in the REPLICAT to map the target tablespaces?
Solution
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
Goal |
Solution |