Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Duplicate Tables with indexs
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
![]() |
![]() |