|
Partitioning is an option for the Oracle database that costs extra. And
you have to be running Oracle Enterprise Edition to be able to use
partitioning. I'm going to assume that you have paid for Oracle EE and
for the partitioning option.
To get past the ORA-439 error message, you need to install partitioning
and enable it in your database. To install it, fire up the Oracle
Universal Installer from your 8i distribution media and install the
partitioning option. After that, start up your database, connect as
SYS, and run the $ORACLE_HOME/rdbms/admin/catparr.sql script. You
should be off and running now!
|