Home > Data Miner 4.0 > Oracle Data Mining Applicat... > Install Prerequisites and O... > Installation Strategy > Overview of Installation Sc... > Load or Drop Sample Data
If you use the GUI to install and remove the repository, certain files are loaded and removed automatically. See Sample Data for a list of the tables and views.
If you use scripts, run these scripts after you install the repository or grant rights to a user to load and remove sample data:
instDemoData.sql
user account prepares demo data for user as follows:
Grants user access to SH schema
Create MINING_DATA_* views in user account based on SH schema.
Load insurance data into table in user account
Example: @instDemoData.sql MYUSER
dropDemoData.sql
user account drops the demo data prepared by instDemoData.sql
.
Example: @dropDemoData.sql MYUSER