SlideShare a Scribd company logo
1 of 11
Download to read offline
Object-Relational Database
Systems(ORDBMSs)
Sahan Yasiru walpitagamage
3/13/2014
1 | P a g e
Table of Contents
Abstract......................................................................................................................2
1. Introduction............................................................................................................3
2. Overview of the Object Relational DBMSs .........................................................4
3. Tool available for ORDBMS.................................................................................6
3.1Main Proprietary Tools Available in the Market...............................................6
3.2 Main Open Source Tools Available in Market.................................................7
4. Main Features Available in ORDBMSs Tools ......................................................7
5. Advantages of having an ORDBMS......................................................................8
6. Disadvantages of having an ORDBMS .................................................................8
7. Conclusion .............................................................................................................9
8. References..............................................................................................................9
2 | P a g e
Abstract
Today object-relational database technology is going in direction to the future of
data management. It supports both object oriented database model and relational
database model. Object-relational DBMSs can successfully deal with very large
data volumes with great complexity. At present the vendors of all the major DBMS
products have supported object-relational database management systems, but still
its industrial adoption rate is relatively low. Hence, this report focuses on do a
short review about object-relational database. The report first reviews about the
history of databases up to ORDMSs. Then it talks about the background about the
object-relational databases. Furthermore, the report identifies object-relational
databases features and available tools in the market. Finally, it talks about the
strengths and weaknesses of the object-relational databases.
3 | P a g e
1. Introduction
Today organizations are required to process and store increasing quantities of data never before.
On the other hand now information has become the most valuable resource in any organization.
Therefore currently it is requires more resources and modern technologies to deal with this large
amount of complex data.
Before the 1950s data were stored on paper as records which required a lot of man power and it
was time consuming matter (Dharmarathna, n.p.). During the 1950s and early 1960s data were
processed using magnetic tapes for storage which only had sequential access to those data. In the
middle of the 1960s IBM team led by Rey Johnson invented the hard disk, which allowed direct
access to data. Afterward with the availability of direct storage access the concept of the database
began.
In the early 1970s, a number of parallel research projects were conducted by IBM to deal with
relational DBMS. The idea of this relational database is to use a table of fixed-length records, with
each table used for a different type of entity. In the late 1980s, the RDBMS products were
accepted to use for high-end online transactions processing as well by earlier technologies. At
that time RDBMS technology became popular, because it was cheaper, faster, and easy to build
simple information systems (Brown, 2001). RDBMS technology made it possible to develop
information systems, which were economically desirable view despite it begin that are used for
expensive (Quickbase.intuit.com,2014). Today the global market for RDBMS software, services,
and applications that use relational databases exceeds $50 billion annually (Brown, 2001).
In the late of the 1980s, RDBMS faced some problems due to increasing the complexity of
organization data. RDBMS supports a limited set of built-in types that include only numbers and
strings, but many database applications needed to include complex objects such as geographical
locations, text and digital signal data. The second main problem was that it had some structural
problems, because relational database tables were flat and did not provide good support for
nested structures, such as arrays and sets. The third problem was that it did not support the object
oriented techniques (Brown, 2001). The main advantages of using this OO techniques are reduce
operational cost, improve system quality and to have high maintainability.
4 | P a g e
Since the RDBMS was not pretty good for handling above mentioned common complex
database problems, in the1990s object-oriented database (OODBMS) was introduced. It is an
extension technique of object-oriented programming language in the persistent data field
management. One of the main advantages of OODBMS technique is that it can easily integrate
between OO languages and the DBMS. Therefore it supports most of the OO features available.
In OODBMS also, because of lack of a standard data model, design errors and inconsistencies in
data caused. And also it is much closer to the application design rather than database design.
Because of some the drawbacks in OODMBSs, in middle 1990s initiate the object relational
database which supported both object oriented database model and relational database (Brown,
2001). Today Object-relational DBMS is the modern trend in database technology.
2. Overview of the Object Relational DBMSs
Among modern database technologies the object relational database management system
(ORDBMS) is a new database technology which can successfully deal with very large data
volumes with great complexity.
According to the findings of the Stonebraker and Moore findings, database techniques can be
groups into four main categories which are file systems, relational DBMS, Object Oriented
DBMS and Object Relational DBMS. Based on these four categories Stonebraker and Moore
developed their Database classification matrix. Figure 1 shows database classification matrix
(Stonebraker, 2014).
Figure 1: Database classification matrix
Relational Database
management Systems
(RDBMS)
Object Relational DBMS
File Systems Object Oriented DBMS
Query
No Query
Simple Data Complex Data
5 | P a g e
This matrix is to point out the kinds of problems which are solved by each of four parts in the
matrix and there is no one single DBMS that solves all the applications. Based on the identified
problems and the requirements, a database designer needs to select a correct database
management technique to their organization. According to this matrix ORDBMS has been the
most suitable DBMS that processes complex data and complex queries. Today since most of the
organizations need to deal with this large amount of complex data ORDBMS is the best solution
to those requirements (Saurkar, 2012). But the industrial adoption rate to RODBMS is not very
high (Wang, 2010). The main reason for that is the complexity results lose the simplicity and
purity of the relational database model. Therefore it is difficult for applications developers who
have traditional background in relational database to adopt emerging ORDB technology.
ORDBMS is similar to a relational database, but also it has object oriented database models like
objects, classes and inheritance etc. It also directly supports database schemas in the query
language. Therefore, the user can easily reuse features in object-oriented technology as well as to
map objects into relations and to maintain a consistent data structure in database. The gap
between OODBMS and RDBMS is bridged by ORDBMS (Wang, 2011).
ORDBMSs allow developers to implement new data types and functions like general-purpose
languages such as Java and C. ORDBMSs have changed query-centric approach to data
management. Therefore, data access in an ORDBMS is handled with declarative SQL
statements. There is no procedural or object at a time or no navigational interface. ORDBMSs
with the idea of a data language that fundamentally consists with declarative and therefore it can
be a mismatch with the procedural OO host languages. This significantly affects the internal
structure ORDBMS engine, and it produces implications for the developers to access the
database interfaces. And the ORDBMS architecture is implemented as a central server program
rather than distributed data architecture (Brown, 2001).
At present all the major DBMS products vendors have supported object-relational database
management systems to reflect the new SQL standards and it is already used by the industries.
6 | P a g e
3. Tool available for ORDBMS
In order to win the challenges of complex data processing in the middle of the 1990s incorporate
IBM, Oracle and Microsoft have moved object-oriented database features into their relational
DBMSs under the name of object-relational DBMSs. Today there are many relational database
tools available for both proprietary and open source categories.
3.1Main Proprietary Tools Available in the Market
Tool Name Vendor Note
DB2 IBM Initial release in 1983 and support object
relational feather in recent years onward.
Support cross platform OS. It supports user
defined structured types and other object-
oriented features. (Ibm.com, 2014)
Microsoft SQL Microsoft Corporation Support only on Windows platform. Support
most of object-oriented features. It uses
.NET support objects. It also has freeware
version also. (Msdn.microsoft.com, 2014)
Oracle Databases Oracle Corporation It support user defined types to model real-
world entities. In Oracle g11 support for
Generalized Invocation. And support cross
platform OS. (Oracle.com, 2014)
Informix Have Alphanumeric data, Simple large
objects, Smart large objects, Complex data
types ,User-defined types, casts, aggregates.,
Type and table inheritance and many more
functions. And support cross platform OS.
(Ibm.com, 2014)
Adaptive Sever Enterprise SAP Initial release in May 23, 1980. ASE is
predominantly used on the Unix platform,
But also support for Microsoft platform also.
ASE has highest operational efficiency and
throughput on a broad range of platforms
(Sybase.com, 2014)
Valentina Paradigma Software Has advanced object-relational data model as
well as its highly optimized columnar data
store. (Valentina-db.com, 2014)
Cache Inter Systems Support multiple OS platforms such as
Windows, Linux, Solaris and Mac OS. Also
support most of object-oriented features.
(Intersystems.com, 2014)
7 | P a g e
3.2 Main Open Source Tools Available in Market
Tool Name Vendor Note
PostgreSQl PostgreSQL Global
Development Group
Initial release in 1 May 1995. Today most of the
popular companies use this for handle their business.
It has most advanced object-relational features. And
support cross platform OS. (Postgresql.org, 2014)
CUBRID NHN Corporation It has a 3-tier architecture which allows scaling out
system with a high flexibility. And it supports cross
platform OS. (Cubrid.org, 2014)
Zope Object database Zope Corporation It is a native object database for Python. It has most
object-relational features. (Zodb.org, 2014)
Giga Base Knizhnik It supports cross platform OS. It also uses
PostgreSQL codebase. Also It has all main object-
relational features. (Garret.ru, 2014)
Greenpium database Greenplum division of
EMC Corporation
Today most of the popular companies use this for
their handle business. Also It has all main object-
relational features. (Gopivotal.com, 2014)
4. Main Features Available in ORDBMSs Tools
When taking about the features about the ORDBMSs, it can store object data and methods in
databases. And also most of the features available are common in all standard ORDBMSs. Some
of the common functions in any slandered object relational database are (Wang, 2011).
Object Types: user-defined data types (UDT) or abstract types (ADT) can be referred to as object
types (Wang, 2011).
Functions/Methods: For each object type, the user can define the methods for data access.
Methods define the behavior data (Wang, 2011).
Varray: The varray is a collection type that allows the user to embed homogenous data into an
array to form an object in a pre-defined array data type (Wang, 2011).
Nested table: A nested table is a collection type that can be stored within another table. In a
nested table, a collection of multiple columns from one table can be placed into a single column
in another table (Wang, 2011).
8 | P a g e
Inheritance: With Object type inheritance, users can build subtypes in hierarchies of database
types in ORDBs (Wang, 2011).
Object View: Object view allows users to develop object structures in existing relational tables.
It allows data to be accessed or viewed in an object-oriented way even if the data are really
stored in a traditional relational format (Wang, 2011).
5. Advantages of having an ORDBMS
The main advantage of the object relational database is its reusability and sharing. Reusability
helps to extend the DBMS server to manage standard functionality centrally, rather than have it
coded in each application. This will help to reduce the time and the cost in database designing
stage. Secondly it helps to increase the flexibility and functionality. Flexibility is probably more
valuable than performance over the long run. Another main advantage of these object relational
databases is high maintainable, because of the object oriented structure can easily maintain
database design rather than traditional relational database model (Brown, 2001). On the other
hand it is extensible easily and far more reliable than traditional systems (Ecomputernotes.com,
2014). Also it can work with complex data types based on the real world modeling. Therefore it
can be used with advance database applications with great complex data. Finally it will enhance
the system overall performances.
6. Disadvantages of having an ORDBMS
When talking about the disadvantages of the object relational data bases, it is more complex than
traditional relational databases. Therefore, it associates with costs. ORDBMS venders always try
to portray object models as extensions to the relational model with some additional complexities.
This potentiality misses the point of object orientation, highlighting the large semantic gap
between these two technologies. Object applications are simply not as data-centric as relational-
based ones (Dba-oracle.com, 2014). It has been on the market for several years, but the systems
written with object-oriented languages are less than 1% today. Therefore it is difficult to find
qualified database professionals (Dba-oracle.com, 2014).
9 | P a g e
7. Conclusion
This report mainly focused to review the basic idea about object relational databases. The report
first reviewed that before 1950s data was stored as paper records and today it evaluated up to
object relational databases. At present all the major DBMS products vendors have supported
object-relational database management systems to reflect the new SQL standards. Also it can
successfully deal with very large data volumes with great complexity. The main advantage of the
object relational database is its reusability and sharing. Maintainability, flexibility and
functionality also another main advantages of the object relational databases.
8. References
Brown, P. 2001. Object-relational database development. Upper Saddle River, NJ: Prentice Hall.
Cubrid.org. 2014. CUBRID Key Features. [online] Available at:
http://www.cubrid.org/key_features [Accessed: 12 Mar 2014].
Dba-oracle.com. 2014. Advantages and Disadvantages of Object-Oriented Approach. [online]
Available at: http://www.dba-oracle.com/t_object_oriented_approach.htm [Accessed: 12 Mar
2014].
Dba-oracle.com. 2014. Advantages and Disadvantages of Object-Oriented Approach. [online]
Available at: http://www.dba-oracle.com/t_object_oriented_approach.htm [Accessed: 12 Mar
2014].
Dharmarathna, K. n.p. [online] Available at:
http://courses.dbnet.ntua.gr/fsr/5706/history_dbms_long-3.pdf. [Accessed: 12 Mar 2014].
Ecomputernotes.com. 2014. What is Object-Relational Database Systems? Advantages and
Disadvantages of ORDBMSS.. [online] Available at: http://ecomputernotes.com/database-
system/adv-database/object-relational-database-systems [Accessed: 12 Mar 2014].
Garret.ru. 2014. Object-Relational Database Management System. [online] Available at:
http://www.garret.ru/gigabase.html [Accessed: 12 Mar 2014].
Gopivotal.com. 2014. Big Data | Pivotal Greenplum Database | Pivotal. [online] Available at:
http://www.gopivotal.com/big-data/pivotal-greenplum-database [Accessed: 12 Mar 2014].
Ibm.com. 2014. IBM developerWorks : Information Management. [online] Available at:
http://www.ibm.com/developerworks/data/ [Accessed: 12 Mar 2014].
10 | P a g e
Intersystems.com. 2014. Caché | High Performance Object Database | InterSystems. [online]
Available at: http://www.intersystems.com/our-products/cache/cache-overview/ [Accessed: 12
Mar 2014].
Msdn.microsoft.com. 2014. Extending the Object-Relational Mapping. [online] Available at:
http://msdn.microsoft.com/en-us/library/office/ee538669%28v=office.14%29.aspx [Accessed:
12 Mar 2014].
oracle.com. 2013. [online] Available at:
http://docs.oracle.com/cd/B28359_01/appdev.111/b28371/ [Accessed: 10 Mar 2014].
Postgresql.org. 2014. PostgreSQL: About. [online] Available at:
http://www.postgresql.org/about/ [Accessed: 12 Mar 2014].
Quickbase.intuit.com. 2014. A Timeline of Database History | Intuit QuickBase. [online]
Available at: http://quickbase.intuit.com/articles/timeline-of-database-history [Accessed: 12 Mar
2014].
Saurkar, A. 2012. [online] Available at: http://ijcsn.org/IJCSN-2012/1-3/IJCSN-2012-1-3-45.pdf
[Accessed: 12 Mar 2014].
Stonebraker, M. 2014. Object-Relational DBMS. [online] Available at:
http://db.cs.berkeley.edu/papers/Informix/www.informix.com/informix/corpinfo/zines/whitpprs/i
lluswp/wave.htm [Accessed: 12 Mar 2014].
Sybase.com. 2014. Adaptive Server Enterprise Relational Database Management System
(RDBMS) Software Solution - Sybase Inc. [online] Available at:
http://www.sybase.com/products/databasemanagement/adaptiveserverenterprise [Accessed: 12
Mar 2014].
Valentina-db.com. 2014. Valentina Database & Report Server. [online] Available at:
https://www.valentina-db.com/en/valentina-server-overview [Accessed: 12 Mar 2014].
Wang, M. 2011. Solving Relational Database Problems with ORDBMS in an Advanced
Database Course. 9 (4), Available at: http://isedj.org/2011-9/N4/ISEDJv9n4p80.html [Accessed:
12 Mar 2014].
Wang, M. 2010. USING OBJECT-RELATIONAL DATABASE TECHNOLOGY TO SOLVE
PROBLEMS IN DATABASE DEVELOPMENT. 1 Available at: http://iacis.org/iis/2010/90-
99_LV2010_1543.pdf [Accessed: 12 Mar 2014].
Zodb.org. 2014. ZODB - a native object database for Python — ZODB 3.10.3 documentation.
[online] Available at: http://www.zodb.org/en/latest/ [Accessed: 12 Mar 2014].

