SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 112
REENGINEERING OF RELATIONAL DATABASES TO OBJECT-
ORIENTED DATABASE
Vinay Goyal1
, Amit Jain2
1
Director, Haryana Institute of Technology, Bahadurgarh (Haryana), INDIA
2
Research Scholar (CS), Teerthanker Mahaveer University, Moradabad (UP), INDIA
Abstract
Several information systems use relational database systems for effective dealing, storage, and accessing large measures of data. On
the contrary, object-oriented programming has earned wide acceptance in the programming community as a epitome for developing
typical applications that are easy to expand and uphold. This paper deal with development of an unified environment which relates a
relational schema to an object-oriented schema without the requirement to manipulate the existing relational schema and providing a
scenario for transferring data from relational database to object- oriented database.
Keywords: Schema Mapping, RDBMS, OODBMS, Reengineering
---------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
A relational database management system (RDBMS) is a term
used to describe an entire suite of programs for both managing
a relational database and communicating with that relational
database engine. Sometimes Software Development Kit
(SDK) front-end tools and complete management kits are
included with relational database packages.
On the other hand, object-oriented programming (OOP) drove
the creation of C++, it is necessary to understand its
foundational principles. OOP is a powerful way to approach
the job of programming. Programming methodologies have
changed dramatically since the invention of the computer,
primarily to accommodate the increasing complexity of
programs.
Programmers typically apply object-oriented applications with
object-oriented programming languages such as C# as well as
Java. These applications use a architecture made up of object,
classes and relationships between those object & classes. Each
object has a set of features. The significance of an attribute
could be a new object itself, thus augmenting to complex
objects.
The key trouble ascends when the data analogous to such
objects are determined in a relational database. The difficulty
is due to mismatch amongst relations and objects. At first, a
elucidation for this problem may seem to be to use an
ODBMS instead of RDBMS. If an ODBMS is handling the
determined data, the objects do not lose their structure after
the application stores them in the object database. Moving to
an ODBMS might mean throwing away all of the old
(“legacy") data and applications.
Several users of databases will not assume such a explanation.
Some will desire to execute their existing applications on
existing databases and have access to the similar data from
object-oriented programs, too. Thus, we need distinct
procedure to transform the data that is inherent in a relational
database to a design that is proper for access and handling by
object-oriented applications.
2. EXISTING SCENARIO
The issue of migrating data is existent in virtually each
application development process, such as data warehousing
and application incorporation. The process of migrating data
includes the mapping amongst the structures of the source and
target databases as well as the movement of the data from the
source to the target [3].
The ISSUE is how to efficiently migrate current RDBs, as a
source, into OODB/ORDB/XML, as targets, and what is the
finest way to improve and sustain RDBs’ semantics and
restraints in order to meet the features of the three targets?
Present effort does not seem to offer a comprehensive solution
for more than one target database. We hold this problem by
suggesting a solution for migrating an RDB into the three
targets established on existing ideals [4].
One common methodology to migrate to object technology is
to split the progression into two phases, where the first one
transforms the relational into an object-oriented schema and
the second one migrates the data into the object-oriented
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 113
database system [5]. The objective of re-engineering is to
instinctively reprocess past expansion efforts particular to
relational databases (RDBs) in order to moderate maintenance
overhead and expand software flexibility [4].
There exists a technique for transforming query optimization
developed for relational databases into object databases. This
technique for ODMG database schemas defined in ODL and
object queries expressed in OQL is represented using a logical
representation [7].
3. ANALYSIS OF PROBLEM
Moving to an ODBMS might mean throwing away all of the
old (“legacy") data and applications. Several users of
databases will not consent such a elucidation. There is a desire
to run their prevailing databases and have access to the similar
data from object-oriented program. Thus we require to execute
a system that provides an acceptance of a given conventional
database by captivating these features as input and yields the
agreeing object-oriented database as output. Finally, we
handle the migration of data from the conventional database to
the constructed object -oriented database.
The main goals of suggested effort are as follows:
1. Analyzing the computerization of the relational to Object-
Oriented schema mapping process.
2. Illustrating an mutual procedure for mapping an prevailing
relational schema to an object -oriented schema.
3. To make an interactive system to validate proposed work.
4. SCHEMA DESIGN
The design encompasses of two chief constituents needed for
accomplishing our objective. The first constituent relates to
mapping the relational schema to an object-oriented schema.
The second constituent relates to the mapping amongst the
relational data in addition to objects.
Fig 1 System Architecture
4.1 Schema Mapping
The static schema mapping process is a two-phase process. In
the initial phase, the relational schema is accustomed and
transmuted into alternate virtual relational schema that has
particular properties.
In the subsequent phase, object-oriented structures are mined
from the virtual relational schema.
Fig 2 Two Phases of Static Schema Mapping
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 114
4.1.1 Phase I: Correcting the Relational Schema
There are four characteristics that are taken into account
during phase one. They are as follows:
Step 1: {Exclude 2NF relations and substitute them with
novel 3NF virtual relations.
Step 2: Create virtual subclass relations for widow super class
relations.
Step 3: Create virtual superclass relations for orphan subclass
relations.
Step 4: Exclude multi-valued attributes and substitute them
with novel 3NF virtual relations.
4.1.2 Phase II: Generation of the Object Schema
At the end of phase one of the schema mapping process, the
relational schema has been accustomed to a find out, which
schema mapping guidelines can be applied consistently.
Step1. Recognizing Object Classes:
Those relations that relate to object- classes must be
recognized.
Step2. Recognizing Relationship:
There are three kinds of associations that can be characterized
in an object model. They are associations, generalizations-
specializations, and aggregations. Recognizing every
constructs establishes a stage in the mapping process.
Recognizing Associations:
Since the object model permits associations to be
modeled as classes, we must either form a simple
association between two object classes or categorize
relationships where the associations are displayed as
classes.
Recognizing Inheritance:
Inheritance structures capture the generalization and
specialization associations between object classes that
have been recognized so far.
Recognizing Aggregation:
The aggregation association models the configuration
of one object with other objects. The dissimilarity
amongst aggregation and association is that the earlier
one encompasses existence dependence of the sub-
object on the whole object. For example, a door object,
which is a part-of" of a car object, cannot exist if the car
object does not exist. On the other hand, the enrollment
of a student in a course is an association rather than an
aggregation because the student and course objects can
exist independent of each other.
Step 3: Forming Cardinalities
Creating the cardinalities of associations is significant
in order to expedite the execution of the object schema
in a specified programming language (e.g., C#). The
diverse probable cardinalities are one-one, one-many,
and many-many.
CONCLUSIONS
Thus there exist an architecture having two phases in the data
mapping process; one mapping procedure postulates the data
mapping between the original relational schema and the
accustomed relational schema. The second mapping process
postulates the data mapping between the accustomed relational
schema and the object schema. The data mapping measures
have been stated using relational algebra for each new
simulated relation that is formed during phase one of the static
schema mapping.
REFERENCES
[1]. Ramanathan, C. Providing object-oriented access to a
relational database. In Proceedings of the 32nd ACM annual
southeast conference held in Tuscaloosa, Alabama, March,
1994.
[2]. Andersson M. Extracting an entity-relationship schema
from a relational database through reverse engineering. In
Proceedings of the 13th international conference on entity
relationship approach held in Manchester, UK, December,
1991
[3]. Elton Manoku, Guido Bakema, A fact approach on Data
Migration published in Academy of Communication and
Information Technology HAN University of Applied
Sciences, The Netherlands In June 2006
[4]. Abdelsalam Maatuk, Akhtar Ali, and Nick Rossiter , A
Framework for Relational Database Migration published in
School of Computing, Engineering & Information Sciences
Northumbria University, Newcastle upon Tyne, UK in 2001
[5]. Andreas Behm, Andreas Geppert, Klaus R. Dittrich2 ,On
the migration of relational schemas and data to object-oriented
database published in Proceedings of the 5th International
Conference on Re-Technologies in Information Systems,
Klagenfurt, Austria, December 1997
[6]. William J Premerlani, Michael R Blaha, An Approach for
Reverse Engineering of Relational Databases published in
May 1994 Communications of the ACM
[7]. Chia-Tien Dan Lo, Morris Chang, Ophir Frieder and
David Grossman, The Object Behavior of Java Object-
Oriented Database Management Systems published in the
Proceedings of the International Conference on Information
Technology: Coding and Computing (ITCC.02) IEEE 2002
[8]. John Grant, Jarek Gryz, Jack Minker, and Louiqa Raschid,
Logic-Based Query Optimization for Object Databases
published in IEEE Transactions on knowledge and data
engineering, vol. 12, no. 4, July/August 2000.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 115
BIOGRAPHIES:
Dr. Vinay Goyal, Internationally recognized
expert in Software Engineering and
Academician and has more than 15 years
experience, published numerous papers in this
field. His current research interests include
Soft computing Techniques, Data Compression, Software Re-
Engineering and Mathematical Modeling. He is presently,
designated as Director, Haryana Institute of Technology,
Bahadurgarh (Haryana) India. He has two books in his credit.
Amit Jain is a Doctoral Researcher at
Department of Computer Application at
Teerthanker Mahaveer University, Moradabad
(Uttar Pradesh) India. He has around 11 years
of teaching experience. He is currently
working on Legacy Systems, Re-Engineering, Software
Evolution and Software Migration. His research interest
includes Service-oriented architecture, Service-oriented
computing.

Mais conteúdo relacionado

Mais procurados

GCUBE INDEXING
GCUBE INDEXINGGCUBE INDEXING
GCUBE INDEXINGIJDKP
 
A unified approach for spatial data query
A unified approach for spatial data queryA unified approach for spatial data query
A unified approach for spatial data queryIJDKP
 
Information Retrieval based on Cluster Analysis Approach
Information Retrieval based on Cluster Analysis ApproachInformation Retrieval based on Cluster Analysis Approach
Information Retrieval based on Cluster Analysis ApproachAIRCC Publishing Corporation
 
Cross Domain Data Fusion
Cross Domain Data FusionCross Domain Data Fusion
Cross Domain Data FusionIRJET Journal
 
Formal Models for Context Aware Computing
Formal Models for Context Aware ComputingFormal Models for Context Aware Computing
Formal Models for Context Aware ComputingEditor IJCATR
 
Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...
Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...
Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...ijtsrd
 
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...IJDKP
 
Anomalous symmetry succession for seek out
Anomalous symmetry succession for seek outAnomalous symmetry succession for seek out
Anomalous symmetry succession for seek outiaemedu
 
Performance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User ProfilingPerformance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User Profilingijdmtaiir
 
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKSMULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKSijcses
 
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREPATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREijseajournal
 
IRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of ClusteringIRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of ClusteringIRJET Journal
 
EMR: A Scalable Graph-based Ranking Model for Content-based Image Retrieval
EMR: A Scalable Graph-based Ranking Model for Content-based Image RetrievalEMR: A Scalable Graph-based Ranking Model for Content-based Image Retrieval
EMR: A Scalable Graph-based Ranking Model for Content-based Image Retrieval1crore projects
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique ofIJDKP
 
IRJET- Study and Evaluation of Classification Algorithms in Data Mining
IRJET- Study and Evaluation of Classification Algorithms in Data MiningIRJET- Study and Evaluation of Classification Algorithms in Data Mining
IRJET- Study and Evaluation of Classification Algorithms in Data MiningIRJET Journal
 
MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...
MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...
MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...acijjournal
 
Efficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data ProcessingEfficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data ProcessingIRJET Journal
 

Mais procurados (19)

GCUBE INDEXING
GCUBE INDEXINGGCUBE INDEXING
GCUBE INDEXING
 
A unified approach for spatial data query
A unified approach for spatial data queryA unified approach for spatial data query
A unified approach for spatial data query
 
Information Retrieval based on Cluster Analysis Approach
Information Retrieval based on Cluster Analysis ApproachInformation Retrieval based on Cluster Analysis Approach
Information Retrieval based on Cluster Analysis Approach
 
Cross Domain Data Fusion
Cross Domain Data FusionCross Domain Data Fusion
Cross Domain Data Fusion
 
Formal Models for Context Aware Computing
Formal Models for Context Aware ComputingFormal Models for Context Aware Computing
Formal Models for Context Aware Computing
 
Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...
Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...
Artificial Bee Colony Based Multiview Clustering ABC MVC for Graph Structure ...
 
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
 
Anomalous symmetry succession for seek out
Anomalous symmetry succession for seek outAnomalous symmetry succession for seek out
Anomalous symmetry succession for seek out
 
F046063538
F046063538F046063538
F046063538
 
Performance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User ProfilingPerformance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User Profiling
 
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKSMULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
MULTIDIMENSIONAL ANALYSIS FOR QOS IN WIRELESS SENSOR NETWORKS
 
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREPATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
 
IRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of ClusteringIRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of Clustering
 
EMR: A Scalable Graph-based Ranking Model for Content-based Image Retrieval
EMR: A Scalable Graph-based Ranking Model for Content-based Image RetrievalEMR: A Scalable Graph-based Ranking Model for Content-based Image Retrieval
EMR: A Scalable Graph-based Ranking Model for Content-based Image Retrieval
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique of
 
IRJET- Study and Evaluation of Classification Algorithms in Data Mining
IRJET- Study and Evaluation of Classification Algorithms in Data MiningIRJET- Study and Evaluation of Classification Algorithms in Data Mining
IRJET- Study and Evaluation of Classification Algorithms in Data Mining
 
F0433439
F0433439F0433439
F0433439
 
MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...
MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...
MAP/REDUCE DESIGN AND IMPLEMENTATION OF APRIORIALGORITHM FOR HANDLING VOLUMIN...
 
Efficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data ProcessingEfficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data Processing
 

Destaque

Authentication framework using visual cryptography
Authentication framework using visual cryptographyAuthentication framework using visual cryptography
Authentication framework using visual cryptographyeSAT Publishing House
 
Influence of process parameters on depth of
Influence of process parameters on depth ofInfluence of process parameters on depth of
Influence of process parameters on depth ofeSAT Publishing House
 
Emc model for modern power electronic systems for
Emc model for modern power electronic systems forEmc model for modern power electronic systems for
Emc model for modern power electronic systems foreSAT Publishing House
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aeSAT Publishing House
 
To analyses the effects of turning parameters on
To analyses the effects of turning parameters onTo analyses the effects of turning parameters on
To analyses the effects of turning parameters oneSAT Publishing House
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomeSAT Publishing House
 
Limnological studies related to physico chemical
Limnological studies related to physico chemicalLimnological studies related to physico chemical
Limnological studies related to physico chemicaleSAT Publishing House
 
Managing over allocation of resource in steel
Managing over allocation of resource in steelManaging over allocation of resource in steel
Managing over allocation of resource in steeleSAT Publishing House
 
Evaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for fileEvaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for fileeSAT Publishing House
 
Efficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandEfficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandeSAT Publishing House
 
A multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing cellA multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing celleSAT Publishing House
 
Analysis of river flow data to develop stage discharge relationship
Analysis of river flow data to develop stage discharge relationshipAnalysis of river flow data to develop stage discharge relationship
Analysis of river flow data to develop stage discharge relationshipeSAT Publishing House
 
Improvement of energy absorption of thin walled
Improvement of energy absorption of thin walledImprovement of energy absorption of thin walled
Improvement of energy absorption of thin walledeSAT Publishing House
 
Feasibility study of mtbe physical adsorption from polluted water on gac, pac...
Feasibility study of mtbe physical adsorption from polluted water on gac, pac...Feasibility study of mtbe physical adsorption from polluted water on gac, pac...
Feasibility study of mtbe physical adsorption from polluted water on gac, pac...eSAT Publishing House
 
Effect of aggregate size and silica fume on the workability of geoploymer con...
Effect of aggregate size and silica fume on the workability of geoploymer con...Effect of aggregate size and silica fume on the workability of geoploymer con...
Effect of aggregate size and silica fume on the workability of geoploymer con...eSAT Publishing House
 
Ensuring distributed accountability for data sharing in the cloud
Ensuring distributed accountability for data sharing in the cloudEnsuring distributed accountability for data sharing in the cloud
Ensuring distributed accountability for data sharing in the cloudeSAT Publishing House
 
Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...
Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...
Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...eSAT Publishing House
 

Destaque (20)

Authentication framework using visual cryptography
Authentication framework using visual cryptographyAuthentication framework using visual cryptography
Authentication framework using visual cryptography
 
Influence of process parameters on depth of
Influence of process parameters on depth ofInfluence of process parameters on depth of
Influence of process parameters on depth of
 
Emc model for modern power electronic systems for
Emc model for modern power electronic systems forEmc model for modern power electronic systems for
Emc model for modern power electronic systems for
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in a
 
To analyses the effects of turning parameters on
To analyses the effects of turning parameters onTo analyses the effects of turning parameters on
To analyses the effects of turning parameters on
 
Overview of energy grid in india
Overview of energy grid in indiaOverview of energy grid in india
Overview of energy grid in india
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedom
 
Limnological studies related to physico chemical
Limnological studies related to physico chemicalLimnological studies related to physico chemical
Limnological studies related to physico chemical
 
Managing over allocation of resource in steel
Managing over allocation of resource in steelManaging over allocation of resource in steel
Managing over allocation of resource in steel
 
Evaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for fileEvaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for file
 
Efficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandEfficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of baseband
 
A multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing cellA multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing cell
 
Analysis of river flow data to develop stage discharge relationship
Analysis of river flow data to develop stage discharge relationshipAnalysis of river flow data to develop stage discharge relationship
Analysis of river flow data to develop stage discharge relationship
 
Improvement of energy absorption of thin walled
Improvement of energy absorption of thin walledImprovement of energy absorption of thin walled
Improvement of energy absorption of thin walled
 
Feasibility study of mtbe physical adsorption from polluted water on gac, pac...
Feasibility study of mtbe physical adsorption from polluted water on gac, pac...Feasibility study of mtbe physical adsorption from polluted water on gac, pac...
Feasibility study of mtbe physical adsorption from polluted water on gac, pac...
 
Ecosystème3
Ecosystème3Ecosystème3
Ecosystème3
 
Effect of aggregate size and silica fume on the workability of geoploymer con...
Effect of aggregate size and silica fume on the workability of geoploymer con...Effect of aggregate size and silica fume on the workability of geoploymer con...
Effect of aggregate size and silica fume on the workability of geoploymer con...
 
Ensuring distributed accountability for data sharing in the cloud
Ensuring distributed accountability for data sharing in the cloudEnsuring distributed accountability for data sharing in the cloud
Ensuring distributed accountability for data sharing in the cloud
 
Les differents règnes
Les differents règnesLes differents règnes
Les differents règnes
 
Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...
Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...
Waste product ‘bagasse ash’ from sugar industry can be used as stabilizing ma...
 

Semelhante a Reengineering of relational databases to objectoriented

Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...
AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...
AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...IRJET Journal
 
Retrieval of textual and non textual information in
Retrieval of textual and non textual information inRetrieval of textual and non textual information in
Retrieval of textual and non textual information ineSAT Publishing House
 
A Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving EnvironmentA Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving EnvironmentSheila Sinclair
 
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET Journal
 
Data migration system in heterogeneous database
Data migration system in heterogeneous databaseData migration system in heterogeneous database
Data migration system in heterogeneous databaseeSAT Publishing House
 
Data migration system in heterogeneous database
Data migration system in heterogeneous databaseData migration system in heterogeneous database
Data migration system in heterogeneous databaseeSAT Journals
 
Implementation of p pic algorithm in map reduce to handle big data
Implementation of p pic algorithm in map reduce to handle big dataImplementation of p pic algorithm in map reduce to handle big data
Implementation of p pic algorithm in map reduce to handle big dataeSAT Publishing House
 
Data warehouse design
Data warehouse designData warehouse design
Data warehouse designines beltaief
 
A Methodology To Manage Victim Components Using Cbo Measure
A Methodology To Manage Victim Components Using Cbo MeasureA Methodology To Manage Victim Components Using Cbo Measure
A Methodology To Manage Victim Components Using Cbo Measureijseajournal
 
Anonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloudAnonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloudeSAT Journals
 
data design and component design.pptx
data design and component design.pptxdata design and component design.pptx
data design and component design.pptxubaidullah75790
 
IRJET- Foster Hashtag from Image and Text
IRJET-  	  Foster Hashtag from Image and TextIRJET-  	  Foster Hashtag from Image and Text
IRJET- Foster Hashtag from Image and TextIRJET Journal
 
A New Multi-Dimensional Hyperbolic Structure for Cloud Service Indexing
A New Multi-Dimensional Hyperbolic Structure for Cloud Service IndexingA New Multi-Dimensional Hyperbolic Structure for Cloud Service Indexing
A New Multi-Dimensional Hyperbolic Structure for Cloud Service Indexingijdms
 
No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...eSAT Publishing House
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxLaticiaGrissomzz
 
CoDe Modeling of Graph Composition for Data Warehouse Report Visualization
CoDe Modeling of Graph Composition for Data Warehouse Report VisualizationCoDe Modeling of Graph Composition for Data Warehouse Report Visualization
CoDe Modeling of Graph Composition for Data Warehouse Report VisualizationKaashivInfoTech Company
 

Semelhante a Reengineering of relational databases to objectoriented (20)

Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...
AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...
AUTOMATIC TRANSFER OF DATA USING SERVICE-ORIENTED ARCHITECTURE TO NoSQL DATAB...
 
Retrieval of textual and non textual information in
Retrieval of textual and non textual information inRetrieval of textual and non textual information in
Retrieval of textual and non textual information in
 
A Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving EnvironmentA Reconfigurable Component-Based Problem Solving Environment
A Reconfigurable Component-Based Problem Solving Environment
 
Data Warehouse Designing: Dimensional Modelling and E-R Modelling
Data Warehouse Designing: Dimensional Modelling and E-R ModellingData Warehouse Designing: Dimensional Modelling and E-R Modelling
Data Warehouse Designing: Dimensional Modelling and E-R Modelling
 
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
 
Data migration system in heterogeneous database
Data migration system in heterogeneous databaseData migration system in heterogeneous database
Data migration system in heterogeneous database
 
Data migration system in heterogeneous database
Data migration system in heterogeneous databaseData migration system in heterogeneous database
Data migration system in heterogeneous database
 
gn-160406200425 (1).pdf
gn-160406200425 (1).pdfgn-160406200425 (1).pdf
gn-160406200425 (1).pdf
 
Implementation of p pic algorithm in map reduce to handle big data
Implementation of p pic algorithm in map reduce to handle big dataImplementation of p pic algorithm in map reduce to handle big data
Implementation of p pic algorithm in map reduce to handle big data
 
Data warehouse design
Data warehouse designData warehouse design
Data warehouse design
 
A Methodology To Manage Victim Components Using Cbo Measure
A Methodology To Manage Victim Components Using Cbo MeasureA Methodology To Manage Victim Components Using Cbo Measure
A Methodology To Manage Victim Components Using Cbo Measure
 
Anonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloudAnonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloud
 
data design and component design.pptx
data design and component design.pptxdata design and component design.pptx
data design and component design.pptx
 
IRJET- Foster Hashtag from Image and Text
IRJET-  	  Foster Hashtag from Image and TextIRJET-  	  Foster Hashtag from Image and Text
IRJET- Foster Hashtag from Image and Text
 
A New Multi-Dimensional Hyperbolic Structure for Cloud Service Indexing
A New Multi-Dimensional Hyperbolic Structure for Cloud Service IndexingA New Multi-Dimensional Hyperbolic Structure for Cloud Service Indexing
A New Multi-Dimensional Hyperbolic Structure for Cloud Service Indexing
 
No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
 
CoDe Modeling of Graph Composition for Data Warehouse Report Visualization
CoDe Modeling of Graph Composition for Data Warehouse Report VisualizationCoDe Modeling of Graph Composition for Data Warehouse Report Visualization
CoDe Modeling of Graph Composition for Data Warehouse Report Visualization
 
A02620109
A02620109A02620109
A02620109
 

Mais de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Mais de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Último

Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 

Último (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

Reengineering of relational databases to objectoriented

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 112 REENGINEERING OF RELATIONAL DATABASES TO OBJECT- ORIENTED DATABASE Vinay Goyal1 , Amit Jain2 1 Director, Haryana Institute of Technology, Bahadurgarh (Haryana), INDIA 2 Research Scholar (CS), Teerthanker Mahaveer University, Moradabad (UP), INDIA Abstract Several information systems use relational database systems for effective dealing, storage, and accessing large measures of data. On the contrary, object-oriented programming has earned wide acceptance in the programming community as a epitome for developing typical applications that are easy to expand and uphold. This paper deal with development of an unified environment which relates a relational schema to an object-oriented schema without the requirement to manipulate the existing relational schema and providing a scenario for transferring data from relational database to object- oriented database. Keywords: Schema Mapping, RDBMS, OODBMS, Reengineering ---------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION A relational database management system (RDBMS) is a term used to describe an entire suite of programs for both managing a relational database and communicating with that relational database engine. Sometimes Software Development Kit (SDK) front-end tools and complete management kits are included with relational database packages. On the other hand, object-oriented programming (OOP) drove the creation of C++, it is necessary to understand its foundational principles. OOP is a powerful way to approach the job of programming. Programming methodologies have changed dramatically since the invention of the computer, primarily to accommodate the increasing complexity of programs. Programmers typically apply object-oriented applications with object-oriented programming languages such as C# as well as Java. These applications use a architecture made up of object, classes and relationships between those object & classes. Each object has a set of features. The significance of an attribute could be a new object itself, thus augmenting to complex objects. The key trouble ascends when the data analogous to such objects are determined in a relational database. The difficulty is due to mismatch amongst relations and objects. At first, a elucidation for this problem may seem to be to use an ODBMS instead of RDBMS. If an ODBMS is handling the determined data, the objects do not lose their structure after the application stores them in the object database. Moving to an ODBMS might mean throwing away all of the old (“legacy") data and applications. Several users of databases will not assume such a explanation. Some will desire to execute their existing applications on existing databases and have access to the similar data from object-oriented programs, too. Thus, we need distinct procedure to transform the data that is inherent in a relational database to a design that is proper for access and handling by object-oriented applications. 2. EXISTING SCENARIO The issue of migrating data is existent in virtually each application development process, such as data warehousing and application incorporation. The process of migrating data includes the mapping amongst the structures of the source and target databases as well as the movement of the data from the source to the target [3]. The ISSUE is how to efficiently migrate current RDBs, as a source, into OODB/ORDB/XML, as targets, and what is the finest way to improve and sustain RDBs’ semantics and restraints in order to meet the features of the three targets? Present effort does not seem to offer a comprehensive solution for more than one target database. We hold this problem by suggesting a solution for migrating an RDB into the three targets established on existing ideals [4]. One common methodology to migrate to object technology is to split the progression into two phases, where the first one transforms the relational into an object-oriented schema and the second one migrates the data into the object-oriented
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 113 database system [5]. The objective of re-engineering is to instinctively reprocess past expansion efforts particular to relational databases (RDBs) in order to moderate maintenance overhead and expand software flexibility [4]. There exists a technique for transforming query optimization developed for relational databases into object databases. This technique for ODMG database schemas defined in ODL and object queries expressed in OQL is represented using a logical representation [7]. 3. ANALYSIS OF PROBLEM Moving to an ODBMS might mean throwing away all of the old (“legacy") data and applications. Several users of databases will not consent such a elucidation. There is a desire to run their prevailing databases and have access to the similar data from object-oriented program. Thus we require to execute a system that provides an acceptance of a given conventional database by captivating these features as input and yields the agreeing object-oriented database as output. Finally, we handle the migration of data from the conventional database to the constructed object -oriented database. The main goals of suggested effort are as follows: 1. Analyzing the computerization of the relational to Object- Oriented schema mapping process. 2. Illustrating an mutual procedure for mapping an prevailing relational schema to an object -oriented schema. 3. To make an interactive system to validate proposed work. 4. SCHEMA DESIGN The design encompasses of two chief constituents needed for accomplishing our objective. The first constituent relates to mapping the relational schema to an object-oriented schema. The second constituent relates to the mapping amongst the relational data in addition to objects. Fig 1 System Architecture 4.1 Schema Mapping The static schema mapping process is a two-phase process. In the initial phase, the relational schema is accustomed and transmuted into alternate virtual relational schema that has particular properties. In the subsequent phase, object-oriented structures are mined from the virtual relational schema. Fig 2 Two Phases of Static Schema Mapping
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 114 4.1.1 Phase I: Correcting the Relational Schema There are four characteristics that are taken into account during phase one. They are as follows: Step 1: {Exclude 2NF relations and substitute them with novel 3NF virtual relations. Step 2: Create virtual subclass relations for widow super class relations. Step 3: Create virtual superclass relations for orphan subclass relations. Step 4: Exclude multi-valued attributes and substitute them with novel 3NF virtual relations. 4.1.2 Phase II: Generation of the Object Schema At the end of phase one of the schema mapping process, the relational schema has been accustomed to a find out, which schema mapping guidelines can be applied consistently. Step1. Recognizing Object Classes: Those relations that relate to object- classes must be recognized. Step2. Recognizing Relationship: There are three kinds of associations that can be characterized in an object model. They are associations, generalizations- specializations, and aggregations. Recognizing every constructs establishes a stage in the mapping process. Recognizing Associations: Since the object model permits associations to be modeled as classes, we must either form a simple association between two object classes or categorize relationships where the associations are displayed as classes. Recognizing Inheritance: Inheritance structures capture the generalization and specialization associations between object classes that have been recognized so far. Recognizing Aggregation: The aggregation association models the configuration of one object with other objects. The dissimilarity amongst aggregation and association is that the earlier one encompasses existence dependence of the sub- object on the whole object. For example, a door object, which is a part-of" of a car object, cannot exist if the car object does not exist. On the other hand, the enrollment of a student in a course is an association rather than an aggregation because the student and course objects can exist independent of each other. Step 3: Forming Cardinalities Creating the cardinalities of associations is significant in order to expedite the execution of the object schema in a specified programming language (e.g., C#). The diverse probable cardinalities are one-one, one-many, and many-many. CONCLUSIONS Thus there exist an architecture having two phases in the data mapping process; one mapping procedure postulates the data mapping between the original relational schema and the accustomed relational schema. The second mapping process postulates the data mapping between the accustomed relational schema and the object schema. The data mapping measures have been stated using relational algebra for each new simulated relation that is formed during phase one of the static schema mapping. REFERENCES [1]. Ramanathan, C. Providing object-oriented access to a relational database. In Proceedings of the 32nd ACM annual southeast conference held in Tuscaloosa, Alabama, March, 1994. [2]. Andersson M. Extracting an entity-relationship schema from a relational database through reverse engineering. In Proceedings of the 13th international conference on entity relationship approach held in Manchester, UK, December, 1991 [3]. Elton Manoku, Guido Bakema, A fact approach on Data Migration published in Academy of Communication and Information Technology HAN University of Applied Sciences, The Netherlands In June 2006 [4]. Abdelsalam Maatuk, Akhtar Ali, and Nick Rossiter , A Framework for Relational Database Migration published in School of Computing, Engineering & Information Sciences Northumbria University, Newcastle upon Tyne, UK in 2001 [5]. Andreas Behm, Andreas Geppert, Klaus R. Dittrich2 ,On the migration of relational schemas and data to object-oriented database published in Proceedings of the 5th International Conference on Re-Technologies in Information Systems, Klagenfurt, Austria, December 1997 [6]. William J Premerlani, Michael R Blaha, An Approach for Reverse Engineering of Relational Databases published in May 1994 Communications of the ACM [7]. Chia-Tien Dan Lo, Morris Chang, Ophir Frieder and David Grossman, The Object Behavior of Java Object- Oriented Database Management Systems published in the Proceedings of the International Conference on Information Technology: Coding and Computing (ITCC.02) IEEE 2002 [8]. John Grant, Jarek Gryz, Jack Minker, and Louiqa Raschid, Logic-Based Query Optimization for Object Databases published in IEEE Transactions on knowledge and data engineering, vol. 12, no. 4, July/August 2000.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 115 BIOGRAPHIES: Dr. Vinay Goyal, Internationally recognized expert in Software Engineering and Academician and has more than 15 years experience, published numerous papers in this field. His current research interests include Soft computing Techniques, Data Compression, Software Re- Engineering and Mathematical Modeling. He is presently, designated as Director, Haryana Institute of Technology, Bahadurgarh (Haryana) India. He has two books in his credit. Amit Jain is a Doctoral Researcher at Department of Computer Application at Teerthanker Mahaveer University, Moradabad (Uttar Pradesh) India. He has around 11 years of teaching experience. He is currently working on Legacy Systems, Re-Engineering, Software Evolution and Software Migration. His research interest includes Service-oriented architecture, Service-oriented computing.