Return-Path: <ml-errors@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h9AIsDX24027
 for <oracle-l@orafaq.net>; Fri, 10 Oct 2003 13:54:13 -0500
X-ClientAddr: 66.27.56.210
Received: from ns3.fatcity.com (rrcs-west-66-27-56-210.biz.rr.com [66.27.56.210])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h9AIsCc24021
 for <oracle-l@orafaq.net>; Fri, 10 Oct 2003 13:54:12 -0500
Received: from ns3.fatcity.com (localhost.localdomain [127.0.0.1])
 by ns3.fatcity.com (8.12.8/8.12.8) with ESMTP id h9AGA1SZ021419
 for <oracle-l@orafaq.net>; Fri, 10 Oct 2003 09:10:37 -0700
Received: (from root@localhost)
 by ns3.fatcity.com (8.12.8/8.12.5/Submit) id h9AFoR3S019398
 for oracle-l@orafaq.net; Fri, 10 Oct 2003 08:50:29 -0700
Received: by fatcity.com (05-Jun-2003/v1.0g-b73/bab) via fatcity.com id 005D2B6E; Fri, 10 Oct 2003 08:49:24 -0800
Message-ID: <F001.005D2B6E.20031010084924@fatcity.com>
Date: Fri, 10 Oct 2003 08:49:24 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Rothouse, Michael" <mrothouse@fcg.com>
Sender: ml-errors@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Rothouse, Michael" <mrothouse@fcg.com>
Subject: RE: question about less than values in a range partition
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 73; ListGuru (c) 1996-2003 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="US-ASCII"
Content-Transfer-Encoding: 8bit

Look at it in terms of an IF statement.  Once the criteria has been met,
you exit the IF and the record is assigned to that corresponding
partition.

-----Original Message-----
Sent: Friday, October 10, 2003 12:24 PM
To: Multiple recipients of list ORACLE-L


Good morning all

Im experimenting with partitioning a table and do not understand the
concept of the less than value

Say I have a end_date date field

01-JAN-00
01-JAN-01
01-JAN-02

and I create a range partition

(PARTITION SO00Q1 VALUES LESS THAN (TO_DATE('01-JAN-2000',
'DD-MON-YYYY')), PARTITION SO01Q1 VALUES LESS THAN
(TO_DATE('01-JAN-2001', 'DD-MON-YYYY')), PARTITION SO02Q1 VALUES LESS
THAN (TO_DATE('01-JAN-2002', 'DD-MON-YYYY'))...

My mind is thinking

SO00Q1 will have the desired < jan 2000
But SO01Q1 would have < jan 2001 and since the first partition is less
than 2000 
It would include what is in partition 1 

And partition 2 would have 1 and 0

Between would make more sence to me

How does the less than N work?

Thanks!
bob



Bob Metelsky Oracle Certified Professional 
Phone 203-245-5089 ext113 Office 203-245-5000
Continuum Performance Systems Inc http://www.cps92.com
PGP Key http://cps92.com/cps109.gpg

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bob Metelsky
  INET: bmetelsky@cps92.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the
message BODY, include a line containing: UNSUB ORACLE-L (or the name of
mailing list you want to be removed from).  You may also send the HELP
command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rothouse, Michael
  INET: mrothouse@fcg.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

