Performing Prerequisite Tasks

Before deploying a workflow, there are certain tasks which must be performed.

The prerequisite tasks are:

  1. Install Oracle Data Miner 4.1 on your system.
  2. Create an Oracle Data Miner user account.

    Here is an example of a sample statement to create a Data Mining user account. This statement must be issued by a privileged user.

    grant create session, create table, create view,

    create mining model, create procedure,

    unlimited tablespace

    to <username>;

  3. Load the database table.
  4. Import and run the workflow.

See Also: