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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Creating List-Partitioned Tables

Re: Creating List-Partitioned Tables

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Fri, 14 Jan 2005 19:47:37 -0800
Message-ID: <41e8924e$1_2@127.0.0.1>


Matteo D'Amato wrote:

> Hi,
> I'm trying to created a table with list partitioning. The idea is to
> have a 9 week rotation, hence w1..w9. So I thought I would convert
> billingdate to week of year. Oracle 10g complains about "PARTITION BY
> LIST ( to_char(billingdate,'WW') )". Do I need to use range instead? Can
> I do partition where values equal a week of year number? Thanks

Use RANGE.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
Received on Fri Jan 14 2005 - 21:47:37 CST

Original text of this message

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