I attempted to create a global temporary table and got the following error message:
Does oracle 8.0 support temporary tables? I know version 8i does, but we are stuck on 8.0.
Code:
CREATE GLOBAL TEMPORARY TABLE temp_test (id as number)
*
ORA-00901: invalid CREATE command