Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: table partitions

Re: table partitions

From: Jay Hostetter <jhostetter_at_decommunications.com>
Date: Tue, 16 Dec 2003 05:29:25 -0800
Message-ID: <F001.005DA158.20031216052925@fatcity.com>


Your high value for each partition can just be the beginning of every month. For example:

CREATE TABLE ACCOUNTS
(

  STATEMENT_DATE                 DATE           NOT NULL,
  ACCOUNT_NUMBER                 VARCHAR2(8)    NOT NULL,
  BILLING_CYCLE                  VARCHAR2(2)    NOT NULL,
Received on Tue Dec 16 2003 - 07:29:25 CST

Original text of this message

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