To install the Scott demo schema:
- Download Oracle Database.
- Extract the installation files from the Zip archive.
- Run setup.exe to install Oracle database.
- Right-click on the download icon, select Save link as, and save the install_scott_schema.sql file to your computer.
- Open the Command Prompt.
- Change directory to the location where you downloaded install_scott_schema.sql
- Run SQL*Plus, as a user with system privileges.
SQLPLUS / AS SYSDBA - Run the installation script:
@install_scott_schema

