| Subject | Re: Global Temporary Tables are transaction specific |
|---|---|
| Author | robert.gilland |
| Post date | 2010-06-22T00:59:20Z |
Found the answer:
I needed to add
ON COMMIT PRESERVE ROWS
to the end of the create table statement now all good.
sweet.
I needed to add
ON COMMIT PRESERVE ROWS
to the end of the create table statement now all good.
sweet.