FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

Size: px
Start display at page:

Download "FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham."

Transcription

1 FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo

2 _ Table of Contents Preface xiii 1. Introducing Oracle 1 The Evolution of the Relational Database 3 Relational Basics 4 How Oracle Grew 5 The Oracle Database Family 7 Summary of Oracle Database Features 9 Database Application Development Features 10 Database Programming 10 Database Extensibility 13 Database Connection Features 14 Oracle Net Services 14 Oracle Internet Directory 14 Oracle Connection Manager 14 The Role of Oracle Fusion Middleware 15 Oracles WebLogic Server Oracle Tuxedo 18 Data Integration Business Intelligence Tools 18 Tools 19 WebCenter 19 Identity Management 20 Distributed Database Features 20 Distributed Queries and Transactions 21 Heterogeneous Services 21 Data Movement Features 22 Transportable Tablespaces 22 Advanced Queuing and Oracle Streams 22 Database Performance Features iii

3 Database Parallelization 23 Data Warehousing 23 Managing the Oracle Database 25 Oracle Enterprise Manager 12c 26 Real Application Testing Option Pluggable Databases Storage Management 28 High Availability Database Security Features 32 Advanced Security Option Label Security Option 32 Database Vault Option 33 Audit Vault and Database Firewall Option 33 Oracle Database Development Tools 33 Oracle SQL Developer Oracle Application Express Other Oracle Databases 35 Oracle MySQL 35 Berkeley DB & Oracle NoSQL Database 36 Oracle TimesTen 37 Cloudera Distribution of Hadoop Databases and Instances 39 Oracle Database Structures 40 Pluggable Databases 44 Database Initialization 45 Deploying Physical Components 46 Control Files 46 Datafiles 48 Redo Logfiles 50 Instance Memory and Processes 56 Memory Background Processes for an Instance 60 Configuration, Engineered Systems, and the Cloud 62 The Data Dictionary 63 Structures for an Instance 58 Installing and Running Oracle 65 Installing Oracle 65 Optimal Flexible Architecture 67 Supporting Multiple Oracle Versions on a Machine 67 Upgrading an Oracle Database 67 iv Table ofcontents

4 Creating a Database 68 Planning the Database 68 The Value of Estimating 70 Tools for Creating Databases 70 Oracle Net Services and Oracle Net 72 Resolving Oracle Net Service Names 73 Global Data Services 74 Oracle Net Manager 74 Oracle Connection Pooling 75 Auto-Discovery and Agents 75 Oracle Net Configuration Files 76 Starting Up the Database 77 Shutting Down the Database 78 Accessing a Database 79 Server Processes and Clients 79 Application Servers and Web Servers As Clients 80 Oracle Net and Establishing Network Connections 81 The Shared Server/Multi-Threaded Server 82 Database Resident Connection Pooling 86 Oracle in the Cloud 86 Oracle at Work 87 Oracle and Transactions 87 Flashback 89 A Transaction, Step by Step Oracle Data Structures 93 Datatypes 93 Character Datatypes 94 Numeric Datatype 95 Date. Datatype Other Datatypes 97 Type Conversion 99 Concatenation and Comparisons 100 NULLs 101 Basic Data Structures 102 Tables 102 Views 103 Indexes 104 Partitioning Additional Data Structures 111 Sequences Synonyms Table of Contents v

