Free Essay

Oracle Database Trends

In:

Submitted By blue
Words 3078
Pages 13
KELLER GRADUATE SCHOOL OF MANAGEMENTapplied Research projectDatabase TrendssUBMITTED BYAndrew HoPatrick TchissamboFlavio baptista | | |

PROFESSOR TAHEREH DANESHI |

Summary page

Our project is about database trends. We started the project by identifying aims and goals such as understanding what database is.We calculated in detail and understood and researched on database understood database used by ORACLE.

INTRODUCTION
The definition of a database is a structured collection of records or data that is stored in a computer system. In order for a database to be truly functional, it must not only store large amounts of records well, but be accessed easily. In addition, new information and changes should also be fairly easy to input. In order to have a highly efficient database system, you need to incorporate a program that manages the queries and information stored on the system. This is usually referred to as DBMS or a Database Management System. Besides these features, all databases that are created should be built with high data integrity and the ability to recover data if hardware fails. (What is a Database?, 2010)
AIM
The aim of the study is many folded such as, understanding database, go in detail and understand and research on database, understand the technology used by ORACLE, derive conclusions on the development in the field of database.
LIMITATIONS
This study is descriptive in nature and the research is done on published secondary materials. Logical conclusions are made based on our experience and the results done by the previous researchers. However, the time constraint is considered as a big obstacle in completing the project to our best satisfaction. Our project will mainly concentrate on database trends in general. However, we will make a short mention to ORACLE whom adopted new trends in database.

DEFINITION OF SUBJECT
From pre-stage flat-file system, to relational and object-relational systems, database technology has gone through several generations and its 40 years history.First, let’s take a brief look at the history of the database. Data are raw facts that constitute building blocks of information. A database is a collection of information and a means to manipulate data in a useful way, which must provide proper storage for large amounts of data, easy and fast access and facilitate the processing of data.Database Management System (DBMS) is a set of software that is used to define, store, manipulate and control the data in a database. The term databasefirst appeared in 1964; it wasused by military personnel to characterize collections of data shared by users of interconnected computer systems(Contributors, 2011). At that time, each system had its own applications; these in turn had their own master files of data which are usually hard to integrate. The concept of a data collection that could be shared by multiple applications subsequently ushered in a new era in efficiency. The data structure classes of early systems were derived from punched card technology, and thus tended to be quite simple. A typical class was composed of files of records of a single type, with the record type being defined by an ordered set of fixed-length fields. Because of their regularity, such files are now referred to as flat files. Files were typically implemented on sequential storage media, such as magnetic tape(Impagliazzo, 2004). As computers grew in speed and capability, a number of general-purpose database systems emerged; by the mid-to-late 1960s there existed many commercial systems. One of the most important database standard was finalized by Charles Bachman in 1971, called CODASYL(Contributors, 2011). The CODASYL approach was based on the manual navigation of a database. Any query starts at the first record in the database, which contains pointers to other records. To find any particular record the program has to search each pointer at a time until the required record was returned.
Another standard known as IMS was developed by IBM in 1968. It was similar in concept to CODASYL, but used a strict hierarchy model of data navigation instead of CODASYL's network model. Both concepts subsequently became known as navigational databases due to the way data was accessed. The slow-processing navigational database model and its lack of many important features prompted many developers to begin working on a new data model, in particular Edgar Frank Codd at IBM. In 1970, he wrote a number of papers that outlined a new approach to database construction that eventually culminated in the groundbreaking paperA Relational Model of Data for Large Shared Data Banks(Impagliazzo, 2004).In this paper, he described a new system for storing and working with large databases. Instead of records being stored in a linked list of records likeCODASYL, Codd's idea was to use a table of fixed-length records. A linked-list system would be very inefficient when storing a sparse database where some of the data for any one record could be left empty. The relational model would solve this problem by dividing the data into a series of normalized tables, with optional elements being moved out of the main table to where they would take up room only if needed. What makes Codd’s relational model revolutionary is that he proposed related records stored in series of tables be linked together with a key. For instance, a common use of a database system is to track information about users, their name, login information, various addresses and phone numbers. In the navigational approach all of these data would be placed in a single record, and unused items would simply not be placed in the database. In the relational approach, the data would be normalized into a user table, an address table and a phone number table. Records would be created in these optional tables only if the address or phone numbers were actually provided. Linking all of this information back together is the key to this system. In the relational model, some bit of information was designated as a key that uniquely defined a particular record. When information was being collected about a user, information stored in the optional (or related) tables would be found by searching for this key. For example, if the login name of a user is unique then addresses and phone numbers for that user would be recorded with the login name as its key. In 1979, the first production version of Codd’s relational data model was introduced by IBM, called SQL/DS, and later, Database 2 (DB2)(Impagliazzo, 2004).
The 1980’s along with a rise in object-oriented programming saw a growth in how data in various databases need to be handled. Programmers and designers began to treat the data in their databases as objects. For example, consider an entity called person. This entity is defined to have attributes such as name, address, phone number, and age. These attributes were now considered to be objects that belong to the person entity instead of being extraneous data. This new classification allows for relationships between data to be relation to objects and their attributes and not to individual fields.
Another big change for databases in the 1980’s was the focus on increasing reliability and access speeds. In 1989, two professors from the University of Michigan at Madisondeveloped new methods on increasing database performance (Contributors, 2011). The idea was to replicate specific important and often queried information, and store it in a smaller temporary database that linked these key features back to the main database. This meant that a query could search the smaller database much quicker, rather than search the entire dataset. This eventually leads to the concept of index, which is now ubiquitous in every operating system.
The 1990’s saw the rise in need of a new data model to solve DBMS problems. The old trends of database management were becoming too complex; thus a need for automated configuration and management. Surajit Chaudhuri, Gerhard Weikum and Michael Stonebraker were the pioneers that dramatically affected the thought of contemporary DBMS. They theorized that a new and more effective DBMS would have to have a more modular approach and simplified specifications for users (Impagliazzo, 2004). Based on their theory, there have been more possibilities in DBMS development. DBMS is no longer limited to large corporations;many products have been developed to satisfy the individual needs of users. In addition, new development of more database options has given more flexibility in database management.
DBMS is so ubiquitous in today’s business technologies that sometimes we don’t even feel that they are there. From business directory services to mobile devices to Web search engines to online transactions, DBMS is working behind the scene. And this is not all. Developers are continually exploring new avenues to improve DBMS. As the speeds of consumer internet connectivity increase, and as data availability and computing become more ubiquitous, the new trend for databases are web services, mainly cloud computing. Many firms are moving their data storage solution online to web services in order to take advantage of reliable connectivity, data storage efficiency, and the lack of a need for dedicated IT staff to manage the hardware and software.
BRIEF INTRODUCTION TO ORACLE
Oracle Corporation is a technology corporation that specializes in developing and marketing hardware systems and enterprise software products — particularly database management systems. It is located in Redwood Shores, California and employs 105,000 people worldwide(Oracle Corporation - Company History, 2006). Oracle is one of the largest software companies after Microsoft and IBM. The corporation has arguably become best-known for its flagship product, the Oracle Database. It also builds tools for database development and systems of middle-tier software, enterprise resource planning software (ERP), customer relationship management software (CRM) and supply chain management (SCM) software. The founder of Oracle, Larry Ellison, drew inspiration from the groundbreaking paper written by Edgar Codd on the new approach to database management systems, A Relational Model of Data for Large Shared Data Banks(Oracle Corporation - Company History, 2006). Ellison subsequently co-founded Oracle Corporation in 1977 with Bob Miner and Ed Oates under the original name Software Development Laboratories (SDL). In 1979 SDL changed its name to Relational Software, Inc. (RSI). In 1982, RSI renamed itself Oracle Systems to align itself more closely with its flagship product Oracle Database. In 1995, Oracle Systems Corporation changed its name to Oracle Corporation, still in use today(Oracle Corporation - Company History, 2006).
Part of Oracle Corporation's early success arose from Ellison having the foresight of using the C programming language to implement Oracle’s products. The amazing flexibility of C to be able to work with any operating system gave Oracle a tremendous advantage over other companies’ products using operating-system-specific languages and helped its Oracle database to become one of the most popular databases in use(Oracle Corporation - Company History, 2006). Oracle has always been, and remained today, an innovator in the database management industry. The company has been responsible for several major innovations in the database industry, including the first commercial SQL relational database management system (RDBMS) (1979), the first read-consistent database (1983), PL/SQL (1988), first 64-bit RDBMS (1995), first database to pass 15 industry standard security evaluations (2002), and many more (History / Oracle Corporation, 2007)
NEW TECHNOLOGY
Oracle hasannounced the arrival of Oracle Fusion Architecture, a standards-based technology blueprint that details the linkage between enterprise applications, middleware and grid infrastructure technologies. Focusing on architectural integrity and openness for business applications and business information, Oracle Fusion Architecture defines the technology components required for Fusion Applications. Oracle Fusion Architecture is based on the following five core principles:
* Model Driven: For applications, business processes and business information
* Service & Event- Enabled: For extensible, modular, flexible applications and processes
* Information Centric: For complete and consistent, actionable, real-time intelligence
* Grid-Ready: Must be scalable, available, secure, manageable on low-cost hardware
* Standards-based: Must be open, pluggable in a heterogeneous environment
"The Oracle Fusion Architecture is a unifying model of emerging trends in grid computing architecture, service oriented architecture, and enterprise information architecture," said Charles Phillips, president of Oracle. "While each trend is a study unto itself, the fact that these techniques can now be united into a single architecture is an exciting idea. It gives customers and partners a good view of the direction that Oracle is taking to make the most of our core strengths in database, middleware and business applications."
The basic structure of the Oracle Fusion Architecture is based on three emerging Information Technology trends, including:
* Grid Computing Architecture - predictable, low cost operations of all key infrastructure components that power business applications: databases, middleware and storage
* Service Oriented Architecture - an applications development and deployment strategy that enables effective, predictable business process changes through standards based integration of applications developed as web services.
* Enterprise Information Architecture - the systematic management of the complete life cycle of information of all types.
Oracle is a leader in the commercialization of each of these architectures and today has mature offerings on the market that make the Oracle Fusion Architecture a reality.
"In our industry, Oracle is not only expected to lead, but to lead by example," said Charles Rozwat, executive vice president, Oracle Server Technologies Development. "Our applications developers are expected to get the most out of our world class database and middleware, and our sever technologies developers are making sure that the Oracle 10g infrastructure is the platform of choice for application developers. That's really what the Oracle Fusion Architecture is all about."
Oracle Fusion Architecture components include:
* Oracle Grid Infrastructure - Oracle 10g Database and Oracle Fusion Middleware in a grid configuration monitored by Oracle Enterprise Manager, Grid Control for maximum performance and uptime.
* Oracle Fusion Service Registry - based on Oracle E-Business Suite web services registry, the Oracle Fusion Service Registry defines all of the Oracle applications web services, the integration interfaces for third party web services, and meta-data services that are specific to each customer deployment.
* Oracle Fusion Service Bus - based on Oracle Fusion Middleware Enterprise Service Bus technology, the Oracle Fusion Service Bus is the runtime environment for application services.
* Business Process Orchestration - the tools to monitor and manage technology components at the business process level - based on Oracle Fusion Middleware BPEL technology.
* Business Intelligence and Business Activity Monitoring - based on business intelligence delivered from Oracle Applications and BI tools (i.e. Oracle Discoverer) as well as Oracle Fusion Middleware BAM technology.
* Unified Portal - provides personalized collaborative portals for optimum employee productivity and effectiveness - based on Oracle Collaboration Suite 10g and Oracle Portal.
"The Oracle Fusion Architecture provides the foundation for our vision of Information Age applications," said John Wookey, senior vice president, Applications Development, Oracle. "Our singular mission is to help our customers drive business excellence through the blending of superior insight and adaptive processes. Oracle Fusion Architecture is both the architectural roadmap and the enabling technologies that allow us to do that."(Ledbetter & Tillman, 2005)
PROPOSED SOLUTION

