Drop the Data Miner Repository

RepositoryAndUserObjects.sql drops the Repository and the user objects

drop@dropRepositoryAndUserObjects.sql session_disconnect

To avoid session locks that can block the drop repository process, the drop repository script has an option to disconnect sessions connected that have the ODMRUSER role privilege. The session_disconnect parameter allows you to disconnect such sessions automatically or to just report on any instances of such sessions. If any sessions are detected but not automatically disconnected, the drop repository process is aborted.

The session_disconnect parameter has the following options:

Example: @dropRepositoryAndUserObjects.sql DR

All workflows and internal tables are dropped.

Models created by Oracle Data Miner are dropped.

Tables created by the Create Table or View node are not dropped.

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

See Load or Drop Sample Data to drop the sample data.