5 Clusters 112 Hash Clusters 113 Extended Logic for Data 113 Rules Manager H4 The Expression Filter 114 Data Design Constraints Triggers 120 Query Optimization 122 Rule-Based Optimization 123 Cost-Based Optimization 124 Specifying an Optimizer Mode 128 Saving the Optimization 131 Comparing Optimizations 131 Performance and Optimization 132 SQL Translation 132 Understanding the Execution Plan 132 SQL Advisors 134 Data Dictionary Tables 134 H5 5. Managing Oracle 137 Manageability Features 139 Database Advisors 140 Automatic Storage Management 142 Oracle Enterprise Manager 142 Enterprise Manager Architecture 145 Oracle Enterprise Manager Consoles 148 EM Express 151 Backup and Recovery 151 Types of Backup and Recovery Options 152 Oracle Secure Backup 154 Information Lifecycle Management 154 ILM in Oracle Database 12c 155 Working with Oracle Support 155 Reporting Problems 156 Automated Patching Oracle Security, Auditing, and Compliance 159 Security 159 Usernames, Privileges, Groups, and Roles 160 Identity Management 161 Security Privileges 161 vi Table of Contents

6 Special Roles: DBA, SYSDBA, and SYSOPER 162 Policies 164 Restricting Data-Specific Access 164 Label Security Option 166 Security and Application Roles and Privileges 166 Distributed Database and Multitier Security 167 Advanced Security Option 169 Encryption 170 Data Redaction 170 Secure Backup 170 Auditing 171 Compliance 172 Oracle Database Vault Option 173 Oracle Audit Vault Server 174 Flashback Data Archive 175 Transparent Sensitive Data Protection Oracle Performance 177 Oracle and Resource Usage 178 Oracle and Disk I/O Resources 179 I/O Planning Principles for an Oracle Database 179 Oracle and Parallelism 184 Block-Range Parallelism 185 Parallelism for Tables and Partitions of Tables 186 What Can Be Parallelized? 187 Partition-Based Parallelism 190 Oracle and Memory Resources 191 How Oracle Uses the System Global Area 191 How Oracle Uses the Program Global Area 194 Oracle and CPU Resources. 196 Performance Tuning Basics 198 Defining Performance and Performance Problems 199 Monitoring and Tuning the Oracle Database for Performance 199 Using the Oracle Database Resource Manager 202 Additional Monitoring and Tuning Available for Oracle Exadata 203 A Final Note on Performance Tuning Oracle Multiuser Concurrency 205 Basics of Concurrent Access 206 Transactions 206 Locks 207 Concurrency and Contention 208 Table of Contents vii

7 Integrity Problems Serialization Oracle and Concurrent User Access 209 Oracles Isolation Levels 210 Oracle Concurrency Features 211 How Oracle Handles Locking A Simple Write Operation A Conflicting Write Operation A Read Operation Concurrent Access and Performance 217 Workspaces Workspace Implementation 218 Workspace Operations 219 Workspace Enhancements Oracle and Transaction Processing 221 OLTP Basics 221 What Is a Transaction? 222 What Does OLTP Mean? 222 OLTP Versus Business Intelligence 224 Transactions and High Availability 225 Oracles OLTP Heritage 225 Architectures for OLTP 227 Traditional Two-Tier Client/Server 227 Stored Procedures 228 Three-Tier Systems 228 Application Servers and Web Servers 230 The Grid 231 OLTP and the Cloud 232 Oracle Features for OLTP 232 General Concurrency and Performance 232 Scalability 234 Real Application Clusters 237 Exadata and OLTP 239 High Availability Oracle Data Warehousing and Business Intelligence 243 Data Warehousing Basics 244 The Evolution of Data Warehousing and Business Intelligence 245 A Topology for Business Intelligence 246 Data Marts 247 The Operational Data Store and Enterprise Warehouse 248 viii Table of Contents

