Install the Repository

installodmr.sql installs the Oracle Data Miner Repository; use it as follows:

set serveroutput on
set echo on
@installodmr.sql default tablespace TEMP tablespace

Example: @installodmr.sql USER TEMP

The initial space requirement for the Data Miner Repository is 200MB; however, the tablespace will grow as metadata is added.

The script will take approximately 10 minutes to run for remote database installation and 2 minutes for local database installation.

For more details, read the script, or see Install the Data Miner Repository Using the GUI.