ORACLE FUSION APPLICATIONS: THE NEW STANDARD FOR BUSINESS
Designed from the ground up using the latest technology advances and incorporating the best practices gathered from Oracle's thousands of customers, Oracle Fusion Applications are 100% open-standards-based business applications that set a new standard for the way we innovate, work, and adopt technology.(Fusion Applications , 2010)
Oracle Fusion Applications’ Unique Design Principles:
Complete Standards-Based Platform: Reduce Costs and Accelerate Innovation * Reduce staffing overhead and training budgets * Enable IT consolidation and reduce management costs * Accelerate the pace of change and time-to-market for new initiatives * Create unique processes and differentiation
Complete User Experience: A Role-Based Approach to Increasing Productivity * Built-in flexibility to improve the efficiency and effectiveness of your organization * More than 4,000 hours of customer input and testing * Embedded business intelligence * Integrated collaboration connects teams with the processes in which they participate * Powerful Enterprise 2.0 technologies incorporate unstructured information
Complete Choice: A Flexible Approach to Adoption and Deployment * A complete yet modular approach enables the uptake of Oracle Fusion Applications at your pace and on your timeline * New and value-added applications work with and add significant business value to other Oracle Applications * Flexible deployment options including on-premise, public clouds, private clouds and software as a service
Application and Process Leadership: Best-of-the-Best Combination * Processes based on a best-of-the-best combination of Oracle E-Business Suite and Oracle’s PeopleSoft, Primavera, JD Edwards, and Siebel applications * Based on customer input and innovation covering all areas of business and industry requirements (Fusion Applications , 2010)