8 OLTP Systems and Business Intelligence 249 Big Data and the Data Warehouse 249 Data Warehouse Design 250 Query Optimization 252 Bitmap Indexes and Parallelism 253 Optimization Provided by the Exadata Storage Server Software 255 Dimensional Data and Hierarchies in the Database 256 Summary Tables 256 Materialized Views 257 OLAP Option 257 Analytics and Statistics in the Database 258 Basic Analytic and Statistical Functions 258 Other SQL Extensions 259 Advanced Analytics Option 260 Other Datatypes and Big Data 262 Loading Data into the Data Warehouse 263 Managing the Data Warehouse 265 Business Intelligence Tools 267 Oracle Business Intelligence Foundation Suite 267 Business Intelligence Applications 269 Data Discovery and Oracle Endeca Information Discovery 270 Oracle Exalytics 271 The Metadata Challenge 271 Putting It All Together 272 A Complete Analytics Infrastructure 272 Best Practices 273 Common Misconceptions Effective Strategy Oracle and High Availability 277 What Is High Availability? 278 Measuring High Availability 278 The System Stack and Availability 280 Server Hardware, Storage, and Database Instance Failure 281 What Is Instance Recovery? 282 Phases of Instance Recovery Protecting Against System Failure 284 Component Redundancy 284 Disk Redundancy 285 Automatic Storage Management 287 Site and Computer Server Failover 288 Oracle Data Guard and Site Failures Tableof Contents ix

9 Oracle Active Data Guard and Zero Data Loss 291 Oracle GoldenGate and Replication 291 Real Application Clusters and Instance Failures 293 Oracle Transparent Application Failover 296 Oracle Application Continuity 298 Recovering from Failures and Data Corruption 299 Developing a Backup-and-Recovery Strategy 299 Taking Oracle Backups 300 Using Backups to Recover 300 Recovery Manager 302 Read-Only Tablespaces and Backups 304 Old-Fashioned Data Redundancy 304 Point-in-Time Recovery 305 Flashback 305 Planned Downtime Oracle and Hardware Architecture 309 System Basics 310 Symmetric Multiprocessing Systems and Nodes 311 Clustered Solutions, Grid Computing, and the Cloud 313 Disk and Storage Technology 316 Oracle s Engineered Systems 317 Oracle Exadata Database Machine 317 Oracle Exalogic 320 Oracle SuperCluster 321 Oracle Database Appliance 322 Other Engineered Systems 322 Choosing and Defining the Right Platform 323 Sizing and Planning for Growth 323 Maximum Availability Architecture Considerations 324 Justifying an Oracle Engineered System Oracle Distributed Databases and Distributed Data 327 Accessing Distributed Databases 328 Distributed Data Across Multiple Oracle Databases 328 Access to and from Non-Oracle Databases 329 Two-Phase Commit 330 Oracle Tuxedo 331 Replication and Data Transport 333 Replication Basics 333 History of Oracle Replication Offerings 334 Oracle GoldenGate 335 x Table ofcontents

10 Global Data Services 336 Data Transport Using Database Features Oracle Extended Datatypes 339 Object-Oriented Development 340 Object-Relational Features 340 Java's Role and Web Services 343 JavaBeans 344 Extensibility Features and Options 345 Oracle Multimedia 345 Oracle Text 346 XML DB 346 Oracle Spatial and Graph Option 347 The Extensibility Architecture Framework Oracle and the Cloud 351 Cloud Definitions 351 Common Characteristics 352 Cloud Levels 353 Is the Cloud New? 354 Use Cases for Cloud Computing 356 Oracle Database in the Cloud 357 Oracle as a DBaaS 357 Oracle as a PaaS 357 Consumer and Provider 358 Oracle Database Cloud Service 358 History of Application Express 360 Architecture 361 Development with the Database Cloud Service 364 SQL Developer and the Database Cloud 369 Implementing Provider Clouds 369 A. What's New in This Book for Oracle Database 12c 371 B. Additional Resources 379 Index 389 Table of Contents xi

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

More information

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

Oracle: Database and Data Management Innovations with CERN Public Day

Oracle: Database and Data Management Innovations with CERN Public Day Presented to Oracle: Database and Data Management Innovations with CERN Public Day Kevin Jernigan, Oracle Lorena Lobato Pardavila, CERN Manuel Martin Marquez, CERN June 10, 2015 Copyright 2015, Oracle

More information

ORACLE CONFIGURATION SERVICES EXHIBIT

