Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Creating empty temp table from an existing view
Based on experience Oracle will actually only execute the first step
and then terminate (at least on my 9.2+ system). Try the command.
You could read the view column list from dba_tab_columns and use dynamic SQL via execute immediate to issue the create temporary table statement.
HTH -- Mark D Powell -- Received on Wed Sep 28 2005 - 09:29:27 CDT
![]() |
![]() |