CREATE GLOBAL TEMPORARY TABLE abGlobalTempTable ( id int primary key not null, asdf varchar(20) null ) ON COMMIT PRESERVE ROWS;
CREATE GLOBAL TEMPORARY TABLE AB134701.abGlobalTempTable ( id int primary key not null, asdf varchar(20) null ) ON COMMIT PRESERVE ROWS;
Tips and how-to guides for Redgate products
Ask, discuss, and solve questions about Redgate's tools
Meet us at an event, get sponsored, and join our Friends of Redgate
In-depth articles and opinion from Redgate's technical journal
Answers
In what way are Global temporary tables not supported? I just created one as this:
and in Schema Compare for Oracle 5.2.2 it shows as:
In this case it's in the SYSTEM schema, but I also checked created one under a schema as well:
and it showed up under that user.
If you can provide an example of how this isn't working please let me know!
Kind regards,
Alex
Have you visited our Help Center?
Sorry for the delay - waiting for the engineers to take a moment and elaborate the issue.
No worries, I'll look forward to your update!
Kind regards,
Alex
Have you visited our Help Center?