ORACLE CONFIGURATION SERVICES EXHIBIT ORACLE CONFIGURATION SERVICES EXHIBIT This exhibit incorporates by reference the terms of the order for Exadata Database Machine, Exadata Storage Expansion Rack, SuperCluster, Exalogic on SuperCluster,

More information

ORACLE Industries D85180 Oracle SBC Configuration and Administration 5 2.625,00 Applications D84502GC10 Oracle Commerce: Managing Your Site Using the Business Tools Rel 11 3 1.890,00 D79790GC10 Using Endeca

More information

Introduction to Database as a Service

Introduction to Database as a Service Introduction to Database as a Service Exadata Platform Revised 8/1/13 Database as a Service (DBaaS) Starts With The Business Needs Establish an IT delivery model that reduces costs, meets demand, and fulfills

More information

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG Oracle Public Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG The Promise Of Computing For Developers, IT Operations And Line of Business Developers Agility & Quality Latest Technology

More information

CÓDIGO DESCRIPCIÓN LUGAR HORAS Ene Feb Mar Abr. CAS-6001 Administración Oracle 11g OCP (SQL+Admon I+Admon II) - 115-6 8 -

CÓDIGO DESCRIPCIÓN LUGAR HORAS Ene Feb Mar Abr. CAS-6001 Administración Oracle 11g OCP (SQL+Admon I+Admon II) - 115-6 8 - www.cas-training.com C/ de la Basílica, 19 5º - 28020 Madrid Teléfono: 91 553 61 62 / Fax: 91 598 03 46 e-mail: info@cas-training.com Catálogo 2015 Bases de Datos Oracle Database CAS-6001 Administración

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

Oracle Database 11g Comparison Chart

Oracle Database 11g Comparison Chart Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix

More information

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Oracle9i Database Release 2 Product Family

Oracle9i Database Release 2 Product Family Database Release 2 Product Family An Oracle White Paper January 2002 Database Release 2 Product Family INTRODUCTION Database Release 2 is available in three editions, each suitable for different development

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

Database. Administration. The Complete. and Procedures. Guide to DBA Practices. AAddison-Wesley. Second Edition. Mullins

Database. Administration. The Complete. and Procedures. Guide to DBA Practices. AAddison-Wesley. Second Edition. Mullins Database Administration The Complete Guide to DBA Practices and Procedures Second Edition Craig S. Mullins AAddison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal

More information

Sommario Chi Siamo 3 Partnership 4 Testing Center 5 Modalità di erogazione 6 Formazione finanziata 7 Voucher Formativi 8 Oracle 9 Database 9 Solaris Operating System 0 Java Technology 9 MySQL 9 Exadata

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Plug Into The Cloud. with Oracle Database 12c ORACLE WHITE PAPER DECEMBER 2014

Plug Into The Cloud. with Oracle Database 12c ORACLE WHITE PAPER DECEMBER 2014 Plug Into The Cloud with Oracle Database 12c ORACLE WHITE PAPER DECEMBER 2014 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Microsoft SQL Server 2012 Eğitimleri. Microsoft Windows Server 2012 Eğitimleri. Virtualization Eğitimleri. Forefront Eğitimleri

Microsoft SQL Server 2012 Eğitimleri. Microsoft Windows Server 2012 Eğitimleri. Virtualization Eğitimleri. Forefront Eğitimleri Microsoft SQL Server 2012 Eğitimleri 10775 Administering Microsoft SQL Server 2012 Databases 10776 Developing Microsoft SQL Server 2012 Databases 10777 Implementing a Data Warehouse with Microsoft SQL

More information

Database Decisions: Performance, manageability and availability considerations in choosing a database

Database Decisions: Performance, manageability and availability considerations in choosing a database Database Decisions: Performance, manageability and availability considerations in choosing a database Reviewing offerings from Oracle, IBM and Microsoft 2012 Oracle and TechTarget Table of Contents Defining

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Plán školení ČESKÁ REPUBLIKA. Prosinec 2013 Červen 2014

