Does Shareplex allow replication of global temporary tables? For example would shareplex replicate a table with the following structure?
CREATE GLOBAL TEMPORARY TABLE foo (
column1 NUMBER,
column2 NUMBER
) ON COMMIT PRESERVE ROWS;
No, Shareplex does NOT replicate (Oracle) Global Temporary Table (GTT) since it does not write to log.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy