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

Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
emailharmeet
 
Relational algebra in dbms
Relational algebra in dbmsRelational algebra in dbms
Relational algebra in dbms
shekhar1991
 

What's hot (20)

Dbms ppt
Dbms pptDbms ppt
Dbms ppt
 
PPL, OQL & oodbms
PPL, OQL & oodbmsPPL, OQL & oodbms
PPL, OQL & oodbms
 
DDBMS
DDBMSDDBMS
DDBMS
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management system
 
Database management system
Database management system Database management system
Database management system
 
DBMS languages/ Types of SQL Commands
DBMS languages/ Types of SQL CommandsDBMS languages/ Types of SQL Commands
DBMS languages/ Types of SQL Commands
 
Types dbms
Types dbmsTypes dbms
Types dbms
 
Data independence
Data independenceData independence
Data independence
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Unit 01 dbms
Unit 01 dbmsUnit 01 dbms
Unit 01 dbms
 
Distributed database management system
Distributed database management systemDistributed database management system
Distributed database management system
 
Chapter 2 Relational Data Model-part1
Chapter 2 Relational Data Model-part1Chapter 2 Relational Data Model-part1
Chapter 2 Relational Data Model-part1
 
Object oriented database concepts
Object oriented database conceptsObject oriented database concepts
Object oriented database concepts
 
Type constructor
Type constructorType constructor
Type constructor
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
 
Relational algebra in dbms
Relational algebra in dbmsRelational algebra in dbms
Relational algebra in dbms
 
Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
 
Advantages and disadvantages of DBMS
Advantages and disadvantages of DBMSAdvantages and disadvantages of DBMS
Advantages and disadvantages of DBMS
 
Implementation Issue with ORDBMS
Implementation Issue with ORDBMSImplementation Issue with ORDBMS
Implementation Issue with ORDBMS
 
Rdbms
RdbmsRdbms
Rdbms
 

Similar to Object-Relational Database Systems(ORDBMSs)

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
tarunprajapati0t
 
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
 
Database Management System For A Company
Database Management System For A CompanyDatabase Management System For A Company
Database Management System For A Company
Jessica Myers
 
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
VannaJoy20
 

Similar to 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
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 

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