Plán školení ČESKÁ REPUBLIKA. Prosinec 2013 Červen 2014 Plán školení Prosinec 2013 Červen 2014 ČESKÁ REPUBLIKA ORACLE Czech Republic V Parku 2308/8 148 00 Prague Tel. +420 221 438 459 education_cz@oracle.com Plán školení: Prosinec 2013 Červen 2014 Oracle Database

More information

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances INSIGHT Oracle's All- Out Assault on the Big Data Market: Offering Hadoop, R, Cubes, and Scalable IMDB in Familiar Packages Carl W. Olofson IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA

More information

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities.

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities. Course Code: Title: Format: Duration: SSD024 Oracle 11g DBA I Instructor led 5 days Course Description Through hands-on experience administering an Oracle 11g database, you will gain an understanding of

More information

Oracle 11g New Features - OCP Upgrade Exam

Oracle 11g New Features - OCP Upgrade Exam Oracle 11g New Features - OCP Upgrade Exam This course gives you the opportunity to learn about and practice with the new change management features and other key enhancements in Oracle Database 11g Release

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

Contents RELATIONAL DATABASES

Contents RELATIONAL DATABASES Preface xvii Chapter 1 Introduction 1.1 Database-System Applications 1 1.2 Purpose of Database Systems 3 1.3 View of Data 5 1.4 Database Languages 9 1.5 Relational Databases 11 1.6 Database Design 14 1.7

More information

Agenda. Sedat Zencirci Technology Sales Consultancy Manager. Oracle Technology Stack. Business Requirements and Oracle offerings

Agenda. Sedat Zencirci Technology Sales Consultancy Manager. Oracle Technology Stack. Business Requirements and Oracle offerings Sedat Zencirci Technology Sales Consultancy Manager Agenda Oracle Technology Stack Oracle Database Oracle Fusion MiddleWare Oracle Applications Business Requirements and Oracle offerings High Availability

More information

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

More information

Tier Architectures. Kathleen Durant CS 3200

Tier Architectures. Kathleen Durant CS 3200 Tier Architectures Kathleen Durant CS 3200 1 Supporting Architectures for DBMS Over the years there have been many different hardware configurations to support database systems Some are outdated others

More information

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business

More information

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: 1.800.529.0165 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials training

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Oracle Database 12c: New Features for Administrators

Oracle Database 12c: New Features for Administrators Oracle University Contact Us: 67 52 67 24 Oracle Database 12c: New Features for Administrators Duration: 5 Days What you will learn In the Oracle Database 12c: New Features for Administrators course, you

More information

ORACLE DATABASE 11G: COMPLETE

ORACLE DATABASE 11G: COMPLETE ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data

More information

An Oracle White Paper June 2013. Plug into the Cloud with Oracle Database 12c

An Oracle White Paper June 2013. Plug into the Cloud with Oracle Database 12c An Oracle White Paper June 2013 Plug into the Cloud with Oracle Database 12c Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only,

More information

enterprise professional expertise distilled

enterprise professional expertise distilled Oracle Information Integration, Migration, and Consolidation The definitive guide to information integration and migration in a heterogeneous world Use Oracle technologies and best practices to manage,

More information

Oracle Cloud Strategy. Sudip Datta Vice President of Product Management

Oracle Cloud Strategy. Sudip Datta Vice President of Product Management Oracle Cloud Strategy Sudip Datta Vice President of Product Management The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated course will provide you with

More information

ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control

ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control FACULDADE DE EDUCAÇÃO SUPERIOR DO PARANÁ CURSO DE EXTENSÃO UNIVERSITÁRIA ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR Enterprise Manager and Other Tools Enterprise Manager (EM)

More information

Oracle - Engineered for Innovation. Thomas Kyte http://asktom.oracle.com

