Introduction of Week 3 Assignment Discussion

Slides:



Advertisements
Similar presentations
ITEC474 INTRODUCTION.
Advertisements

Module 13: Performance Tuning. Overview Performance tuning methodologies Instance level Database level Application level Overview of tools and techniques.
2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
Overview of Database Administrator (DBA) Tools
Oracle9i Database Administrator: Implementation and Administration 1 Chapter 2 Overview of Database Administrator (DBA) Tools.
Lesson 6 Software and Hardware Interaction
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 8 Operating Systems and Utility Programs.
Oracle 10g Database Administrator: Implementation and Administration
Lesson 15 – INSTALL AND SET UP NETWARE 5.1. Understanding NetWare 5.1 Preparing for installation Installing NetWare 5.1 Configuring NetWare 5.1 client.
Database Administration ISQA 436 Fall 2006 Mark Freeman
Harvard University Oracle Database Administration Session 2 System Level.
Advanced Databases Basic Database Administration Guide to Oracle 10g 1.
2 Copyright © 2009, Oracle. All rights reserved. Installing your Oracle Software.
Module 2: Planning to Install SQL Server. Overview Hardware Installation Considerations SQL Server 2000 Editions Software Installation Considerations.
Chapter 9 Overview  Reasons to monitor SQL Server  Performance Monitoring and Tuning  Tools for Monitoring SQL Server  Common Monitoring and Tuning.
Module 8: Monitoring SQL Server for Performance. Overview Why to Monitor SQL Server Performance Monitoring and Tuning Tools for Monitoring SQL Server.
VMware vCenter Server Module 4.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW Understand the difference between service.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW  Understand the difference between service.
Module 8: Server Management. Overview Server-level and instance-level resources such as memory and processes Database-level resources such as logical.
Windows Server MIS 424 Professor Sandvig. Overview Role of servers Performance Requirements Server Hardware Software Windows Server IIS.
D ATABASE A DMINISTRATION ITEC 450 Fall 2012 Instructor: Dr. Rama Gudhe.
Migration XenDesktop 7. © 2013 Citrix | Confidential – Do Not Distribute Migration prerequisites Set up a XenDesktop 7 Site, including the site database.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Selecting and Implementing An Embedded Database System Presented by Jeff Webb March 2005 Article written by Michael Olson IEEE Software, 2000.
Module 1: Introduction to Microsoft SQL Server 7.0.
Chapter 2. Creating the Database Environment

M ODULE 2 D ATABASE I NSTALLATION AND C ONFIGURATION Section 1: DBMS Installation 1 ITEC 450 Fall 2012.
Chapter Oracle Server An Oracle Server consists of an Oracle database (stored data, control and log files.) The Server will support SQL to define.
Guide to Linux Installation and Administration, 2e 1 Chapter 9 Preparing for Emergencies.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 12 Windows 2000 Server.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 14 Managing and Troubleshooting Windows 2000.
Sofia, Bulgaria | 9-10 October SQL Server 2005 High Availability for developers Vladimir Tchalkov Crossroad Ltd. Vladimir Tchalkov Crossroad Ltd.
11 SYSTEM PERFORMANCE IN WINDOWS XP Chapter 12. Chapter 12: System Performance in Windows XP2 SYSTEM PERFORMANCE IN WINDOWS XP  Optimize Microsoft Windows.
Managing and Monitoring Windows 7 Performance Lesson 8.
ORACLE
Oracle9i Performance Tuning Chapter 1 Performance Tuning Overview.
Oracle Tuning Considerations. Agenda Why Tune ? Why Tune ? Ways to Improve Performance Ways to Improve Performance Hardware Hardware Software Software.
CS 390 Unix Programming Summer Unix Programming - CS 3902 Course Details Online Information Please check.
Selling the Storage Edition for Oracle November 2000.
Oracle 10g Database Administrator: Implementation and Administration Chapter 2 Tools and Architecture.
Overview Managing a DHCP Database Monitoring DHCP
Oracle 10g Database Administrator: Implementation and Administration Chapter 1 Oracle Architecture Overview.
 Database Administration Installing Oracle 11g & Creating Database.
2 Copyright © 2004, Oracle. All rights reserved. Installing Oracle Database 10g Software.
Michelle Malcher PepsiCo Session # For the DBA Manager – Understanding Oracle and DBAs.
Presented by Vishy Grandhi.  Lesson 1: AX Overview  Lesson 2: Role based security  Lesson 3: Monitoring  Troubleshooting.
Oracle Architecture - Structure. Oracle Architecture - Structure The Oracle Server architecture 1. Structures are well-defined objects that store the.
I NTRODUCTION OF W EEK 2  Assignment Discussion  Due this week:  1-1 (Exam Proctor): everyone including in TLC  1-2 (SQL Review): review SQL  Review.
ITMT 1371 – Window 7 Configuration 1 ITMT Windows 7 Configuration Chapter 8 – Managing and Monitoring Windows 7 Performance.
Configuring SQL Server for a successful SharePoint Server Deployment Haaron Gonzalez Solution Architect & Consultant Microsoft MVP SharePoint Server
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
Oracle 10g Administration Database Architecture, Creation and Interfaces Copyright ©2006, Custom Training Institute.
Unit 2 Preparing the Database Environment.
Enterprise Wide Information Systems SAP R/3 Overview & Basis Technology Instructor: Richard W. Vawter.
Chapter 6 Database Administrator (DBA)
Netscape Application Server
Installation 1. Installation Sources
IBM INFORMIX online Training in Hyderabad
Get Oracle 8i Running on Your Linux Server Straight Away!
Introduction of Week 6 Assignment Discussion
Installing the Oracle Database Software
Migration Strategies – Business Desktop Deployment (BDD) Overview
Oracle Architecture Overview
Introduction of Week 13 Return assignment 11-1 and 3-1-5
Database administration
February 11-13, 2019 Raleigh, NC.
Introduction of Week 5 Assignment Discussion
Presentation transcript:

Introduction of Week 3 Assignment Discussion 2011 Fall Assignment Discussion Turned in: 1-2 (SQL Review) and 1-1 (Proctor) Due this week: 2-1 (Installation of VM) and 2-2 (Research paper on DBA roles) Follow the instructions under “Action Items” Review “Grading Criteria” Review of previous week and module DBMS architecture: DBMS strategy, selection, components (disk, CPU, memory, network) Oracle architecture: physical and logical db structures, background processes, and memory (SGA, PGA) Overview of this week DBMS standards and procedures Oracle installation ITEC 450

Module 2 Database Installation and Configuration 2011 Fall Module 2 Database Installation and Configuration ITEC 450 Section 1 DBMS Installation

DBMS Installation Basics 2011 Fall Understand the prerequisites for the specific version of DBMS Version of the operating system Hardware components: cpu, memory, available storage Related software: java, network Read the installation guide Understand the installation process and procedure Follow the explicit instructions Mechanics of the installation process is a relative simple affair ITEC 450

Hardware Requirements 2011 Fall Basic CPU requirements: minimum processor speed Storage requirements: available free space, backup DBMS software itself: 1 – 2 GB depending on OS Database: size of applications and data Memory requirements: amount of memory Memory structures: data cache, data dictionary, SGA Application data request -> read the data in the disk -> copy the data to the memory -> process the data -> write the modified data from memory to disk Available swap space ITEC 450

DBMS Configuration Understand DBMS components 2011 Fall Understand DBMS components Installation user privilege: Windows – administration role; UNIX – unlimited resource, a special group Licensed DBMS components: partition, spatial, enterprise Platform version requirement: Windows XP, HP-UX 11, Solaris 10 Operating system requirement: patches, kernel parameters, message queue, DLL files Program requirement: C++, Cobol, Perl Define the initial settings Inputs during the installation process Installation configuration file ITEC 450

DBMS Installation Verification 2011 Fall Ensure the clear understanding of all error messages or popup windows Take screen shots of all questionable error messages or popup windows Review installation log files Run tests if possible ITEC 450

Upgrade and Patch 2011 Fall DBMS version – major change, such as Oracle 11g or SQL Server 2008 Release – major function enhancement Patch – bug fixes Example: Oracle 11.2.1 (Version 11, Release number 2, Patch release number 1) SQL Server 2008 SP1 CU6 (Version 2008, Release of Service Patch 1, Patch of Cumulative Update package 6) ITEC 450

DBMS Change Consideration 2011 Fall Database structure changes, application features changes Planning for DBMS changes Testing environment establishment Regression testing of applications: functions, performance Downtime and lost business opportunities during the DBMS change. Supporting software products may lack immediate support: purchased applications, DBA tools, query tools, interface programs Cost of Change Cost of the new version might be changed Planning, installing, testing, and deploying in both DBMS and applications using databases ITEC 450

Database Standards and Procedures 2011 Fall Standards – common practices that ensure the consistency and effectiveness of the database environment Database naming conventions Names of database, data files, objects (table, index, procedure, trigger, etc.) Length of names Abbreviation Roles and responsibilities Database application development standards: coding standards, performance tips and techniques Procedures – scripts and processes for handling specific events Application migration procedures Design review process ITEC 450

Module 2 Database Installation and Configuration 2011 Fall Module 2 Database Installation and Configuration ITEC 450 Section 2 Oracle Installation

Optimal Flexible Architecture (OFA) 2011 Fall Organize large amounts of complicated software and data on disk, to avoid device bottlenecks and poor performance Facilitate routine administrative tasks such as software and data backup, which are often vulnerable to data corruption Facilitate switching between multiple Oracle databases Adequately manage and administer database growth Help eliminate fragmentation of free space in the data dictionary, isolate other fragmentation, and minimize resource contention ITEC 450

File Structures for Oracle 2011 Fall Windows – Take defaults as much as possible UNIX – Company standards, examples Software - /u01/app/oracle/product/10.2.0 Administrative files - /u01/app/oracle/admin/hrdb Database files - /u02/oradata/hrdb/control01.ctl ITEC 450

Installing the Software 2011 Fall Advanced Installation Select Installation Type: Enterprise Edition Select Configuration Option: Install database software only ITEC 450

Wrap Up Note on Oracle installation: 2011 Fall Assignment 3-1: Database Administration Handbook 3-1-1: Installation of DBMS Software Note on Oracle installation: Installation options - follow the instruction on the previous page Please don’t create the database as a part of installation When you get any errors, please post your question on Bulletin Board. ITEC 450