
Chapter 19
ORACLE
T
he Oracle database has been developed by the Oracle Corporation. There
are different versions, such as Oracle7/8/8i/9i/11i. Oracle is a Relational
Database Management System (RDBMS) that works on a client server basis
in a multi-user environment. Oracle has two parts:
1. Oracle Server tool
2. Oracle Client tool
The Oracle Server tool is installed on a server, whereas the Oracle Client tool
is installed on the client machine.
The main functions of the Oracle Server are as follows:
Database security
Data-sharing management
Maintaining data integrity
Updating the database
Retrieving information from ...