Oracle - Engineered for Innovation. Thomas Kyte http://asktom.oracle.com Oracle - Engineered for Innovation Thomas Kyte http://asktom.oracle.com The Beginning... Data Model with Structure Data Independent of Code Set-oriented 1977 the work begins GPS 1978 First RDBMS: Version

More information

Oracle s Big Data solutions. Roger Wullschleger. <Insert Picture Here>

Oracle s Big Data solutions. Roger Wullschleger. <Insert Picture Here> s Big Data solutions Roger Wullschleger DBTA Workshop on Big Data, Cloud Data Management and NoSQL 10. October 2012, Stade de Suisse, Berne 1 The following is intended to outline

More information

Securing Data in Oracle Database 12c

Securing Data in Oracle Database 12c Securing Data in Oracle Database 12c Thomas Kyte http://asktom.oracle.com/ Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures] Objectif Install Oracle Grid Infrastructure Install Oracle Database 11g Release 2 Use Oracle Restart to manage components Use Automatic Storage Management (ASM) enhancements Implement table compression

More information

Oracle Cloud Computing Strategy

Oracle Cloud Computing Strategy Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended

More information

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Kerry Osborne Randy Johnson Tanel Poder Apress Contents J m About the Authors About the Technical Reviewer a Acknowledgments Introduction xvi xvii xviii xix Chapter 1: What Is Exadata?

More information

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your own recovery requirements. You'll

More information

Inge Os Sales Consulting Manager Oracle Norway

Inge Os Sales Consulting Manager Oracle Norway Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database

More information

2009 Oracle Corporation 1

2009 Oracle Corporation 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

LISTE DES DOCUMENTS ORACLE

LISTE DES DOCUMENTS ORACLE REFERENCES SQL SQL Reference A58225 A67790 a96540 b14200-01 b28286 Oracle Database SQL Quick Reference b14195-01 b28285 GETTING STARTED Getting started with Oracle Management Pack for Oracle Application

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

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

Copyright 2014 Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Oracle Database 10g Product Family

Oracle Database 10g Product Family Oracle Database 10g Product Family An Oracle White Paper Jan. 2004 Oracle Database 10g Product Family INTRODUCTION Oracle Database 10g is available in four editions, each suitable for different development

More information

An Oracle White Paper June 2012. Oracle Database 11g Product Family

An Oracle White Paper June 2012. Oracle Database 11g Product Family An Oracle White Paper June 2012 Oracle Database 11g Product Family INTRODUCTION... 1 ENTERPRISE EDITION OPTIONS... 2 Oracle Active Data Guard... 2 Oracle Advanced Analytics... 2 Oracle Advanced Compression...

More information

Oracle Database 12c: Admin, Install and Upgrade Accelerated

Oracle Database 12c: Admin, Install and Upgrade Accelerated Oracle University Contact Us: + 38516306373 Oracle Database 12c: Admin, Install and Upgrade Accelerated Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Database Designers Support Engineer Technical Administrator Related Training Required Prerequisites Working knowledge of SQL and use of PL/SQL

More information

SQL Server Training Course Content

SQL Server Training Course Content SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance

More information

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

More information

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs MS-40074: Microsoft SQL Server 2014 for Oracle DBAs Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills and experience as an Oracle

More information

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system.

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system. DBA Fundamentals COURSE CODE: COURSE TITLE: AUDIENCE: SQSDBA SQL Server 2008/2008 R2 DBA Fundamentals Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows

More information

Oracle White Paper June 2013. Oracle Database 12c Product Family

Oracle White Paper June 2013. Oracle Database 12c Product Family Oracle White Paper June 2013 Oracle Database 12c Product Family Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

MySQL Strategy. Morten Andersen, MySQL Enterprise Sales. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

MySQL Strategy. Morten Andersen, MySQL Enterprise Sales. Copyright 2014 Oracle and/or its affiliates. All rights reserved. MySQL Strategy Morten Andersen, MySQL Enterprise Sales Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

