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 -> Re: Duplicate Tables with indexs

Re: Duplicate Tables with indexs

From: Walt <walt_askier_at_SHOESyahoo.com>
Date: Wed, 19 Oct 2005 10:43:04 -0400
Message-ID: <XXs5f.812$yb2.109@news.itd.umich.edu>


daniellopez21 wrote:

> How I can duplicate tables, with their indexs ??
>
> With 'create table as select * from my_table', not copy indexs.

exp/imp works quite well. Or you can use a tool like TOAD to generate a script that creates the table, indicies, triggers, etc.

//Walt Received on Wed Oct 19 2005 - 09:43:04 CDT

Original text of this message

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