iSelfSchooling.com - Since 1999  References  |  Job Openings  |  Post Tech. Notes - New
    Home  | Search more  | Oracle Syntax  | Suggestions  | Computer Institute   | (Login/Register to access to all VIDEOS)
 

Copyright & User Agreement

    Email2aFriend  | Homepage us! |  Bookmark

Services

  Vision/Mission

  Services

  Biography

  Contact Us

 FREE Training

  Start...

  SQL

  PL/SQL

  Forms 

  Reports

  Fundamentals

  Performance

  Prepare for OCP

...

  Acknowledgement

  Who is who

  University Directory

  Links...

 

 

 

FREE Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

BASICS

SQL | PL/SQL

DEVELOPERS

FORMS 2 | REPORTS | Other TOOLS

DBAs

FUNDAMENTALS 2 | PERFORMANCE | OEM

ADVANCE

APPLICATION SERVER | GRID CONTROL | ARTICLES 2 3 4

Advanced - Articles II

Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 | Lesson 06 | Lesson 07 | Lesson 08 | Lesson 09 | Lesson 10 | Lesson 11 | Lesson 12 | Lesson 13 | Lesson 14 | Lesson 15 | Lesson 16 | Lesson 17 | Lesson 18 | Lesson 19 | Lesson 20 | Lesson 21 | Lesson 22 | Lesson 23 | Lesson 24 | Lesson 25 | Lesson 26 | Lesson 27 | Lesson 28 | Lesson 29 | Lesson 30 | Lesson 31 | Lesson 32 | Lesson 33 | Lesson 34 | Lesson 35 |

Lesson 01

"Those who deny freedom to others deserve it not for themselves, and, under a just God, cannot retain it."

-Abraham Lincoln (1809-1865)

IMPORTANT-READ CAREFULLY

When you install Oracle8i and Developer in the same machine, be sure to install them on two different sub-directories. Also you must make sure their home names are different.

 

Once you install the Oracle products, go to the connectivity and play the movie. The movie shows how to login to Oracle8i using the Oracle tools, such as “SQLPLUS,” and “FORM Builder.”

 

To establish connectivity, you will use Net8 Easy config. If you don’t have “Net8 Easy config,” you can use the “Net8 assistant” option.

 

Important notes to remember:

Oracle Server is an object-relational database management system that provides an open, comprehensive, and integrated approach to information management. It consists of an Oracle database and instance.

 

The Oracle Database contains all user data information. It has a physical and a logical structure.

The “Physical Structure” is determined by the operating system files; such as data files, control files, and parameter files.

 

The “Logical Structure” is determined by the Oracle Database, such as tablespaces, tables, and segments.

An instance is a combination of Oracle background processes and memory buffers.

 

The memory buffer is called System Global Area (SGA) and is shared by the database users. Every time a database is started the system global area is allocated and Oracle background processes are started.

 

Oracle Background Processes Server tasks between memory and disk.

 

A user establishes connection and then requests information using a client application from the Oracle Server.

 

The Listener process waits for connection requests from a client application, and routes each client to a server process.

Server processes are created on behalf of each user’s application to read a user request and return the results.

 

The TNSNAMES.ORA and SQLNET.ORA files establish client session connectivity to a server using the local naming option.

 

 

 
 
Google
 
Web web site