RECOMMENDATIONS Oracle Applications business will continues to sustain strongly due to the following reasons:
• Oracle Fusion Applications will expand Oracle’s Applications and Technology business
• Oracle’s product roadmap clarity and flexible adoption models makes customer choice safe
• Oracle Fusion Applications will change competitive dynamics in Applications market
The Fusion Middleware technology will helps Oracle even further in this aspect. As customers purchase Fusion Middleware to extend their Fusion Applications, Oracle encourages them to purchase the appropriate Database technologies that integrate into their Fusion Applications to deliver more for their money. The result of customers purchasing a full platform of software from Oracle means more customers will eventually migrate to Oracle from other competitors in order to take full advantage of its Fusion Applications’ capacities (Kurian, 2010).

Works Cited
Oracle Corporation - Company History. (2006). Retrieved February 04, 2011, from FundingUniverse: http://www.fundinguniverse.com/company-histories/Oracle-Corporation-Company-History.html
Fusion Architecture. (2007, November). Retrieved February 11, 2011, from Oracle FAQ: http://www.orafaq.com/wiki/Fusion_Architecture
History / Oracle Corporation. (2007). Retrieved February 04, 2011, from Oracle: http://www.oracle.com/oramag/profit/07-may/p27anniv_timeline.pdf
Fusion Applications . (2010). Retrieved February 11, 2011, from Oracle: http://www.oracle.com/us/products/applications/fusion/index.html
What is a Database? (2010). Retrieved February 06, 2011, from TopBits.com: (http://www.tech-faq.com/what-is-a-database.html)
Contributors, W. (2011). C++ - Wikipedia, the free encyclopedia. Retrieved February 04, 2011, from Wikipedia: http://en.wikipedia.org/wiki/Database_management_system
Impagliazzo, J. (2004). Database Systems. Retrieved February 04, 2011, from Comphist.org History of Computing: http://www.comphist.org/computing_history/new_page_9.htm
Kurian, T. (2010). Oracle Fusion Applications Overview. Retrieved February 11, 2011, from Oracle: http://www.oracle.com/us/corporate/investor-relations/fusion-applications-presentation-176685.pdf
Ledbetter, L., & Tillman, K. (2005). Oracle Unveils New Technology Vision with Oracle® Fusion Architecture. Retrieved February 06, 2011, from Oracle: http://www.oracle.com/corporate/press/2005_sep/ofa.html

Similar Documents

Premium Essay

Asignment

...Oracle® Database Concepts 10g Release 2 (10.2) B14220-02 October 2005 Oracle Database Concepts, 10g Release 2 (10.2) B14220-02 Copyright © 1993, 2005, Oracle. All rights reserved. Primary Author: Michele Cyran Contributing Author: Paul Lane, JP Polk Contributor: Omar Alonso, Penny Avril, Hermann Baer, Sandeepan Banerjee, Mark Bauer, Bill Bridge, Sandra Cheevers, Carol Colrain, Vira Goorah, Mike Hartstein, John Haydu, Wei Hu, Ramkumar Krishnan, Vasudha Krishnaswamy, Bill Lee, Bryn Llewellyn, Rich Long, Diana Lorentz, Paul Manning, Valarie Moore, Mughees Minhas, Gopal Mulagund, Muthu Olagappan, Jennifer Polk, Kathy Rich, John Russell, Viv Schupmann, Bob Thome, Randy Urbano, Michael Verheij, Ron Weiss, Steve Wertheimer The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited. The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement...

Words: 199783 - Pages: 800

Premium Essay

Electricity

...MP RAPDRP (Part-A) Index: Topic What is RAPDRP ? RAPDRP Roles Modules of RAPDRP Key Field Activities Web Self Service Meter Data Acquisition System Energy Audit GIS New Connection Billing Collection Asset management Infrastructure Setup Slide No. 3 14 16 17 22 23 29 30 39 40 42 46 53 What is R-APDRP Power sector reforms in India have been going on for more than a decade Initially the focus was more on bringing about structural changes like unbundling of SEBs and creation of independent generation, transmission and distribution companies Subsequently power generation received maximum focus In the recent past, it was felt that power distribution was the weakest link in the entire value chain and sector cannot achieve viability unless issues in the power distribution sector are resolved, aiming at a sustainable development of the sector With these objectives in mind, Government of India’s Ministry of Power launched R-APDRP scheme This is a unique initiative in the utility industry globally This covers total automation of core utility business processes of the targeted towns in an ESCOM covering millions of consumers using a common infrastructure 3 What is R-APDRP R-APDRP is GoI’s initiative with primarily objectives of Establishment of baseline data Fixation of accountability Reduction of AT&C losses Commercial viability Reduction of outages & interruptions Increase consumer satisfaction through strengthening & up-gradation of Sub-Transmission & Distribution network...

Words: 4575 - Pages: 19

Free Essay

Oracle for Dummies

...™ Everything Easier! Making cle 11g Ora ® Learn to: • Set up and manage an Oracle database • Maintain and protect your data • Understand Oracle database architecture • Troubleshoot your database and keep it running smoothly Chris Zeis Chris Ruel Michael Wessler www.it-ebooks.info www.it-ebooks.info Oracle 11g ® FOR DUMmIES ‰ www.it-ebooks.info www.it-ebooks.info Oracle 11g ® FOR DUMmIES by Chris Zeis, Chris Ruel, and Michael Wessler ‰ www.it-ebooks.info Oracle® 11g For Dummies® Published by Wiley Publishing, Inc. 111 River Street Hoboken, NJ 07030-5774 www.wiley.com Copyright © 2009 by Wiley Publishing, Inc., Indianapolis, Indiana Published by Wiley Publishing, Inc., Indianapolis, Indiana Published simultaneously in Canada No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008, or online...

Words: 106399 - Pages: 426

Free Essay

Essentials of Management Information Systems Kenneth C. Laudon and Jane P. Laudon

...passenger car market, the fastest growing in world. Since 1995, Maruti Suzuki has built its IT infrastructure on Oracle database and technologies including Oracle Real Application Clusters, Oracle Fusion Middleware Application Server and Weblogic. Maruti Suzuki has built its Enterprise Resource Planning (ERP) system on Oracle E-Business Suite and added Hyperion Enterprise to further enhance financial consolidation and reporting efficiency.” L= 5:30. URL http://www.youtube.com/watch?v=aZWAzbRm-ms CASE “Oracle Corporation (NASDAQ: ORCL) specializes in developing and marketing enterprise software products particularly database management systems. Through organic growth and a number of high-profile acquisitions, Oracle enlarged its share of the software market. By 2007 Oracle ranked third on the list of largest software companies in the world, after Chapter 5 Case 1 Maruti Suzuki Business Intelligence and Enterprise Databases 2 continued Microsoft and IBM. Subsequently it became larger than IBM after its acquisition of Hyperion and BEA. The corporation has arguably become best-known due to association with its flagship Oracle database. The company also builds tools for database development, middle-tier software, enterprise resource planning software (ERP), customer relationship management software (CRM) and supply chain management (SCM) software. The founder and CEO of Oracle Corporation, Larry Ellison, has served as Oracle’s CEO throughout the company’s history. Ellison also served...

Words: 666 - Pages: 3

Premium Essay

Oracle Sql Tutorial

...Oracle/SQL Tutorial1 Michael Gertz Database and Information Systems Group Department of Computer Science University of California, Davis gertz@cs.ucdavis.edu http://www.db.cs.ucdavis.edu This Oracle/SQL tutorial provides a detailed introduction to the SQL query language and the Oracle Relational Database Management System. Further information about Oracle and SQL can be found on the web site www.db.cs.ucdavis.edu/dbs. Comments, corrections, or additions to these notes are welcome. Many thanks to Christina Chung for comments on the previous version. Recommended Literature George Koch and Kevin Loney: Oracle8 The Complete Reference (The Single Most Comprehensive Sourcebook for Oracle Server, Includes CD with electronic version of the book), 1299 pages, McGraw-Hill/Osborne, 1997. Michael Abbey and Michael Corey: Oracle8 : A Beginner’s Guide [A Thorough Introduction for First-time Users], 767 pages, McGraw-Hill/Osborne, 1997. Steven Feuerstein, Bill Pribyl, Debby Russell: Oracle PL/SQL Programming (2nd Edition), O’Reilly & Associates, 1028 pages, 1997. C.J. Date and Hugh Darwen: A Guide to the SQL Standard (4th Edition), Addison-Wesley, 1997. Jim Melton and Alan R. Simon: Understanding the New SQL: A Complete Guide (2nd Edition, Dec 2000), The Morgan Kaufmann Series in Data Management Systems, 2000. 1 revised Version 1.01, January 2000, Michael Gertz, Copyright 2000. Contents 1. SQL – Structured Query Language 1.1. Tables 1.2. Queries (Part I) 1.3. Data Definition...

Words: 21631 - Pages: 87

Free Essay

Oracle 10g Forms

...Oracle Forms 10g : Demos, Tips and Techniques Oracle Forms 10g release 2 : Demos, Tips and Techniques Home page 1. Introduction Here is a collection of Oracle Forms 10g sample dialogs extracted from a complete Oracle Forms tutorial. This tutorial has been written in French and it would be too time consuming to translate it all in English. This is the reason why I have only extracted and translated these sample dialogs. The purpose of this article is not to teach how to build a new form from scratch. It intends to show some of the main advanced features of the product. To clearly understand in details how these dialogs work, you will have to open them in the Forms Builder and examine them thoroughly. However, in this article, I am going to explain the best I can the most important mechanisms of each sample. These sample have been tested with an Oracle Forms 10g release 10.1.2.0.2 on an Oracle Database 10g Express Edition Release 10.2.0.1.0. 2. Description of the sample dialogs 2.1 Main screen TUTO_FORMS.FMB This dialog is the entry point of the samples. Click on a button to start the corresponding dialog. file:///D|/Cours/tuto_forms/paper/PDFtutoforms10g.htm (1 sur 24)29/05/2006 23:09:57 Oracle Forms 10g : Demos, Tips and Techniques 2.2 Canvases TEST_CANVAS.FMB This sample shows three types of canvas : § § § The content canvas (light green) The stacked canvas (white) The tab canvas (dark green) Stacked canvas A stacked canvas is displayed atop—or stacked on—the content...

Words: 3526 - Pages: 15

Free Essay

Database Migration Project

...Constraints 4 1.2.3 System Organization 5 2 Management Overview 5 2.1 Problem Statement 5 2.2 Description of Implementation 6 2.3 Points-of-Contact 6 2.4 Major Tasks 7 2.4.1 Project Tasks 7 2.4.2 MS Access to Oracle Tasks 7 2.4.3 Oracle to Mongo Tasks 7 2.5 Implementation Schedule 8 2.6 Security and Privacy 8 2.6.1 System Security Features 8 2.6.2 Security Set Up During Implementation 8 3 Implementation Support 8 3.1 Hardware, Software, Facilities, and Materials 9 3.1.1 Hardware 9 3.1.2 Software 9 3.1.3 Facility 9 3.1.4 Materials 9 3.2 Documentation 9 3.3 Personnel 9 3.3.1 Staffing Requirements 9 3.3.2 Training of Implementation staff 9 3.4 Outstanding Issues 10 3.5 Implementation Impact 10 3.6 Communications Plan 10 3.7 Change Management 12 4 Implementation Risks and Contingencies 13 4.1 Technical Risks and Contingencies 13 5 Acceptance Criteria 14 6 Implementation Verification and Validation 14 APPENDIX A: Project Implementation Plan Approval 15 APPENDIX B: REFERENCES 16 APPENDIX C: SECURITY FEATURES 17 APPENDIX D: MIGRATION DETAILS 21 1.1 Description of Access to Oracle Implementation 21 * Introduction 1.1 Purpose The implementation plan describes the migration of data from an MS Access database to Oracle and...

Words: 4932 - Pages: 20

Free Essay

Provisioning Database Through Oem

...|Manickaraja Kumarappan | IT Infrastructure Standards Provisioning through Oracle Enterprise Manager For document reviewers and modification history, see Table of Contents, Document History. Any change to this document need to be reviewed and approved by Standard team or SME of this Domain. For document modification refer Revision History in next page. Table of Contents 1. Purpose and Scope 3 2. Pre-Install requirements 3 3. EM Deployment Entities that are available today 4 3.1. List of Deployment Procedures 4 3.2. List of Software Library Components 5 3.3. List of Database Templates 5 4. Steps to Provision Oracle Components 6 4.1. Provisioning a RAC Database. 6 4.2. Provisioning a Standalone Database. 17 4.3. Monitoring a submitted procedure. 28 5. Executing root.sh script post install 32 5.1. For CRS install 32 5.2. For RDBMS Install 33 6. Manual Tasks 33 7. Glossary 34 8. Appendix 34 9. References 34 10. Documentation History 35 a. Revision History 35 b. Contributors 35 c. Reviewers 35 Purpose and Scope This document provides complete steps for provisioning an Oracle CRS, RDBMS home and create a vanilla database through Oracle Enterprise Manager (OEM) Cloud control 12c. Pre-Install requirements a) Enterprise Manager Agent should be...

