Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
33 views8 pages

Stepstoinstall Oracle 11 Gfor Windows

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 8

1

Software needed in this course


This module introduces you to Oracle’s implementation of SQL. The
Database Management Systems Software (DBMS) that you are going to
use is Oracle 11g XE. You have to download Oracle 11g XE DBMS from
the Oracle website. Download link:
http://www.oracle.com/technetwork/database/database-
technologies/express-edition/overview/index.html. Note that you are
required to register first in order for be able to download the
software.

Instructions for installing the software are available on:


https://docs.oracle.com/cd/E17781_01/install.112/e18803.pdf. You can
also follow the instructions given below.

Steps for installing Oracle 11g XE


1. First determine whether you have a 32-bit or 64-bit operating
system.
2. Unpack the zipped folder that you downloaded from the Oracle
website http://www.oracle.com/technetwork/database/database-
technologies/express-edition/overview/index.html.
3. Select setup.exe. The install shield wizard will now start
with the installation of Oracle 11g.

4. When requested: Select Next.


2

5. Accept the licence agreement.


6. Keep the destination folders as is, unless you know what you
are doing 
7. When requested for a password: type in manager

8. Next
9. Install
10. The installation will take a while.

11. Finish, Oracle 11g XE is now installed.

12. Go to Start  Select: All Programs  Oracle Database


11g Express Edition.
3

13. Select the option: Get Started


14. Oracle XE 11g will now open in your active browser.
If you were used to work with Oracle XE 10g then the next
sessions will be somewhat different:
15. The Home page will open. Select Application Express.

16. Username: SYSTEM


Password: manager
Select Login.,
4

17. Now we need to create a Workspace. We will create a user


called HR. Unfortunately the tables and data for the database
are not automatically part of 11g, thus we will have to import
and create it.

Database username: HR
Application Express Username: HR
Password: HR
Confirm password: HR

[The username and password is case sensitive]

18. Select Create Workspace.


19. When successful you will receive a screen with the
following message:
5

Click on the link to login.

Workspace: HR
Username: HR
Password: HR

Creating the JustLee Books database


I guess that you successfully installed the Oracle 11g XE DBMS on
your computer. The next step is to install the database that you are
going to use in this course.

To create the JustLee Books database, download and unpack the


JustLee ZIP file from myUnisa, under Additional Resources. Create a
folder under the C:\ drive and unpack the files into that folder.
You can give the folder any name that you want, for example INF3707.
Hence, the files would be unzipped into C:\INF3707.

After unpacking the files into a folder, in this case C:\INF3707,


now, start Oracle XE by going to Windows start  All Programs 
Oracle Database 11g Express Edition  Get Started. Provide your
user name and password.
6

After logging into the database, double click on SQL Workshop icon
and then double click the SQL command icon.

Type SELECT * FROM BOOKS. Click on run button. The result of


executing the SQL statement shows you that the database does not
exist. Now you need to install The JustLee Books database. The same
instructions would apply when installing the CityJail databases.

Click on SQL Workshop and then click on SQL Scripts.

This would allow you to upload the JustLeee database files that you
downloaded from myUnisa under the Additional resources. To install
the JustLee database, you need to upload all the scripts.
7

To upload scripts, click on Upload, this would allow you to go and


select files from your computer’s C:\ drive. Remember you saved the
files in a folder on your computer. In this case, the files are
under C:\INF3707. Upload all the files.

After uploading all the files, run the script named JLDB_Buil.sql.

Running the JLDB_Build.sql file installs the JustLee Books database


on your computer. To test if the database is installed on your
8

computer, click on Home  SQL Workshop SQL Commands and type


SELECT * FROM Books. Click on run to execute the statement. What
happened!!!!!!

The END

You might also like