Hi all
I'm trying to create a Global Temporary Table like so:
CREATE GLOBAL TEMPORARY TABLE
TEST (NAME, CHAR (10))
ON COMMIT PRESERVE ROWS;
But I get the error below, why & how to I get round it?
ORA-00406:COMPATIBLE parameter needs to be 8.1.0.0.0 or greater
Many Thanks
Jon
I'm trying to create a Global Temporary Table like so:
CREATE GLOBAL TEMPORARY TABLE
TEST (NAME, CHAR (10))
ON COMMIT PRESERVE ROWS;
But I get the error below, why & how to I get round it?
ORA-00406:COMPATIBLE parameter needs to be 8.1.0.0.0 or greater
Many Thanks
Jon