Words: 4373 - Pages: 18

Free Essay

Computers

...Copyright © Oracle Corporation, 1999, 2000, 2001. All rights reserved. This documentation contains proprietary information of Oracle Corporation. It is provided under a license agreement containing restrictions on use and disclosure and is also protected by copyright law. Reverse engineering of the software is prohibited. If this documentation is delivered to a U.S. Government Agency of the Department of Defense, then it is delivered with Restricted Rights and the following legend is applicable: Restricted Rights Legend Use, duplication or disclosure by the Government is subject to restrictions for commercial computer software and shall be deemed to be Restricted Rights software under Federal law, as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013, Rights in Technical Data and Computer Software (October 1988). This material or any portion of it may not be copied in any form or by any means without the express prior written permission of Oracle Corporation. Any other copying is a violation of copyright law and may result in civil and/or criminal penalties. If this documentation is delivered to a U.S. Government Agency not within the Department of Defense, then it is delivered with “Restricted Rights,” as defined in FAR 52.227-14, Rights in Data-General, including Alternate III (June 1987). The information in this document is subject to change without notice. If you find any problems in the documentation, please report them in writing to Education Products, Oracle Corporation...

Words: 41259 - Pages: 166

Premium Essay

Erp Software Comparison

...including hardware, software and a unified database. Many companies utilize ERP software to manage a suite of applications from cost, development, product planning, financial management, to manufacturing. The benefits of ERP systems are not without cost. There is initial implementation, software, hardware, data storage, training, maintenance and upgrade cost that maybe associated with any ERP System. Depending on the size of the company these cost can be in the thousands, to hundreds of thousands, to millions of dollars. For companies like Kennametal, to make significant changes to an ERP System once implemented, or to completely migrate to a different ERP System can multiply those cost. (Wisner, J., Tan, K., & Leong, G., 2012. p. 198). There are many ERP software solutions for major corporations that fit all budgets and offer a variety of features based on a firm’s needs. Three of those companies we will discuss in closer detail are Oracle, SAP, and Microsoft. Each of these companies offer the ability to configure their software to be tailored to an organizations specific demands; whether it be, choosing a type of inventory accounting or how the company choses to recognize its profits. In addition, each of these three companies offer functionality by providing the option to have ERP data housed on a server in a specified location or, an increasingly more popular option, by usage of the cloud. Furthermore, SAP, Microsoft Dynamics, and Oracle all offer some sort of mobile or “App”...

