2010/12/12

How to setup Oracle 10g Database

To know how to setup Oracle 10g Database
From here


First download Oracle 10g database from oracle website
Second flow the steps



















 

What is Program-Data Independence?

Techniques that allow data to be changed without affecting the applications that process it. There are two kinds of data independence. The first type is data independence for data, which is accomplished in a database management system (DBMS). It allows the database to be structurally changed without affecting most existing programs. Programs access data in a DBMS by field and are concerned with only the data fields they use, not the format of the complete record. Thus, when the record layout is updated (fields added, deleted or changed in size), the only programs that must be changed are those that use those new fields.

Reference: http://www.answers.com/topic/dataindependence#ixzz164riqgP2