More Related Content

What's hot

Chapter-1 Introduction to Database Management Systems
Chapter-1 Introduction to Database Management SystemsChapter-1 Introduction to Database Management Systems
Chapter-1 Introduction to Database Management SystemsKunal Anand
 
Data base management system
Data base management systemData base management system
Data base management systemNavneet Jingar
 
Database Management Systems - Management Information System
Database Management Systems - Management Information SystemDatabase Management Systems - Management Information System
Database Management Systems - Management Information SystemNijaz N
 
Database Presentation
Database PresentationDatabase Presentation
Database Presentationa9oolq8
 
Introduction to DBMS and SQL Overview
Introduction to DBMS and SQL OverviewIntroduction to DBMS and SQL Overview
Introduction to DBMS and SQL OverviewPrabu U
 
Object Oriented Dbms
Object Oriented DbmsObject Oriented Dbms
Object Oriented Dbmsmaryeem
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to DatabaseSiti Ismail
 
Data and database administration(database)
Data and database administration(database)Data and database administration(database)
Data and database administration(database)welcometofacebook
 
Database connectivity and web technologies
Database connectivity and web technologiesDatabase connectivity and web technologies
Database connectivity and web technologiesDhani Ahmad
 
Types of Database Models
Types of Database ModelsTypes of Database Models
Types of Database ModelsMurassa Gillani
 
