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 tables from views ...

Re: Creating tables from views ...

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 10 Jun 2005 07:08:41 -0700
Message-ID: <1118412521.803680.164490@g43g2000cwa.googlegroups.com>


For normal heap tables that you want to look like the result set of a veiw it would be very easy to generate "create table" statements by reading the column information in dba_tab_columns.

HTH -- Mark D Powell -- Received on Fri Jun 10 2005 - 09:08:41 CDT

Original text of this message

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