Webucator Logo
Home
Course Catalog
Training Delivery Methods
Live Online Classes
Public Schedule
Private Classes
Self-Paced Training
Enterprise Training
All Training Options
Purchase Courseware
Pricing & Savings
About Us
Sign In
Contact Us
  1-877-932-8228
© 2025 Webucator, Inc. All Rights Reserved.
Courses
Webucator Logo
Browse Courses
SIGN IN
Toggle Contact Dropdown
Contact Us 1-877-932-8228
Toggle More Dropdopwn
Course Catalog Live Online Classes Public Schedule Private Classes Self-Paced Training Enterprise Training All Training Options Pricing & Savings
Purchase Courseware
About Us
  1. Home
  2. Catalog
  1. Catalog

Oracle SQL Training

Required Software

  1. Windows 10 Pro, Windows 11 Pro, or Windows 11 Pro for Workstation (not the Home editions). See this page for the required specs of the operating system.
  2. Oracle Database Express Edition (XE) 12c, 18c, or 21c - Free edition of Oracle RDBMS.
  3. Oracle SQL Developer - The client interface for connecting to Oracle.

Instructions

Create the Webucator Folder

The first step to setting up for your course package is to create the folder in which you will store most of your class files:

  1. Create a new folder named Webucator directly on the C drive (i.e., C:\Webucator).
  2. Unzip the class files for the Oracle SQL class into C:\Webucator\SQL\:
  3. Unzip the class files for the Oracle PL/SQL class into C:\Webucator\PL-SQL\:

The folder structure should look like this:

  • C:
    • Webucator
      • SQL
      • PL-SQL

Install the Software

Follow these instructions to install Oracle Database Express Edition (XE) and Oracle SQL Developer. Then, return to this page and follow the instructions below.


Set up the HR Account and Get the HR Schema

First, you will set up the HR account, which you will use to create and then log in to the schema. Then, you will get the HR schema, which holds the data that is used in class.

  1. In SQL Developer, add a new connection:
    1. Click the + icon under Connections: new connection
    2. Enter "HR" as the Name and "system" for both the Username and Password, and click Connect: new connection dialog
    3. Close the dialog.
  2. Open the HR_Unlock_Account.sql file from your C:\Webucator\SQL\setup.
    1. Select File > Open: file open
    2. Navigate to and open the file: open hr unlock account
  3. Select HR from the connection dropdown in the upper right: select hr connection
  4. With the HR_Unlock_Account.sql file open, click the second green play button to run the script. This will create the HR user and assign it the appropriate privileges: run-script

Now, it is time to get the HR schema.

  1. Run the Command Prompt as administrator: run cmd as admin
  2. Run the following commands:
    1. Change directory to the setup folder within the Webucator folder:
      cd \Webucator\setup\
    2. Start SQL*Plus as the HR user:
      sqlplus C##HR/HR
  3. Create and populate the HR Schema by running the following two commands:
    @hr_cre.sql
    @hr_popul.sql
    You should see a lot of messages. The final message should be:
    Commit complete.
  4. Open SQL Developer and open the properties of the HR connection by right-clicking it and selecting Properties: connection properties
  5. Change the username from “system” to “C##HR” and change to password to “HR”: change authentication
  6. Open a blank SQL Worksheet by right-clicking HR under Connections and selecting Open SQL Worksheet: open sql worksheet
  7. Enter the following SQL query in the new worksheet:
    SELECT * FROM Regions;
  8. Run the query by clicking on the left green triangle. You should get 4 rows in the Query Result: select regions

Congratulations. You are all set for your course.


Courseware and Class Files

This setup page is used for the following courseware:

Courseware

This is for other training companies who are licensing Webucator courseware.

  1. Courseware: Oracle PL/SQL.
  2. Courseware: Oracle SQL.

Training Options

  • Live Online
  • Public Schedule
  • Self-Paced Courses
  • Customized Onsite
  • Instructor-Supported eLearning
  • Enterprise Solutions
  • All Training Options

Course Catalog

  • Full Catalog
  • Pricing & Savings

About Us

  • Contact Us
  • About Webucator
  • Client Testimonials
  • Client List
  • Privacy Policy
  • Train for Us
  • Cancellation Policy
  • Make a Payment

Microsoft

  • Microsoft Training
  • Certified Microsoft Course List
  • Microsoft Courseware

Resources

  • Newsletter
  • Setup Pages
  • Articles

Courseware

  • Purchase Courseware
© 2004-2025 Webucator, Inc. All Rights Reserved.