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: 10g & partitioning

RE: 10g & partitioning

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Sun, 10 Apr 2005 10:35:59 +0200
Message-ID: <2CF83791A616BB4DA203FFD13007824A02144405@MSXVS02.trivadis.com>


Hi

As pointed out by other repliers the partitioning option is only an = enterprise edition option, i.e. you have to pay for it if you want to = use it. But, be careful, in 10g the partition option is always = installed, even in the standard edition! Why? Because Oracle uses it to = manage the AWR repository...

You can check this by executing the following query (in this particular = system the partitioning option is only used for system purposes, i.e. = for AWR):

SQL> SELECT name, detected_usages
  2 FROM dba_feature_usage_statistics
  3 WHERE name LIKE 'Parti%';

NAME                                     DETECTED_USAGES
---------------------------------------- ---------------
Partitioning (system)                                  3
Partitioning (user)                                    0


Just my 2 cents,
Chris

>-----Original Message-----
>From: oracle-l-bounce_at_freelists.org =

[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of sol beach
>Sent: 08 April 2005 21:59
>To: Oracle-L Freelists
>Subject: 10g & partitioning
>
>I feel as though I'm looking for a needle in haystack on =
http://otn.oracle.com
>
>Is partitioning included in the 10g Standard Edition?
>
>TIA!
>--
>http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Apr 10 2005 - 04:39:57 CDT

Original text of this message

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