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: Enabling partitioning

Re: Enabling partitioning

From: Knut Talman <knut.talman_at_mytoys.de>
Date: Wed, 31 Jul 2002 12:18:15 GMT
Message-ID: <3D47D585.F3560EAA@mytoys.de>


> How do i enable the partitioning feature??

select parameter, value
from v$option
where parameter = 'Partitioning'

Suppose that partitioning is disabled on your database. In order to enable it, you have to relink the rdbms executable. Shutdown the database and run the following commands:

cd $ORACLE_HOME/rdbms/lib

make -f ins_rdbms.mk part_omn ioracle

Hth,

Knut Received on Wed Jul 31 2002 - 07:18:15 CDT

Original text of this message

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