Advance database systems (part 1)
Advance database systems (part 1)Advance database systems (part 1)
Advance database systems (part 1)Abdullah Khosa
 
Adbms 11 object structure and type constructor
Adbms 11 object structure and type constructorAdbms 11 object structure and type constructor
Adbms 11 object structure and type constructorVaibhav Khanna
 

What's hot (20)

Object oriented databases
Object oriented databasesObject oriented databases
Object oriented databases
 
Chapter-1 Introduction to Database Management Systems
Chapter-1 Introduction to Database Management SystemsChapter-1 Introduction to Database Management Systems
Chapter-1 Introduction to Database Management Systems
 
Data base management system
Data base management systemData base management system
Data base management system
 
Database Management Systems - Management Information System
Database Management Systems - Management Information SystemDatabase Management Systems - Management Information System
Database Management Systems - Management Information System
 
Database Presentation
Database PresentationDatabase Presentation
Database Presentation
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
Introduction to DBMS and SQL Overview
Introduction to DBMS and SQL OverviewIntroduction to DBMS and SQL Overview
Introduction to DBMS and SQL Overview
 
Object Oriented Dbms
Object Oriented DbmsObject Oriented Dbms
Object Oriented Dbms
 
Lecture1 data structure(introduction)
Lecture1 data structure(introduction)Lecture1 data structure(introduction)
Lecture1 data structure(introduction)
 
