Você está na página 1de 6

Introduction

Copyright 2007, Oracle. All rights reserved.

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

I-2

Copyright 2007, Oracle. All rights reserved.

Suggested Schedule
1. 2. 3. 4. 5. 6. 7. 8. Introduction Installation Database Creation Instance Network Storage Users Schema 15. 16. 17. 18. Backup Recovery Moving Data Enhancing Database

12. Proactive Maintenance 13. Performance 14. Backup and Recovery Concepts

9. Data and Concurrency 10. Undo 11. Security


I-3

Copyright 2007, Oracle. All rights reserved.

Oracle Products and Services

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

I-4

Copyright 2007, Oracle. All rights reserved.

Oracle Database 11g: g Stands for Grid


Global Grid Forum (GGF) Oracles grid infrastructure:
Low cost High quality of service Easy to manage
Storage grid Database grid Application grid Grid control

Automatic Storage Management


I-5

Real Application Clusters

Oracle Streams

Enterprise Manager Grid Control

Copyright 2007, Oracle. All rights reserved.

Course Examples: HR Sample Schema


REGIONS
REGION_ID (PK) REGION_NAME

COUNTRIES
COUNTRY_ID (PK) COUNTRY_NAME REGION_ID (FK)

JOBS
JOB_ID (PK) JOB_TITLE MIN_SALARY MAX_SALARY

JOB_HISTORY
EMPLOYEE_ID (PK) START_DATE (PK) END_DATE JOB_ID (FK) DEPARTMENT_ID (FK)

LOCATIONS
LOCATION_ID (PK) STREET_ADDRESS POSTAL_CODE CITY STATE_PROVINCE COUNTRY_ID (FK)

EMPLOYEES
EMPLOYEE_ID (PK) FIRST_NAME LAST_NAME EMAIL PHONE_NUMBER HIRE_DATE JOB_ID (FK) SALARY COMMISION_PCT MANAGER_ID (FK) DEPARTMENT_ID (FK)

DEPARTMENTS
DEPARTMENT_ID (PK) DEPARTMENT_NAME MANAGER_ID LOCATION_ID (FK)

I-7

Copyright 2007, Oracle. All rights reserved.

Você também pode gostar