<Insert Picture Here> Oracle VM and Cloud Computing

<Insert Picture Here> Oracle VM and Cloud Computing Oracle VM and Cloud Computing Paulo Bosco Otto Sales Consultant paulo.bosco.otto@oracle.com The following is intended to outline our general product direction. It is intended for

More information

Oracle White Paper June 2013. Oracle Database 12c Product Family

Oracle White Paper June 2013. Oracle Database 12c Product Family Oracle White Paper June 2013 Oracle Database 12c Product Family Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Oracle Middleware as Cloud Foundation. Filip Huysmans Contribute Group

Oracle Middleware as Cloud Foundation. Filip Huysmans Contribute Group Oracle Middleware as Cloud Foundation Filip Huysmans Contribute Group Join the buzz: Wifi pass: BANQ Twitter #oracleopenxperience @oopenxperience 2 Sunday 29 Monday Tuesday Wednesday Thursday 32 34 26

More information

Oracle Database 11g: New Features for Administrators

Oracle Database 11g: New Features for Administrators Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: New Features for Administrators Duração: 5 Dias Objetivos do Curso This course gives students the opportunity to learn about-and practice

More information

Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG

Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Oracle Database 12c Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Uptake of Oracle Database 12c compared with 11g 18,00% 16,00% 14,00% 12,00% 10,00% 8,00% 12.1 11.1 6,00% 4,00% 2,00% 0,00%

More information

Oracle Database 11g Product Family

Oracle Database 11g Product Family Oracle Database 11g Product Family An Oracle White Paper January 2008 Oracle Database 11g Product Family INTRODUCTION Oracle Database 11g is available in a choice of editions tailored to meet the business

More information

Einsatzfelder von IBM PureData Systems und Ihre Vorteile.

Einsatzfelder von IBM PureData Systems und Ihre Vorteile. Einsatzfelder von IBM PureData Systems und Ihre Vorteile demirkaya@de.ibm.com Agenda Information technology challenges PureSystems and PureData introduction PureData for Transactions PureData for Analytics

More information

System Administration of Windchill 10.2

System Administration of Windchill 10.2 System Administration of Windchill 10.2 Overview Course Code Course Length TRN-4340-T 3 Days In this course, you will gain an understanding of how to perform routine Windchill system administration tasks,

More information

An Oracle White Paper October 2010. Oracle Database 11g Product Family

An Oracle White Paper October 2010. Oracle Database 11g Product Family An Oracle White Paper October 2010 Oracle Database 11g Product Family INTRODUCTION... 1 ENTERPRISE EDITION OPTIONS... 2 Oracle Active Data Guard... 2 Oracle Advanced Compression... 2 Oracle Advanced Security...

More information

Oracle Big Data Handbook

Oracle Big Data Handbook ORACLG Oracle Press Oracle Big Data Handbook Tom Plunkett Brian Macdonald Bruce Nelson Helen Sun Khader Mohiuddin Debra L. Harding David Segleau Gokula Mishra Mark F. Hornick Robert Stackowiak Keith Laker

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Making IT Consumable Richard Garsthagen Director Cloud Business Development EMEA Copyright 2014, Oracle and/or its affiliates. All rights reserved. Trends Driving IT Innovation

More information

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Agenda Oracle Cloud Database Service Overview Cloud taxonomy What is the Database Cloud Service? Architecture

More information

Oracle Database 11g: RAC Administration Release 2

Oracle Database 11g: RAC Administration Release 2 Oracle University Contact Us: 01-800-919-3027 & 01-800-913-0322 Oracle Database 11g: RAC Administration Release 2 Duration: 4 Days What you will learn This Oracle Database 11g: RAC Administration Release

More information

Oracle Database 12c. Product Family ORACLE WHITE PAPER JANUARY 2015

Oracle Database 12c. Product Family ORACLE WHITE PAPER JANUARY 2015 Oracle Database 12c Product Family ORACLE WHITE PAPER JANUARY 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Introducing Oracle Exalytics In-Memory Machine

