To know how to setup Oracle 10g Database
2010/12/12
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
Reference: http://www.answers.com/topic/dataindependence#ixzz164riqgP2
2010/12/11
How to make Jar file
Download How to make Jar file FROM HERE
How to make calender in oracle
Download How to make calender in oracle FROM HERE
Subscribe to:
Posts (Atom)