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

Home -> Community -> Usenet -> c.d.o.server -> Copying table: data, structure, AND indexes

Copying table: data, structure, AND indexes

From: doknjas <doknjas_at_netpointer.com>
Date: 1997/07/23
Message-ID: <5r48ov$4gg$2@news.smartt.com>#1/1

How would you copy a table including its indexes? Currently, I use

        create table new_table as select * from old_table; but this only creates new_table with the same structure as old_table containing old_table's data. old_table's indexes are not created with new_table.

Appreciate your thoughts on this. Please email me at:

doknjas_at_netpointer.com Received on Wed Jul 23 1997 - 00:00:00 CDT

Original text of this message

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