You are on page 1of 8

1

Introduction

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.


Objectives

After completing this lesson, you should be able to:


• Explain the course objectives
• Describe the course schedule
• Describe the evolution of Oracle Database
• Describe Enterprise Cloud Computing
• Describe the HR schema

1-2 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Course Objectives

After completing this course, you should be able to:


• Describe Oracle Database architecture
• Configure the database to support your applications
• Manage database security and implement auditing
• Implement basic backup and recovery procedures
• Move data between databases and files
• Employ basic monitoring procedures and manage
performance
• Manage resources and automate tasks
• Work with Oracle Support

1-3 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Suggested Schedule

Day Lessons Day Lessons

1 1. Introduction 3 10. Managing Data Concurrency


2. Exploring the Oracle Database 11. Implementing Oracle Database
Architecture Auditing
3. Oracle Database Management 12. Backup and Recovery Concepts
Tools 13. Backup and Recovery:
4. Managing the Database Instance Configuration

2 5. Configuring the Oracle Network 4 14. Performing Database Backups


Environment 15. Performing Database Recovery
6. Administering User Security 16. Moving Data
7. Managing Database Storage 17. Performing Database Maintenance
Structures
8. Managing Space 5 18. Managing Performance
19. Managing Performance: SQL
9. Managing Undo Data
Tuning
20. Using Resource Manager
21. Using Oracle Scheduler

1-4 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Oracle Database Innovation
Private DB Cloud
… continuing with Defense in Depth
Oracle Database 12c Information Lifecycle Mgt
Extreme Availability
Flex Clusters
Performance and Ease of Use
Oracle Grid Infrastructure
… with Oracle Database 11g Real Application Testing
Automatic SQL Tuning
Fault Management
Audit Vault
Database Vault
… with Oracle Secure Enterprise Search
Database 10g Grid Computing
Automatic Storage Mgmt
Self Managing Database
XML Database, Oracle Data Guard, RAC, Flashback Query, Virtual Private Database
Built-in Java VM , Partitioning Support, Built-in Messaging, Object Relational Support, Multimedia Support

1-5 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Enterprise Cloud Computing

Enterprise Manager
RAC Grids of Managing Cloud Control and
clusters low-cost change database
for hardware and across the consolidation across
availability storage enterprise the enterprise

1-6 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Course Examples: HR Sample Schema
REGIONS
REGION_ID (PK)
REGION_NAME

JOBS
COUNTRIES JOB_ID (PK)
COUNTRY_ID (PK) JOB_TITLE
COUNTRY_NAME MIN_SALARY JOB_HISTORY
REGION_ID (FK) MAX_SALARY EMPLOYEE_ID (PK)
START_DATE (PK)
END_DATE
JOB_ID (FK)
LOCATIONS EMPLOYEES DEPARTMENT_ID (FK)
LOCATION_ID (PK) EMPLOYEE_ID (PK)
STREET_ADDRESS FIRST_NAME
POSTAL_CODE LAST_NAME
CITY EMAIL
STATE_PROVINCE PHONE_NUMBER
COUNTRY_ID (FK) HIRE_DATE
JOB_ID (FK)
SALARY
COMMISION_PCT
DEPARTMENTS MANAGER_ID (FK)
DEPARTMENT_ID (PK) DEPARTMENT_ID (FK)
DEPARTMENT_NAME
MANAGER_ID
LOCATION_ID (FK)

1-7 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Summary

In this lesson, you should have learned how to:


• Explain the course objectives
• Describe the course schedule
• Describe the evolution of Oracle Database
• Describe Enterprise Cloud Computing
• Describe the HR schema

1-8 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

You might also like