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: How to insert data using index unusable/rebuild

Re: How to insert data using index unusable/rebuild

From: Daniel Roy <danielroy10junk_at_hotmail.com>
Date: 11 Jul 2003 17:26:07 -0700
Message-ID: <3722db.0307111626.33f64346@posting.google.com>


JusungYang_at_yahoo.com (Jusung Yang) wrote in message
> You are aware of the fact that SKIP_UNUSABLE_INDEXES does not work for
> unique index, right? If your goal is to avoid hard coding the index
> names in your process script, there is really no need to use
> SKIP_UNUSABLE_INDEXES. If the goal is to avoid index maintainence
> during DML, you are out of luck with UNIQUE indexes. You can use
> SKIP_UNUSABLE_INDEXES to work with the primary key - since primary
> keys do not have to be unique. But not unique indexes.
>
> Your table is not partitioned, yes? You might have better luck with
> partitioned tables. They have more options for you to play around
> with.
>
> - Jusung Yang

Pardon me? Better review database constraints!: "... since primary keys do not have to be unique."! Here's a link: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/clauses3a.htm

Daniel Received on Fri Jul 11 2003 - 19:26:07 CDT

Original text of this message

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