10/23/2015ISYS366 - Installation1 ISYS366 Installation.

Slides:



Advertisements
Similar presentations
RAC I/O Lab. 1. Run Database Load Script Your instructor will provide you with a directory containing database schema creation and data loading scripts.
Advertisements

IO Waits Kyle Hailey #.2 Copyright 2006 Kyle Hailey Waits Covered in this Section  db file sequential read  db file scattered.
2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Backup and Recovery Copyright System Managers LLC 2008 all rights reserved.
Linux Installation LINUX INSTALLATION. Download LINUX Linux Installation To install Red Hat, you will need to download the ISO images (CD Images) of the.
Acknowledgments Byron Bush, Scott S. Hilpert and Lee, JeongKyu
Oracle Architecture. Instances and Databases (1/2)
INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Installation – Lecture 2 Copyright System Managers LLC 2007 all rights reserved.
Harvard University Oracle Database Administration Session 3 Installation.
Oracle 10g Database Administrator: Implementation and Administration
1 - Oracle Server Architecture Overview
Harvard University Oracle Database Administration Session 2 System Level.
Advanced Databases Basic Database Administration Guide to Oracle 10g 1.
A Guide to Oracle9i1 Introduction to Oracle9i Database Administration Chapter 11.
Database Backup and Recovery
RMAN Restore and Recovery
Backup and Recovery Part 1.
9 Copyright © Oracle Corporation, All rights reserved. Oracle Recovery Manager Overview and Configuration.
CHAPTER 17 Configuring RMAN. Introduction to RMAN RMAN was introduced in Oracle 8.0. RMAN is Oracle’s tool for backup and recovery. RMAN is much more.
Oracle Architecture. Database instance When a database is started the current state of the database is given by the data files, a set of background (BG)
7 Maintaining Redo Log Files. 7-2 Objectives Explaining the use of online redo log files Obtaining log and archive information Controlling log switches.
IS 4510 – Database Administration Module – 2 Database Backup 10/24/20141Compiled by: Zafar Iqbal Khan.
NovaBACKUP 10 xSP Technical Training By: Nathan Fouarge
Chapter 4 Physical Database Layouts Database Processing Chapter 4.
Backup & Recovery Concepts for Oracle Database
PPOUG, 05-OCT-01 Agenda RMAN Architecture Why Use RMAN? Implementation Decisions RMAN Oracle9i New Features.
Windows Server MIS 424 Professor Sandvig. Overview Role of servers Performance Requirements Server Hardware Software Windows Server IIS.
Goals for This Week Brief SQL refresh New SQL in Oracle 9i
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring, Managing, and Troubleshooting Resource Access.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 3 Administration of Users.
M ODULE 2 D ATABASE I NSTALLATION AND C ONFIGURATION Section 1: DBMS Installation 1 ITEC 450 Fall 2012.
CHAPTER 2 Implementing a Database. Introduction to Creating Databases After you’ve installed the Oracle software, the next logical step is to create a.
Chapter 7 Making Backups with RMAN. Objectives Explain backup sets and image copies RMAN Backup modes’ Types of files backed up Backup destinations Specifying.
CSE 781 – DATABASE MANAGEMENT SYSTEMS Introduction To Oracle 10g Rajika Tandon.
Physical Database Design & Performance. Optimizing for Query Performance For DBs with high retrieval traffic as compared to maintenance traffic, optimizing.
Copyright (c) by CNAPTICS Corporation. All rights reserved.1 INFO Oracle Database 11g: Administration II Presented By: Marc S. Paller,
Oracle Tuning Ashok Kapur Hawkeye Technology, Inc.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
Oracle 10g Database Administrator: Implementation and Administration Chapter 2 Tools and Architecture.
7 Copyright © 2004, Oracle. All rights reserved. Recovering from Noncritical Losses.
Oracle 10g Database Administrator: Implementation and Administration Chapter 1 Oracle Architecture Overview.
1 Chapter 17 Shared Memory Contention. 2 Overview Specifically talking about SGA – Buffer Cache – Redo Log Buffer Contention in these areas of SGA – Can.
Oracle 10g Database Administrator: Implementation and Administration Chapter 3 Creating an Oracle Instance.
Process Architecture Process Architecture - A portion of a program that can run independently of and concurrently with other portions of the program. Some.
44 Creating a Database. 4-2 Objectives Preparing the operating system Preparing the parameter file Creating the database Preparing the operating system.
IT Database Administration SECTION 02. CREATING DATABASES Creating a Database: Overview 1. Plan the physical design and storage structures 2. Back.
Week 2 Lecture 1 Creating an Oracle Instance. Learning Objectives  Learn the steps for creating a database  Understand the prerequisites for creating.
Creating an Oracle Database. Considerations before creating a DB Planning for Database Creation –Select the standard database block size. –Use an undo.
2 Copyright © 2004, Oracle. All rights reserved. Installing Oracle Database 10g Software.
Week 1 Lecture 1 Oracle Architecture Overview. Learning Objectives Learn about Oracle9i architecture and key Oracle9i software components Discover differences.
Oracle Applications 11i Concepts II Brian Hitchcock OCP 11i DBA -- OCP 10g DBA Sun Microsystems Brian Hitchcock.
2 Copyright © 2006, Oracle. All rights reserved. Configuring Recovery Manager.
Oracle Architecture - Structure. Oracle Architecture - Structure The Oracle Server architecture 1. Structures are well-defined objects that store the.
8 Copyright © 2007, Oracle. All rights reserved. Using RMAN to Duplicate a Database.
7 Copyright © Oracle Corporation, All rights reserved. Instance and Media Recovery Structures.
13 Copyright © 2004, Oracle. All rights reserved. Optimizing Database Performance.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
Oracle Database Architectural Components
Oracle 10g Administration Database Architecture, Creation and Interfaces Copyright ©2006, Custom Training Institute.
Table General Guidelines for Better System Performance
Introduction of Week 6 Assignment Discussion
Introduction of Week 3 Assignment Discussion
INSYS366 Backup and Recovery 11/14/2018 ISYS366 Week 08.
Oracle Architecture Overview
Table General Guidelines for Better System Performance
Oracle Memory Internals
ISYS366, Oracle Disk Internals
Database administration
Presentation transcript:

10/23/2015ISYS366 - Installation1 ISYS366 Installation

10/23/2015ISYS366 - Installation2 System Architectures Process View Dedicated servers Multi-threaded servers Processor View Single processor systems Multi and parallel processor systems Database View Two-phase commit Replication

10/23/2015ISYS366 - Installation3 Mirroring & RAID Eats up a lot of disk RAID 1( Redundant Array of Inexpensive Disks) – good for temporary tablespace datafiles, control and log files (provides for redundancy) RAID 5 – better for OLAP, DSS and DW because writes are so much slower on RAID 5

10/23/2015ISYS366 - Installation4 Installation Before installation – full backup Read disk and memory requirements Oracle10g? 512MB RAM?, 1G?, ????? 1G to several Gig HD

10/23/2015ISYS366 - Installation5 Installation Types of Installation Upgrade – basically, you are overwriting old files Migration – you are creating a new directory structure, etc. and copying the datafiles. Migration is preferable to upgrade. Suggested configuration Development server QA server Production server

10/23/2015ISYS366 - Installation6 Installation Check the EXACT version of your operating system Get the EXACT installation manual for your OS Try installing a default instance and “poke around” NB – Oracle block sizes (8+) should be MULTIPLES of the OS block size O8i – you can connect as INTERNAL through SQL*Plus

10/23/2015ISYS366 - Installation7 An Example using Oracle UNIX Check and configure shared memory Create /u01 for S/W and /u02-/u04 for databases Create a DB admin group in UNIX Create UNIX Oracle account Name is usually Oracle Home is ORACLE_HOME Assign default shell Et cetera (environ variables, umask values, etc.) oratab (/var/opt/oracle)

10/23/2015ISYS366 - Installation8 Separating Objects (on devices) Prevents I/O bottlenecks and contention Raw Disk (partitions) – for both UNIX and NT Up to 40% performance improvement Why you need a file handling facility like Oracle's to take advantage of this (compare Ingres) Oracle Parallel Server requires it. UNIX and NT buffer cache bypassed

10/23/2015ISYS366 - Installation9 Separating Objects (on devices) Raw disk must be owned by Oracle (UNIX) Oracle block size must be multiple of the physical (disk) block size Only one data file per raw disk partition Put raw disk partitions on separate physical device

10/23/2015ISYS366 - Installation10 Separating Objects (on devices) Comparison to SQL Server and Ingres file management SQL Server Ingres Separate disks for different type of files Separate datafiles for data, index, TBS and temp tablespaces Ensures integrity

10/23/2015ISYS366 - Installation11 After Installation Assign user SYSTEM to a new default tablespace and default temporary tablespace (leave SYS alone) Create a script that will assign all new users to a user tablespace and a default user temporary tablespace

10/23/2015ISYS366 - Installation12 After Installation You can examine the tablespaces from DBA_TABLESPACES or USER_TABLESPACES USER_TABLESPACES Other system information from SHOW PARAMETERS, or the V$PARAMETERS tableSHOW PARAMETERS

10/23/2015ISYS366 - Installation13 Moving Database Files Systems may be tuned after being created Shut down instance Move file (via op sys commands) Start up the Server Manager, start up the instance, then execute the following command: Alter database rename '/u02/data/mesh97-1.dbf' to '/u03/data/mesh97-1.dbf' Restart the instance