Object oriented database
Object oriented databaseObject oriented database
Object oriented database
 
DbMs
DbMsDbMs
DbMs
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
Data and database administration(database)
Data and database administration(database)Data and database administration(database)
Data and database administration(database)
 
Database connectivity and web technologies
Database connectivity and web technologiesDatabase connectivity and web technologies
Database connectivity and web technologies
 
ORDBMS
ORDBMSORDBMS
ORDBMS
 
Types of Database Models
Types of Database ModelsTypes of Database Models
Types of Database Models
 
Advance database systems (part 1)
Advance database systems (part 1)Advance database systems (part 1)
Advance database systems (part 1)
 
Types of databases
Types of databases   Types of databases
Types of databases
 
Adbms 11 object structure and type constructor
Adbms 11 object structure and type constructorAdbms 11 object structure and type constructor
Adbms 11 object structure and type constructor
 

Similar to Object-Relational Database Systems(ORDBMSs)

Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )Kimberly Brooks
 
Module-1.pptx63.pptx
Module-1.pptx63.pptxModule-1.pptx63.pptx
Module-1.pptx63.pptxShrinivasa6
 
data base system to new data science lerne
data base system to new data science lernedata base system to new data science lerne
data base system to new data science lernetarunprajapati0t
 
A Comparative Study of RDBMs and OODBMs in Relation to Security of Data
A Comparative Study of RDBMs and OODBMs in Relation to Security of DataA Comparative Study of RDBMs and OODBMs in Relation to Security of Data
A Comparative Study of RDBMs and OODBMs in Relation to Security of Datainscit2006
 
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.`Shweta Bhavsar
 
Representing Non-Relational Databases with Darwinian Networks
Representing Non-Relational Databases with Darwinian NetworksRepresenting Non-Relational Databases with Darwinian Networks
Representing Non-Relational Databases with Darwinian NetworksIJERA Editor
 
Database Management System For A Company
Database Management System For A CompanyDatabase Management System For A Company
Database Management System For A CompanyJessica Myers
 
Survey of Object Oriented Database
Survey of Object Oriented DatabaseSurvey of Object Oriented Database
Survey of Object Oriented DatabaseEditor IJMTER
 
Comparison of Relational Database and Object Oriented Database
Comparison of Relational Database and Object Oriented DatabaseComparison of Relational Database and Object Oriented Database
Comparison of Relational Database and Object Oriented DatabaseEditor IJMTER
 
Mc0077 – advanced database systems
Mc0077 – advanced database systemsMc0077 – advanced database systems
Mc0077 – advanced database systemsRabby Bhatt
 
1 Anatomy of a Database System Joseph M. Hellerstein and
1 Anatomy of a Database System Joseph M. Hellerstein and1 Anatomy of a Database System Joseph M. Hellerstein and
1 Anatomy of a Database System Joseph M. Hellerstein andVannaJoy20
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
A Comparative Study of NoSQL and Relational Database.pdf
A Comparative Study of NoSQL and Relational Database.pdfA Comparative Study of NoSQL and Relational Database.pdf
A Comparative Study of NoSQL and Relational Database.pdfJennifer Roman
 

Similar to Object-Relational Database Systems(ORDBMSs) (20)

jose rizal
jose rizaljose rizal
jose rizal
 
Database
DatabaseDatabase
Database
 
Ordbms
OrdbmsOrdbms
Ordbms
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )
 
Module-1.pptx63.pptx
Module-1.pptx63.pptxModule-1.pptx63.pptx
Module-1.pptx63.pptx
 
data base system to new data science lerne
data base system to new data science lernedata base system to new data science lerne
data base system to new data science lerne
 
A Comparative Study of RDBMs and OODBMs in Relation to Security of Data
A Comparative Study of RDBMs and OODBMs in Relation to Security of DataA Comparative Study of RDBMs and OODBMs in Relation to Security of Data
A Comparative Study of RDBMs and OODBMs in Relation to Security of Data
 
Report 1.0.docx
Report 1.0.docxReport 1.0.docx
Report 1.0.docx
 
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
 
Report 2.0.docx
Report 2.0.docxReport 2.0.docx
Report 2.0.docx
 
Representing Non-Relational Databases with Darwinian Networks
Representing Non-Relational Databases with Darwinian NetworksRepresenting Non-Relational Databases with Darwinian Networks
Representing Non-Relational Databases with Darwinian Networks
 
Database Management System For A Company
Database Management System For A CompanyDatabase Management System For A Company
Database Management System For A Company
 
Survey of Object Oriented Database
Survey of Object Oriented DatabaseSurvey of Object Oriented Database
Survey of Object Oriented Database
 
Comparison of Relational Database and Object Oriented Database
Comparison of Relational Database and Object Oriented DatabaseComparison of Relational Database and Object Oriented Database
Comparison of Relational Database and Object Oriented Database
 
Mc0077 – advanced database systems
Mc0077 – advanced database systemsMc0077 – advanced database systems
Mc0077 – advanced database systems
 
1 Anatomy of a Database System Joseph M. Hellerstein and
1 Anatomy of a Database System Joseph M. Hellerstein and1 Anatomy of a Database System Joseph M. Hellerstein and
1 Anatomy of a Database System Joseph M. Hellerstein and
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
A02620109
A02620109A02620109
A02620109
 
A02620109
A02620109A02620109
A02620109
 
A Comparative Study of NoSQL and Relational Database.pdf
A Comparative Study of NoSQL and Relational Database.pdfA Comparative Study of NoSQL and Relational Database.pdf
A Comparative Study of NoSQL and Relational Database.pdf
 

Recently uploaded

Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsArubSultan
 
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...Nguyen Thanh Tu Collection
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineCeline George
 
4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptxmary850239
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...DrVipulVKapoor
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfChristalin Nelson
 

Recently uploaded (20)

Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristics
 
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command Line
 
4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx
 
Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...
Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...
Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdf
 
Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,
 

Object-Relational Database Systems(ORDBMSs)

  • 2. 1 | P a g e Table of Contents Abstract......................................................................................................................2 1. Introduction............................................................................................................3 2. Overview of the Object Relational DBMSs .........................................................4 3. Tool available for ORDBMS.................................................................................6 3.1Main Proprietary Tools Available in the Market...............................................6 3.2 Main Open Source Tools Available in Market.................................................7 4. Main Features Available in ORDBMSs Tools ......................................................7 5. Advantages of having an ORDBMS......................................................................8 6. Disadvantages of having an ORDBMS .................................................................8 7. Conclusion .............................................................................................................9 8. References..............................................................................................................9
  • 3. 2 | P a g e Abstract Today object-relational database technology is going in direction to the future of data management. It supports both object oriented database model and relational database model. Object-relational DBMSs can successfully deal with very large data volumes with great complexity. At present the vendors of all the major DBMS products have supported object-relational database management systems, but still its industrial adoption rate is relatively low. Hence, this report focuses on do a short review about object-relational database. The report first reviews about the history of databases up to ORDMSs. Then it talks about the background about the object-relational databases. Furthermore, the report identifies object-relational databases features and available tools in the market. Finally, it talks about the strengths and weaknesses of the object-relational databases.
  • 4. 3 | P a g e 1. Introduction Today organizations are required to process and store increasing quantities of data never before. On the other hand now information has become the most valuable resource in any organization. Therefore currently it is requires more resources and modern technologies to deal with this large amount of complex data. Before the 1950s data were stored on paper as records which required a lot of man power and it was time consuming matter (Dharmarathna, n.p.). During the 1950s and early 1960s data were processed using magnetic tapes for storage which only had sequential access to those data. In the middle of the 1960s IBM team led by Rey Johnson invented the hard disk, which allowed direct access to data. Afterward with the availability of direct storage access the concept of the database began. In the early 1970s, a number of parallel research projects were conducted by IBM to deal with relational DBMS. The idea of this relational database is to use a table of fixed-length records, with each table used for a different type of entity. In the late 1980s, the RDBMS products were accepted to use for high-end online transactions processing as well by earlier technologies. At that time RDBMS technology became popular, because it was cheaper, faster, and easy to build simple information systems (Brown, 2001). RDBMS technology made it possible to develop information systems, which were economically desirable view despite it begin that are used for expensive (Quickbase.intuit.com,2014). Today the global market for RDBMS software, services, and applications that use relational databases exceeds $50 billion annually (Brown, 2001). In the late of the 1980s, RDBMS faced some problems due to increasing the complexity of organization data. RDBMS supports a limited set of built-in types that include only numbers and strings, but many database applications needed to include complex objects such as geographical locations, text and digital signal data. The second main problem was that it had some structural problems, because relational database tables were flat and did not provide good support for nested structures, such as arrays and sets. The third problem was that it did not support the object oriented techniques (Brown, 2001). The main advantages of using this OO techniques are reduce operational cost, improve system quality and to have high maintainability.
  • 5. 4 | P a g e Since the RDBMS was not pretty good for handling above mentioned common complex database problems, in the1990s object-oriented database (OODBMS) was introduced. It is an extension technique of object-oriented programming language in the persistent data field management. One of the main advantages of OODBMS technique is that it can easily integrate between OO languages and the DBMS. Therefore it supports most of the OO features available. In OODBMS also, because of lack of a standard data model, design errors and inconsistencies in data caused. And also it is much closer to the application design rather than database design. Because of some the drawbacks in OODMBSs, in middle 1990s initiate the object relational database which supported both object oriented database model and relational database (Brown, 2001). Today Object-relational DBMS is the modern trend in database technology. 2. Overview of the Object Relational DBMSs Among modern database technologies the object relational database management system (ORDBMS) is a new database technology which can successfully deal with very large data volumes with great complexity. According to the findings of the Stonebraker and Moore findings, database techniques can be groups into four main categories which are file systems, relational DBMS, Object Oriented DBMS and Object Relational DBMS. Based on these four categories Stonebraker and Moore developed their Database classification matrix. Figure 1 shows database classification matrix (Stonebraker, 2014). Figure 1: Database classification matrix Relational Database management Systems (RDBMS) Object Relational DBMS File Systems Object Oriented DBMS Query No Query Simple Data Complex Data
  • 6. 5 | P a g e This matrix is to point out the kinds of problems which are solved by each of four parts in the matrix and there is no one single DBMS that solves all the applications. Based on the identified problems and the requirements, a database designer needs to select a correct database management technique to their organization. According to this matrix ORDBMS has been the most suitable DBMS that processes complex data and complex queries. Today since most of the organizations need to deal with this large amount of complex data ORDBMS is the best solution to those requirements (Saurkar, 2012). But the industrial adoption rate to RODBMS is not very high (Wang, 2010). The main reason for that is the complexity results lose the simplicity and purity of the relational database model. Therefore it is difficult for applications developers who have traditional background in relational database to adopt emerging ORDB technology. ORDBMS is similar to a relational database, but also it has object oriented database models like objects, classes and inheritance etc. It also directly supports database schemas in the query language. Therefore, the user can easily reuse features in object-oriented technology as well as to map objects into relations and to maintain a consistent data structure in database. The gap between OODBMS and RDBMS is bridged by ORDBMS (Wang, 2011). ORDBMSs allow developers to implement new data types and functions like general-purpose languages such as Java and C. ORDBMSs have changed query-centric approach to data management. Therefore, data access in an ORDBMS is handled with declarative SQL statements. There is no procedural or object at a time or no navigational interface. ORDBMSs with the idea of a data language that fundamentally consists with declarative and therefore it can be a mismatch with the procedural OO host languages. This significantly affects the internal structure ORDBMS engine, and it produces implications for the developers to access the database interfaces. And the ORDBMS architecture is implemented as a central server program rather than distributed data architecture (Brown, 2001). At present all the major DBMS products vendors have supported object-relational database management systems to reflect the new SQL standards and it is already used by the industries.
  • 7. 6 | P a g e 3. Tool available for ORDBMS In order to win the challenges of complex data processing in the middle of the 1990s incorporate IBM, Oracle and Microsoft have moved object-oriented database features into their relational DBMSs under the name of object-relational DBMSs. Today there are many relational database tools available for both proprietary and open source categories. 3.1Main Proprietary Tools Available in the Market Tool Name Vendor Note DB2 IBM Initial release in 1983 and support object relational feather in recent years onward. Support cross platform OS. It supports user defined structured types and other object- oriented features. (Ibm.com, 2014) Microsoft SQL Microsoft Corporation Support only on Windows platform. Support most of object-oriented features. It uses .NET support objects. It also has freeware version also. (Msdn.microsoft.com, 2014) Oracle Databases Oracle Corporation It support user defined types to model real- world entities. In Oracle g11 support for Generalized Invocation. And support cross platform OS. (Oracle.com, 2014) Informix Have Alphanumeric data, Simple large objects, Smart large objects, Complex data types ,User-defined types, casts, aggregates., Type and table inheritance and many more functions. And support cross platform OS. (Ibm.com, 2014) Adaptive Sever Enterprise SAP Initial release in May 23, 1980. ASE is predominantly used on the Unix platform, But also support for Microsoft platform also. ASE has highest operational efficiency and throughput on a broad range of platforms (Sybase.com, 2014) Valentina Paradigma Software Has advanced object-relational data model as well as its highly optimized columnar data store. (Valentina-db.com, 2014) Cache Inter Systems Support multiple OS platforms such as Windows, Linux, Solaris and Mac OS. Also support most of object-oriented features. (Intersystems.com, 2014)
  • 8. 7 | P a g e 3.2 Main Open Source Tools Available in Market Tool Name Vendor Note PostgreSQl PostgreSQL Global Development Group Initial release in 1 May 1995. Today most of the popular companies use this for handle their business. It has most advanced object-relational features. And support cross platform OS. (Postgresql.org, 2014) CUBRID NHN Corporation It has a 3-tier architecture which allows scaling out system with a high flexibility. And it supports cross platform OS. (Cubrid.org, 2014) Zope Object database Zope Corporation It is a native object database for Python. It has most object-relational features. (Zodb.org, 2014) Giga Base Knizhnik It supports cross platform OS. It also uses PostgreSQL codebase. Also It has all main object- relational features. (Garret.ru, 2014) Greenpium database Greenplum division of EMC Corporation Today most of the popular companies use this for their handle business. Also It has all main object- relational features. (Gopivotal.com, 2014) 4. Main Features Available in ORDBMSs Tools When taking about the features about the ORDBMSs, it can store object data and methods in databases. And also most of the features available are common in all standard ORDBMSs. Some of the common functions in any slandered object relational database are (Wang, 2011). Object Types: user-defined data types (UDT) or abstract types (ADT) can be referred to as object types (Wang, 2011). Functions/Methods: For each object type, the user can define the methods for data access. Methods define the behavior data (Wang, 2011). Varray: The varray is a collection type that allows the user to embed homogenous data into an array to form an object in a pre-defined array data type (Wang, 2011). Nested table: A nested table is a collection type that can be stored within another table. In a nested table, a collection of multiple columns from one table can be placed into a single column in another table (Wang, 2011).
  • 9. 8 | P a g e Inheritance: With Object type inheritance, users can build subtypes in hierarchies of database types in ORDBs (Wang, 2011). Object View: Object view allows users to develop object structures in existing relational tables. It allows data to be accessed or viewed in an object-oriented way even if the data are really stored in a traditional relational format (Wang, 2011). 5. Advantages of having an ORDBMS The main advantage of the object relational database is its reusability and sharing. Reusability helps to extend the DBMS server to manage standard functionality centrally, rather than have it coded in each application. This will help to reduce the time and the cost in database designing stage. Secondly it helps to increase the flexibility and functionality. Flexibility is probably more valuable than performance over the long run. Another main advantage of these object relational databases is high maintainable, because of the object oriented structure can easily maintain database design rather than traditional relational database model (Brown, 2001). On the other hand it is extensible easily and far more reliable than traditional systems (Ecomputernotes.com, 2014). Also it can work with complex data types based on the real world modeling. Therefore it can be used with advance database applications with great complex data. Finally it will enhance the system overall performances. 6. Disadvantages of having an ORDBMS When talking about the disadvantages of the object relational data bases, it is more complex than traditional relational databases. Therefore, it associates with costs. ORDBMS venders always try to portray object models as extensions to the relational model with some additional complexities. This potentiality misses the point of object orientation, highlighting the large semantic gap between these two technologies. Object applications are simply not as data-centric as relational- based ones (Dba-oracle.com, 2014). It has been on the market for several years, but the systems written with object-oriented languages are less than 1% today. Therefore it is difficult to find qualified database professionals (Dba-oracle.com, 2014).
  • 10. 9 | P a g e 7. Conclusion This report mainly focused to review the basic idea about object relational databases. The report first reviewed that before 1950s data was stored as paper records and today it evaluated up to object relational databases. At present all the major DBMS products vendors have supported object-relational database management systems to reflect the new SQL standards. Also it can successfully deal with very large data volumes with great complexity. The main advantage of the object relational database is its reusability and sharing. Maintainability, flexibility and functionality also another main advantages of the object relational databases. 8. References Brown, P. 2001. Object-relational database development. Upper Saddle River, NJ: Prentice Hall. Cubrid.org. 2014. CUBRID Key Features. [online] Available at: http://www.cubrid.org/key_features [Accessed: 12 Mar 2014]. Dba-oracle.com. 2014. Advantages and Disadvantages of Object-Oriented Approach. [online] Available at: http://www.dba-oracle.com/t_object_oriented_approach.htm [Accessed: 12 Mar 2014]. Dba-oracle.com. 2014. Advantages and Disadvantages of Object-Oriented Approach. [online] Available at: http://www.dba-oracle.com/t_object_oriented_approach.htm [Accessed: 12 Mar 2014]. Dharmarathna, K. n.p. [online] Available at: http://courses.dbnet.ntua.gr/fsr/5706/history_dbms_long-3.pdf. [Accessed: 12 Mar 2014]. Ecomputernotes.com. 2014. What is Object-Relational Database Systems? Advantages and Disadvantages of ORDBMSS.. [online] Available at: http://ecomputernotes.com/database- system/adv-database/object-relational-database-systems [Accessed: 12 Mar 2014]. Garret.ru. 2014. Object-Relational Database Management System. [online] Available at: http://www.garret.ru/gigabase.html [Accessed: 12 Mar 2014]. Gopivotal.com. 2014. Big Data | Pivotal Greenplum Database | Pivotal. [online] Available at: http://www.gopivotal.com/big-data/pivotal-greenplum-database [Accessed: 12 Mar 2014]. Ibm.com. 2014. IBM developerWorks : Information Management. [online] Available at: http://www.ibm.com/developerworks/data/ [Accessed: 12 Mar 2014].
  • 11. 10 | P a g e Intersystems.com. 2014. Caché | High Performance Object Database | InterSystems. [online] Available at: http://www.intersystems.com/our-products/cache/cache-overview/ [Accessed: 12 Mar 2014]. Msdn.microsoft.com. 2014. Extending the Object-Relational Mapping. [online] Available at: http://msdn.microsoft.com/en-us/library/office/ee538669%28v=office.14%29.aspx [Accessed: 12 Mar 2014]. oracle.com. 2013. [online] Available at: http://docs.oracle.com/cd/B28359_01/appdev.111/b28371/ [Accessed: 10 Mar 2014]. Postgresql.org. 2014. PostgreSQL: About. [online] Available at: http://www.postgresql.org/about/ [Accessed: 12 Mar 2014]. Quickbase.intuit.com. 2014. A Timeline of Database History | Intuit QuickBase. [online] Available at: http://quickbase.intuit.com/articles/timeline-of-database-history [Accessed: 12 Mar 2014]. Saurkar, A. 2012. [online] Available at: http://ijcsn.org/IJCSN-2012/1-3/IJCSN-2012-1-3-45.pdf [Accessed: 12 Mar 2014]. Stonebraker, M. 2014. Object-Relational DBMS. [online] Available at: http://db.cs.berkeley.edu/papers/Informix/www.informix.com/informix/corpinfo/zines/whitpprs/i lluswp/wave.htm [Accessed: 12 Mar 2014]. Sybase.com. 2014. Adaptive Server Enterprise Relational Database Management System (RDBMS) Software Solution - Sybase Inc. [online] Available at: http://www.sybase.com/products/databasemanagement/adaptiveserverenterprise [Accessed: 12 Mar 2014]. Valentina-db.com. 2014. Valentina Database & Report Server. [online] Available at: https://www.valentina-db.com/en/valentina-server-overview [Accessed: 12 Mar 2014]. Wang, M. 2011. Solving Relational Database Problems with ORDBMS in an Advanced Database Course. 9 (4), Available at: http://isedj.org/2011-9/N4/ISEDJv9n4p80.html [Accessed: 12 Mar 2014]. Wang, M. 2010. USING OBJECT-RELATIONAL DATABASE TECHNOLOGY TO SOLVE PROBLEMS IN DATABASE DEVELOPMENT. 1 Available at: http://iacis.org/iis/2010/90- 99_LV2010_1543.pdf [Accessed: 12 Mar 2014]. Zodb.org. 2014. ZODB - a native object database for Python — ZODB 3.10.3 documentation. [online] Available at: http://www.zodb.org/en/latest/ [Accessed: 12 Mar 2014].