Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Creating empty temp table from an existing view

Re: Creating empty temp table from an existing view

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 28 Sep 2005 07:29:27 -0700
Message-ID: <1127917767.638288.215830@g43g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US