0% found this document useful (0 votes)
4 views5 pages

HaKieuOanh LAB3

Uploaded by

longa3729
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views5 pages

HaKieuOanh LAB3

Uploaded by

longa3729
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Oracle Database Basics

Installation, Initial Setup and Administration

Lab overview:
The lab consists of 4 parts:

1.Installation
2. Additional Setups
3.Basic Administration
4. PL/SQL and Python extensions

Part 1: Installation
1. System requirement (for Oracle Database Express Edition 11gR2):
Verifying installation
- If the command return OK then the installation was successful and Oracle Database XE
is running.

2. Installing on Linux operating systems:

Part 2: Additional Setups


1. SQL Developer
- After downloading, unzip the package, it will contain a “sqldeveloper” folder with
the program “sqldeveloper.exe”

2. Python and Python Oracle connector


- Install Python and Python Oracle Database connector to utilize Python scripts
for interacting with the database. Python 3.6 or newer is required.
- After installing Python 3.6, open the command prompt on your Windows OS
and run
the command:
“pip3 install cx_Oracle” or “python -m pip install colorama cx_Oracle” for both
Windows and Linux OS
- (Optional) Install PyCharm IDE for easier code editing and executing.
Download and install PyCharm Community Edition version 2024.2.2

Part 3: Basic Administration


1. Creating users and tables for lab
Step 1: Open SQL Developer, you will see the Welcome Page

Step 2: Create new connection by right-click at Oracle Connections -> New


Connection

You might also like