Ling Guo Feb 15, 2010 Database(RDBMS) Software Review Oracle RDBMS (Oracle Cooperation) 4()6 Oracle 10g Express version DB2 (IBM) IBM DB2 Express-C SQL.

Slides:



Advertisements
Similar presentations
ITEC474 INTRODUCTION.
Advertisements

Oracle 10g XE (Express Edition).  What is Oracle 10g XE?  How does it compare to Oracle’s commercial offerings?  How does it compare to other free.
2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
Discovering SQL all rights reserved (c) 2010 agilitator.com INSTALLING MS SQL Server 2008 R2 Express Edition.
© Juhani Välimäki HAAGA-HELIA University of Applied Sciences 1 Introduction to IBM DB Tallinn HAAGA-HELIA University of Applied Sciences.
Novell Server Linux vs. windows server 2008 By: Gabe Miller.
Database Market By Ann Seidu, Keith McCoy, and Ty Christler.
Discovering SQL all rights reserved (c) 2010 agilitator.com INSTALLING MySQL 5.1 Community Server.
The Database Market Presented to the class of BA 471 May, 2006 Dr. Rene Reitsma Amy Miller ● Elaina Reinhard ● Shannon Wegner.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
ISOM Comparison of Relational database management systems Arijit Sengupta.
VMware vCenter Server Module 4.
Project Implementation for COSC 5050 Distributed Database Applications Lab1.
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
Discovering SQL all rights reserved (c) 2010 agilitator.com.
Setting up a HydroServer Support EAR CUAHSI HIS Sharing hydrologic data Jeffery S. Horsburgh David G. Tarboton, Kimberly.
Presenter: RED DEVILIC Sponsored by SQLViet.com SQL SERVER CONFERENCE HCMC 2013 DATABASE TASKS OVERVIEW.
D ATABASE A DMINISTRATION ITEC 450 Fall 2012 Instructor: Dr. Rama Gudhe.
Access Web Services as Database: Abhishek Khanolkar.
6/1/2001 Supplementing Aleph Reports Using The Crystal Reports Web Component Server Presented by Bob Gerrity Head.

Bob Thome, Senior Director of Product Management, Oracle SIMPLIFYING YOUR HIGH AVAILABILITY DATABASE.
Tutorial 11 Installing, Updating, and Configuring Software
Internet Information Services 7.0 Infrastructure Planning and Design Series.
Database Overview College of Alameda Copyright © 1999 Patrick McDermott
Nynox.com Nynox Help Desk Affordable Help Desk Solution.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
BENCHMARKING DATABASES By Samy Kabangu Supervisor : Mr. John Ebden Computer Science Department Rhodes University.
Archivists' Toolkit - CRADLE Presentation, 10 Feb The Archivists’ Toolkit CRADLE Presentation 10 Feb
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
PHP Features. Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and.
Team Members Team Members Tim Geiger Joe Hunsaker Kevin Kocher David May Advisor Dr. Juliet Hurtig November 8, 2001.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Database Architectures Database System Architectures Considerations – Data storage: Where do the data and DBMS reside? – Processing: Where.
Training & Support for End Users of Cisco Unified Communications Agenda:  Flash Demo  VoIPT on the Phone  Modules / Pricing  Installation Process.
By Stephanie Wood And Nedziba Bubregovic.  A very large collection of data  A database management system is a software package designed to store and.
6/1/2001 Supplementing Aleph Reports Using The Crystal Reports Web Component Server Presented by Bob Gerrity Head.
PHP Workshop ‹#› PHP Data Object (PDO). PHP Workshop ‹#› What is PDO? PDO is a PHP extension to formalise PHP's database connections by creating a uniform.
1 Copyright © 2015 Pexus LLC Easy Download, Install & Configure Pydio on your Patriot PS Personal.
Introduction to Databases Three File Processing Systems DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-2.
XP Class Agenda – 09/05/2013 Answer questions about the course logistics for tutorials and assignments. Reminder about team declaration. Present concepts.
PHP Introduction PHP is a server-side scripting language.
Mapping the Data Warehouse to a Multiprocessor Architecture
IT System Administration Dr Jeffrey A Robinson.
Introduction TO Network Administration
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
Lecturer: Eng. Mohamed Adam Isak PH.D Researcher in CS. M.Sc. and B.Sc. of Information Technology Engineering Senior Lecturer in University of Somalia,
Retele de senzori Curs 1 - 1st edition UNIVERSITATEA „ TRANSILVANIA ” DIN BRAŞOV FACULTATEA DE INGINERIE ELECTRICĂ ŞI ŞTIINŢA CALCULATOARELOR.
MB3-527 Microsoft GP 10.0 Installation and Configuration Thousands of IT Professionals before you have already passed their MB3-527 certification exams.
Aaron Stanley King. What is SQL Azure? “SQL Azure is a scalable and cost-effective on- demand data storage and query processing service. SQL Azure is.
Presented by: Aaron Stanley King.  Benefits of SQL Azure  Features of SQL Azure  Demos, Demos, Demos!  How to query in SQL Azure  More Demos!  Recent.
DBM 380 Week 2 Individual Assignment Database Design Paper Write a 350- to 700-word paper in which you do the following: Explain what database systems.
2nd year Computer Science & Engineer
Chapter 6 Database Administrator (DBA)
DBMS Programs MS SQL Server & MySQL
SAP Performance Tuning
>> Introduction to Web Applications
An example of a pilot project as part of USP course:
DSS Installation Training Module
Amazon Web Services RDS with SQL Server
Mapping the Data Warehouse to a Multiprocessor Architecture
Database Software.
Database Management Systems
NAVIGATING THE MINEFIELD
McGraw-Hill Technology Education
Advanced Database System
Amazon Web Services RDS with SQL Server
The Database World of Azure
Presentation transcript:

Ling Guo Feb 15, 2010

Database(RDBMS) Software Review Oracle RDBMS (Oracle Cooperation) 4()6 Oracle 10g Express version DB2 (IBM) IBM DB2 Express-C SQL Server (Microsoft) SQL Server Express/ Developer version Others: MySQL, PostgreSQL, Access, Sybase etc.

Factors for Selecting RDBMS Software Platform and System Requirement Support Data Types Application function Program language Supporting Analysis Ability Internet Ability Price and Performance Ease of Use and Documentation

Types of Database Users Database Administrators Security Officers Network Administrators Application Developers Application Administrators Database Users

Tasks of Database Administrators Evaluate the Database Server Hardware Install the Oracle Database Software Plan the Database Create and Open the Database Back Up the Database Enroll System Users Implement the Database Design Back Up the Fully Functional Database Tune Database Performance

Tasks of Application Developers Designing and developing the database application Designing the database structure for an application Estimating storage requirements for an application Specifying modifications of the database structure for an application Relaying this information to a database administrator Tuning the application during development

Practice with Oracle Express On campus: Oracle Database 10g Express Edition Free of charge, and may be installed on any size machine, supporting up to 4GB of user data and running on a single processor, using a maximum of 1GB memory. Ideal database for developers Great starter database for students and database administrator Tutorial: Download: ex.html ex.html

Thank you !