Words: 1117 - Pages: 5

Free Essay

Implementation Study: Dell It Scales Supply Chain Management with Oracle Rac 10g

...dell enterprise technology center series Implementation Study: Dell IT Scales Supply Chain Management with Oracle RAC 10g By Dave Jaffe, Ph.D. Todd Muirhead Tiong Tey Raveendra Avutu T When the expensive proprietary servers running the Dell supply chain management systems had reached their limits, the Dell IT group migrated to cost-effective, standards-based Dell ™ PowerEdge™ servers running Oracle® Real Application Clusters 10g. This architecture helped enhance database performance while providing scalability for future growth. tiple locations around the world. Using the same processes worldwide manufacturing operations, including the for disaster recovery, backup, and monitoring across all Dell operations enables Dell IT to take advantage of a cost- delivery of computers, accessories, parts, and supplies. These effective and readily supported deployment model. This systems must be designed for reliability and cost-effective scal- Database implemented this type of system for Dell operations at mul- systems handle key business functions that support efficient Dell inventory management model and fast, direct Related Categories: he Dell supply chain management (SCM) database article describes how Dell IT migrated its critical SCM appli- ability: a failure can cost thousands of dollars per minute in cations from proprietary UNIX-based servers to industry- factory downtime, and the SCM systems must be able to ...

