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: adding a partition to a list partitioned table.

Re: adding a partition to a list partitioned table.

From: <boogab00_at_yahoo.com>
Date: 16 Nov 2005 10:59:20 -0800
Message-ID: <1132167559.930691.146370@o13g2000cwo.googlegroups.com>


In your create table ddl, you get an index automatically when designating a primary key. By adding the 2005 partition it rendered the primary key index (sys_c005405) unusable. Rebuild the index and your problem will be solved.

p.s. Ignore anything DA Morgan says. He's a very negative person and rarely provides any useful answers and instead seems intent on belittling posters of this forum. Received on Wed Nov 16 2005 - 12:59:20 CST

Original text of this message

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