SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
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].

Contenu connexe

Tendances

Implementation Issue with ORDBMS
Implementation Issue with ORDBMSImplementation Issue with ORDBMS
Implementation Issue with ORDBMSSandeep Poudel
 
What is difference between dbms and rdbms
What is difference between dbms and rdbmsWhat is difference between dbms and rdbms
What is difference between dbms and rdbmsAfrasiyab Haider
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management systemPooja Dixit
 
Object relational and extended relational databases
Object relational and extended relational databasesObject relational and extended relational databases
Object relational and extended relational databasesSuhad Jihad
 
Data warehouse,data mining & Big Data
Data warehouse,data mining & Big DataData warehouse,data mining & Big Data
Data warehouse,data mining & Big DataRavinder Kamboj
 
14. Query Optimization in DBMS
14. Query Optimization in DBMS14. Query Optimization in DBMS
14. Query Optimization in DBMSkoolkampus
 
Fundamentals of Database ppt ch01
Fundamentals of Database ppt ch01Fundamentals of Database ppt ch01
Fundamentals of Database ppt ch01Jotham Gadot
 
Data base management system and Architecture ppt.
Data base management system and Architecture ppt.Data base management system and Architecture ppt.
Data base management system and Architecture ppt.AnkitAbhilashSwain
 
Object Oriented Database Management System
Object Oriented Database Management SystemObject Oriented Database Management System
Object Oriented Database Management SystemAjay Jha
 
Query processing and Query Optimization
Query processing and Query OptimizationQuery processing and Query Optimization
Query processing and Query OptimizationNiraj Gandha
 
Query optimization in SQL
Query optimization in SQLQuery optimization in SQL
Query optimization in SQLAbdul Rehman
 
Data Modeling Basics
Data Modeling BasicsData Modeling Basics
Data Modeling Basicsrenuindia
 

Tendances (20)

Implementation Issue with ORDBMS
Implementation Issue with ORDBMSImplementation Issue with ORDBMS
Implementation Issue with ORDBMS
 
What is difference between dbms and rdbms
What is difference between dbms and rdbmsWhat is difference between dbms and rdbms
What is difference between dbms and rdbms
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management system
 
Object relational and extended relational databases
Object relational and extended relational databasesObject relational and extended relational databases
Object relational and extended relational databases
 
Data warehouse,data mining & Big Data
Data warehouse,data mining & Big DataData warehouse,data mining & Big Data
Data warehouse,data mining & Big Data
 
ORDBMS
ORDBMSORDBMS
ORDBMS
 
Ordbms
OrdbmsOrdbms
Ordbms
 
14. Query Optimization in DBMS
14. Query Optimization in DBMS14. Query Optimization in DBMS
14. Query Optimization in DBMS
 
Fundamentals of Database ppt ch01
Fundamentals of Database ppt ch01Fundamentals of Database ppt ch01
Fundamentals of Database ppt ch01
 
Data base management system and Architecture ppt.
Data base management system and Architecture ppt.Data base management system and Architecture ppt.
Data base management system and Architecture ppt.
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Object Oriented Database Management System
Object Oriented Database Management SystemObject Oriented Database Management System
Object Oriented Database Management System
 
Query processing and Query Optimization
Query processing and Query OptimizationQuery processing and Query Optimization
Query processing and Query Optimization
 
Query optimization in SQL
Query optimization in SQLQuery optimization in SQL
Query optimization in SQL
 
Data partitioning
Data partitioningData partitioning
Data partitioning
 
Database Chapter 2
Database Chapter 2Database Chapter 2
Database Chapter 2
 
Data mart
Data martData mart
Data mart
 
ORDBMS.pptx
ORDBMS.pptxORDBMS.pptx
ORDBMS.pptx
 
Data Modeling Basics
Data Modeling BasicsData Modeling Basics
Data Modeling Basics
 
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS ArchitectureDistributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
 

Similaire à 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
 
NOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data ManagementNOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data Managementijtsrd
 

Similaire à Object-Relational Database Systems(ORDBMSs) (20)

jose rizal
jose rizaljose rizal
jose rizal
 
Database
DatabaseDatabase
Database
 
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
 
A02620109
A02620109A02620109
A02620109
 
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
 
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
 
NOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data ManagementNOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data Management
 

Dernier

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Dernier (20)

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

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].