Words: 2272 - Pages: 10

Premium Essay

Study Guide

...® OCA Oracle Database 11g: SQL Fundamentals I Exam Guide (Exam 1Z0-051) ABOUT THE AUTHORS John Watson (Oxford, UK) works for BPLC Management Consultants, teaching and consulting throughout Europe and Africa. He was with Oracle University for several years in South Africa, and before that worked for a number of companies, government departments, and NGOs in England and Europe. He is OCP qualified in both database and Application Server administration. John is the author of several books and numerous articles on technology and has 25 years of experience in IT. Roopesh Ramklass (South Africa), OCP, is an independent Oracle specialist with over 10 years of experience in a wide variety of IT environments. These include software design and development, systems analysis, courseware development, and lecturing. He has worked for Oracle Support and taught at Oracle University in South Africa for several years. Roopesh is experienced in managing and executing IT development projects, including infrastructure systems provisioning, software development, and systems integration. About the Technical Editor Bruce Swart (South Africa) works for 2Cana Solutions and has over 14 years of experience in IT. Whilst maintaining a keen interest for teaching others, he has performed several roles including developer, analyst, team leader, administrator, project manager, consultant, and lecturer. He is OCP qualified in both database and developer roles. He has taught at Oracle University...

Words: 150089 - Pages: 601

