oracle database 11g administration workshop i vol i · pdf fileapplications such as pl/sql,...

Download Oracle Database 11g Administration Workshop I vol I · PDF fileapplications such as PL/SQL, Oracle Forms, ... Administration Workshop I I - 6 Oracle Database 11g: ... Oracle Database

If you can't read please download the document

Upload: vudung

Post on 08-Feb-2018

238 views

Category:

Documents


0 download

TRANSCRIPT

  • Oracle Database 11g: Administration Workshop I

    Volume 1 - Student Guide

    D50102GC10

    Edition 1.0

    September 2007

    D52683 L$

  • AuthorsPriya VennapusaJames SpillerMaria Billings

    Technical Contributors and Reviewers

    Christian Bauwens

    Sangram Dash

    Andy Fortunak

    Gerlinde Frenzen

    Steve Friedberg

    Joel Goodman

    Magnus Isaksson

    Akira Kinutani

    Pete Jones

    Pierre Labrousse

    Gwen Lazenby

    Hakan Lindfors

    Srinivas Putrevu

    Andreas Reinhardt

    Ira Singer

    Jenny Tsai

    EditorsRichard WallisAmitha Narayan

    Graphic DesignerRajiv Chandrabhanu

    PublishersNita BrozowskiMichael Sebastian Almeida

    Copyright 2007, Oracle. All rights reserved.

    Disclaimer

    This document contains proprietary information and is protected by copyright and other intellectual property laws. You may copy and print this document solely for your own use in an Oracle training course. The document may not be modified or altered in any way. Except where your use constitutes "fair use" under copyright law, you may not use, share, download, upload, copy, print, display, perform, reproduce, publish, license, post, transmit, or distribute this document in whole or in part without the express authorization of Oracle.

    The information contained in this document is subject to change without notice. If you find any problems in the document, please report them in writing to: Oracle University, 500 Oracle Parkway, Redwood Shores, California 94065 USA. This document is not warranted to be error-free.

    Restricted Rights Notice

    If this documentation is delivered to the United States Government or anyone using the documentation on behalf of the United States Government, the following notice is applicable:

    U.S. GOVERNMENT RIGHTSThe U.S. Governments rights to use, modify, reproduce, release, perform, display, or disclose these training materials are restricted by the terms of the applicable Oracle license agreement and/or the applicable U.S. Government contract.

    Trademark Notice

    Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

  • Copyright 2007, Oracle. All rights reserved.

    Introduction

  • Oracle Database 11g: Administration Workshop I I - 2

    Copyright 2007, Oracle. All rights reserved.I - 2

    Course Objectives

    After completing this course, you should be able to: Install, create, and administer Oracle Database 11g Configure the database for an application Employ basic monitoring procedures Implement a backup and recovery strategy Move data between databases and files

    Course ObjectivesIn this course, you install the Oracle Database 11g Enterprise Edition software, create a new database, and learn how to administer the database.You also configure the database to support an application and perform tasks such as creating users, defining storage structures, and setting up security. This course uses a fictional application. However, you perform all the core tasks that are necessary for a real application.Database administration does not end after you configure your database. You also learn how to protect it by designing a backup and recovery strategy and how to monitor it to ensure that it operates smoothly.

  • Oracle Database 11g: Administration Workshop I I - 3

    Copyright 2007, Oracle. All rights reserved.I - 3

    Suggested Schedule

    1. Introduction2. Installation3. Database Creation4. Instance

    5. Network6. Storage7. Users8. Schema

    9. Data and Concurrency10. Undo11. Security

    12. Proactive Maintenance13. Performance14. Backup and Recovery

    Concepts

    15. Backup 16. Recovery17. Moving Data18. Enhancing Database

  • Oracle Database 11g: Administration Workshop I I - 4

    Copyright 2007, Oracle. All rights reserved.I - 4

    Oracle Products and Services

    Oracle Database Oracle Application Server Oracle Applications Oracle Collaboration Suite Oracle Developer Suite Oracle Services

    Oracle Products and Services Oracle Database: The Oracle database is the first database that is designed for enterprise

    grid computing (the most flexible and cost-effective way to manage information and applications).

    Oracle Application Server: Oracles Java 2 Platform, Enterprise Edition (J2EE)certified server integrates everything that is needed to develop and deploy Web-based applications. The application server deploys e-business portals, Web services, and transactional applications such as PL/SQL, Oracle Forms, and J2EE-based applications.

    Oracle Applications: Oracle E-Business Suite is a complete set of business applications for managing and automating processes across your organization.

    Oracle Collaboration Suite: Oracle Collaboration Suite is a single integrated system for all your organizations communications data: voice, email, fax, wireless, calendar information, and files.

    Oracle Developer Suite: Oracle Developer Suite is a complete, integrated environment that combines application development and business intelligence tools.

    Oracle Services: Services such as Oracle Consulting and Oracle University provide you with the necessary expertise for your Oracle projects. For links to a variety of resources, see the appendix titled Next Steps: Continuing Your Education.

  • Oracle Database 11g: Administration Workshop I I - 5

    Copyright 2007, Oracle. All rights reserved.I - 5

    Oracle Database 11g:g Stands for Grid

    Global Grid Forum (GGF) Oracles grid infrastructure:

    Low cost High quality of service Easy to manage

    AutomaticStorage

    Management

    RealApplication

    Clusters

    OracleStreams

    EnterpriseManager

    Grid Control

    Storagegrid

    Databasegrid

    Applicationgrid

    Gridcontrol

    Oracle Database 11g: g Stands for GridGlobal Grid Forum (GGF) is a standards body that develops standards for grid computing. It comprises a set of committees and working groups that focus on various aspects of grid computing. The committees and working groups are composed of participants from academia, the research community, and (increasingly) commercial companies. You can see the Web site of GGF at http://www.gridforum.org.Oracle has created the grid computing infrastructure software that balances all types of workloads across servers and enables all those servers to be managed as one complete system. Grid computing can achieve the same very high level of reliability as mainframe computing because all components are clustered. But unlike mainframes and large UNIX symmetric multiprocessing (SMP) servers, a grid can be built with open system technologies, such as Intel processors and the Linux operating system, at a very low cost.Oracles grid computing technology includes:

    Automatic Storage Management (ASM) Real Application Clusters (RAC) Oracle Streams Enterprise Manager Grid Control

  • Oracle Database 11g: Administration Workshop I I - 6

    Oracle Database 11g: g Stands for Grid (continued)Automatic Storage Management spreads database data across all disks, creates and maintains astorage grid, and provides the highest input/output (I/O) throughput with minimal management costs. As disks are added or dropped, ASM redistributes the data automatically. (There is no need for a logical volume manager to manage the file system.) Data availability increases with optional mirroring, and you can add or drop disks online. See the lesson titled Managing Database Storage Structures.Oracles Real Application Clusters runs and scales all application workloads on a cluster of servers and offers the following features:

    Integrated clusterware: This includes functionality for cluster connectivity, messagingand locking, cluster control, and recovery. It is available on all platforms that are supported by Oracle Database 10g.

    Automatic workload management: Rules can be defined to automatically allocate processing resources to each service both during normal operations and in response to failures. These rules can be dynamically modified to meet the changing business needs. This dynamic resource allocation within a database grid is unique to Oracle RAC.

    Automatic event notification to the mid-tier: When a cluster configuration changes, the mid-tier can immediately adapt to instance failover or availability of a new instance. This enables end users to continue working in the event of instance failover without the delays typically caused by network timeouts. In the event of new instance availability, the mid-tier can immediately start load balancing connections to that instance. Oracle Database 10g Java Database Connectivity (JDBC) drivers have the fast connection failover functionality that can be automatically enabled to handle these events.

    Oracle Streams provides a unified framework for information sharing, combining message queuing, data replication, event notification, data warehouse loading, and publishing and subscribing functionalities into a single technology. Oracle Streams can keep two or more data source copies synchronized when updates are applied at either site. It can automatically capture database changes, propagate the changes to subscribing nodes, apply changes, and detect and resolve data update conflicts. Oracle Streams can be used directly by applications as a message-queuing or workflow feature, enabling communications between applications in the grid.Enterprise Manager Grid Control manages gridwide operations that include managing the entire stack of software, provisioning users, cloning databases, and managing patches. It can monitor the performance of all applications from the point of view of your end users.