Introducing Oracle Exalytics In-Memory Machine Introducing Oracle Exalytics In-Memory Machine Jon Ainsworth Director of Business Development Oracle EMEA Business Analytics 1 Copyright 2011, Oracle and/or its affiliates. All rights Agenda Topics Oracle

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

Oracle Infrastructure Systems Management with Enterprise Manager and Ops Center CON4954

Oracle Infrastructure Systems Management with Enterprise Manager and Ops Center CON4954 Oracle Infrastructure Systems Management with Enterprise Manager and Ops Center CON4954 Simon Hayler Product Manager Oracle Enterprise Manager September, 2014 Safe Harbor Statement The following is intended

More information

Oracle Database Cloud Exadata Service

Oracle Database Cloud Exadata Service Oracle Database Cloud Exadata Service Exadata Performance, Cloud Simplicity The Oracle Database Cloud - Exadata Service (Exadata Service) delivers the world s best Cloud Database Platform by combining

More information

Overview: X5 Generation Database Machines

Overview: X5 Generation Database Machines Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database

More information

Expert Oracle. Database Architecture. Techniques and Solutions. 10gr, and 11g Programming. Oracle Database 9/, Second Edition.

Expert Oracle. Database Architecture. Techniques and Solutions. 10gr, and 11g Programming. Oracle Database 9/, Second Edition. Expert Oracle Database Architecture Oracle Database 9/, Techniques and Solutions 10gr, and 11g Programming Second Edition TECHNiSCHE JNFORMATIONSBIBLIOTHEK UN!VERSITAT BIBLIOTHEK HANNOVER Thomas Kyte Apress

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

Oracle Database 11g Product Family

Oracle Database 11g Product Family Oracle Database 11g Product Family An Oracle White Paper January 2009 Oracle Database 11g Product Family INTRODUCTION Oracle Database 11g is available in a choice of editions tailored to meet the business

More information

Cloud Storage in a PaaS World

Cloud Storage in a PaaS World Cloud Storage in a PaaS World Susan Wu Oracle Group Manager, Product Management Cloud Storage runs Apps Just like a Platform runs Applications, there are many Applications that need to run in Cloud Storage

More information

Chapter 3. Database Environment - Objectives. Multi-user DBMS Architectures. Teleprocessing. File-Server

Chapter 3. Database Environment - Objectives. Multi-user DBMS Architectures. Teleprocessing. File-Server Chapter 3 Database Architectures and the Web Transparencies Database Environment - Objectives The meaning of the client server architecture and the advantages of this type of architecture for a DBMS. The

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about

More information

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I COURCE TITLE DURATION DBA 11g Oracle Database 11g: Administration Workshop I 40 H. What you will learn: This course is designed to give students a firm foundation in basic administration of Oracle Database

More information

Oracle Exalytics Briefing

Oracle Exalytics Briefing Oracle Exalytics Briefing March 5, 2014 Dave Miller, Mythics Enterprise Architect Greg Mika, Mythics Enterprise Architect Agenda Introductions About Mythics Exalytics Overview Demonstration Scenario BI

More information

Course Schedule. India. February July 2016. Oracle University India Telephone: +1800-103-4775 oracle.com/in/education edus_in@oracle.

Course Schedule. India. February July 2016. Oracle University India Telephone: +1800-103-4775 oracle.com/in/education edus_in@oracle. Course Schedule February July 2016 India Oracle University India Telephone: +1800-103-4775 oracle.com/in/education edus_in@oracle.com Course Schedule February July 2016 Course Dur Feb Mar Apr May Jun Jul

More information

Information Technology Department Government of Sindh

Information Technology Department Government of Sindh Information Technology Department Government of Sindh Oracle Database Configuration & Installation Biometric Identification Electronic System ADP: 1488 Year: 2009 2010 Prepared By: 1. Oracle Database...

More information