Free Essay

Enhanced Database Security

...CS674 Database Security – Spring 2, 2011 MET Boston University Enhanced Database Security (Research Paper) Submitted by Shahid Sami April 24, 2011 Table of Contents PAPER OVERVIEW 3 DETAILED DESCRIPTION 3 IMPLEMENTATION 3 1. Removing Default Passwords 3 2. Configuring Oracle Binary Permissions 6 3. Use of UMASK 7 4. Limiting SYSDBA login 9 5. Protecting the Listner 10 6. Limiting the privileges 12 PITFALLS AND RECOMMENDATIONS 13 RESOURCES 14 PAPER OVERVIEW I will be researching on the following topics. • Removing Default Passwords • Configuring Oracle Binary Permissions • Use of UMASK • Limiting SYSDBA login • Protecting the Listener • Limiting the privileges DETAILED DESCRIPTION Based on the Oracle 11g database, I will research on the above topics in detail. I will look into the shortcomings of the earlier versions of Oracle, the risks involved in those. I will also look into different types of authentications. How the binaries of the database can be protected. How to protect and secure the listener? IMPLEMENTATION 1. Removing Default Passwords When Oracle software is installed and a new database is created, the database create some common users. These users will have default passwords which are well know to many oracle users and hackers may try using them. So as a first...

Words: 2160 - Pages: 9

Premium Essay

Sql Injection.

...ABSTRACT This term paper discusses the security exposures of a server that occur due to a SQL injection flaw in a web application that communicate with a database. Over ten years have passed since a famous hacker coined the term “SQL injection” and it is still considered one of the major application threats. A lot has been said on this vulnerability, but not all of the aspects and implications have been uncovered, yet. This paper aim is to collate some of the existing knowledge, introduce new techniques and demonstrate how to get complete control over the database management system's underlying operating system, file system and internal network through SQL injection vulnerability in over-looked and theoretically not exploitable scenarios. This paper also discuss about the prevention from the SQL Injection, not only in ORACLE but also in PHP, C#, JAVA and other languages. INDEX ABSTRACT………………………………………………………………………………….....02 INTRODUCTION……………….…………………………….…….………………………….04 BLIND SQL INJECTION…………………………………….………………………………..05 SQL INJECTION OVERVIEW…………………………….………………………………....06 CATEGORIES OF SQL INJECTION ATTACKS…………………………………………..07 WHAT’S VULNERABLE…………………………………………………………..…………08 WHAT’S NOT VULNERABLE…………………………………………………….………….08 SQL INJECTION METHODS……………………………………….……………….……….09 SQL MANIPULATION………………………………………………………..……………….09 CODE INJECTION……………………………………………………….……………………10 FUNCTION CALL INJECTION……………………………………………………………….11 BUFFER OVERFLOWS………………………………………………………………………13 ...

Words: 3449 - Pages: 14

Premium Essay

Research Into Express Edition Sql

...of SQL express, Microsoft, Oracle, and DB2, offers different features and limitations. Microsoft’s SQL express has the following features; Stored Procedures, SQL Server Configuration Manager, Views, Replication (as a subscriber only), Triggers, Advanced Query Optimizer, Cursors, SMO/RMO, sqlcmd and osql utilities, Integration with Visual Studio 2005, Snapshot Isolation Levels ,Service Broker (as a client only), Native XML support, including XQuery and XML Schemas, SQL CLR, Transact-SQL language support, Multiple Active Result Sets (MARS), Dedicated Administrator Connection, and an Import/Export Wizard. Oracles Oracle Express contains many similar features. These features include the following; Advanced Security Option, interMedia, Messaging Gateway, Oracle Change Management Pack, Oracle Clusterware, Oracle Configuration Management Pack, Oracle Connection Manager, Oracle Data Guard, Oracle Data Mining, Oracle Diagnostic Pack, Oracle Enterprise Manager, Oracle Fail Safe, Oracle Label Security, Oracle Names, Oracle OLAP, Oracle Partitioning, Oracle Real Application Clusters, Oracle Spatial, Oracle Streams (Apply process only), Oracle Tuning Pack, Oracle Workflow, Oracle Workspace Manager, and Ultra Search. DB2 Express contains the following features; Bi-temporal data management, High Availability and Disaster Recovery (HADR), Enhanced security, and many, many more. So how do they stack up? Well in my own honest opinion I would have to say that Oracle Express offers the best features...

Words: 302 - Pages: 2