Home > Data Miner 4.0.1 > Oracle Data Mining Applicat... > Install Prerequisites and O... > Installation Strategy > Overview of Installation Sc... > 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:
R: Report only; do not disconnect any sessions
D: Disconnect only; displays disconnect only
DR or RD: Disconnect and report
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.