FB

How to Install Oracle Express on Your PC

In this post, I’ll explain how to download, install, and set up an Oracle Express Database on your own computer.

 

Different Ways to Set Up Oracle

There are several different ways to set up Oracle on your computer:

  1. Use Oracle Live SQL: free and no setup required.
  2. Download and setup the full Oracle Database
  3. Download and setup Oracle Express
  4. Create a cloud-based database (e.g. Oracle Cloud, AWS)

We’ll be covering the Oracle Express setup in this guide, as it’s the easiest way to get started with Oracle on your computer.

 

Requirements to Install and Set Up Oracle Database

To be able to run the Oracle database on your computer, you’ll need:

  • Internet access to download the required files (or the files downloaded to be used offline)
  • Windows or Linux operating system. At the moment, there is no way to install Oracle on a Mac, unless you use a virtual machine such as Parallels. If you do, check out this guide here.

 

Step 1 – Download Oracle Express

The first step is to download Oracle Express. The current version as of early 2020 is 18c, which is pretty new.

Visit the Oracle website at oracle.com.

Click on Products at the top of the page, and under Software, click on Oracle Database.

Scroll down and select Other Database Products on the left, and click “Database Express Edition XE”.

04 other database products

This page will be displayed:

05 oracle express page

Click the button that says “Download Oracle Database XE”.

You’ll see the Oracle Database XE Downloads page.

06 oracle express downloads

Choose the Windows link if you’re on Windows, or the Linux link if you’re on Linux.

Once you click the link, you’ll be prompted to accept the conditions.

07 oracle express accept

Click the green Download button.

You’ll see the Oracle Sign In page. In order to download Oracle software, you’ll need an Oracle account. This is a free account that you can create and use right away.

08 sign in

If you have an account, you can sign in. If you don’t have an account, click on the Create Account button.

If you click Create Account, you’ll see this page where you can enter your details and create a new account.

09 create

Enter your details and continue.

Oracle Express will then be downloaded onto your computer.

 

Step 2 – Install Oracle Express Database

Once Oracle Express is downloaded, you’ll need to install it. To install the Oracle Express, follow these steps.

First, browse to where you saved the file you downloaded. Extract the file.

10 folder

Run the setup.exe file.

11 setup

The welcome screen is displayed.

13 welcome

Click Next on the Welcome screen.

14 accept

Accept the terms and conditions.

15 folder

Click Next to leave the default directory selected. You won’t likely need to change this.

16 password

Enter a password to use for both the SYS and SYSTEM accounts.

This is a new password and you’ll need to remember it for logging into the database.

Remember the password you enter here.

17 summary

On the Summary screen, click Install.

20 complete

Oracle Express is then installed and should be successful.

 

Step 3 – Download Oracle SQL Developer

To download Oracle SQL Developer, which lets you run queries on the database, follow these steps.

Visit the Oracle website again at www.oracle.com.

21 resources

Click on Resources on the top menu, then Software Downloads.

22 developer tools

Navigate to Developer Tools, then click on SQL Developer.

23 sql developer download

Scroll down to see the version of the tool that matches your operating system. It’s available for Windows, Mac, and Linux.

Click the Download link next to the version you want to download.

24 accept

You’ll be asked to accept the Oracle License Agreement, then click the Download button.

You’ll then be asked to sign in to your Oracle account.

You can use the same one you created when you downloaded Oracle Express, so enter your email address and password here.

The file, which is a ZIP file, will then start to download.

25 downloading

Once the file has downloaded, extract the ZIP file.

27 exe file

An SQLDeveloper executable file will be extracted.

Double-click on this file to open SQL Developer.

Once it loads, it should look like this:

There’s no need to install SQL Developer.

 

Step 4 – Create Connection in Oracle SQL Developer

To create a connection to your database from Oracle SQL Developer so you can run queries, follow these steps:

  • Click on the green + icon in the top left
  • Enter whatever your like as the connection name. I’ve used “Local”. This is the value that is displayed for this connection within the application.
  • For username, use SYSTEM
  • For password, enter the same password as you did during the installation
  • Leave all of the other fields the same
  • Click on Test. The status should show “Status: Success”, which means the details are correct
  • Click Connect.

33 connection service name

The connection will be created and connected to.

SQL Developer allows you to import and export connections, so you can ask a coworker to export theirs if you’re working on the same data.

 

Conclusion

Well, I hope this has given you some guidance on how to download, install, and set up an Oracle database on your computer. If you have any questions, let me know!

There are some other things you may want to do now you have SQL Developer set up:

4 thoughts on “How to Install Oracle Express on Your PC”

  1. Conglatulations for the good explanation on Oracle installation, it has been an headache for lots of people. Glad to have opened some people eyes!!

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.