Oracle Database 11g: Administration Workshop I

Size: px
Start display at page:

Download "Oracle Database 11g: Administration Workshop I"

Transcription

1 Oracle Database 11g: Administration Workshop I Student Guide D50102GC11 Edition 1.1 October 2008 D56326

2 Authors Maria Billings Deirdre Matishak Jim Spiller Priya Vennapusa Technical Contributors and Reviewers Christian Bauwens Monica Cervilla Claude Chervet Sangram Dash Andy Fortunak Gerlinde Frenzen Steve Friedberg Mark Fuller Joel Goodman Magnus Isaksson Pete Jones Akira Kinutani Pierre Labrousse Gwen Lazenby Hakan Lindfors Srinivas Putrevu Andreas Reinhardt Lauran Serhal Ira Singer Jenny Tsai Copyright 2008, 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 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 RIGHTS The U.S. Government s 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. Editors Aju Kumar Nita Pavitran Graphic Designer Rajiv Chandrabhanu Publishers Joseph Fernandez Jothi Lakshmi

3 Contents Preface I Introduction Course Objectives I-2 Suggested Schedule I-3 Oracle Products and Services I-4 Oracle Database 11g: g Stands for Grid I-5 Course Examples: HR Sample Schema I-7 1 Exploring the Oracle Database Architecture Objectives 1-2 Oracle Database 1-3 Connecting to a Server 1-4 Oracle Database Architecture: Overview 1-6 Connecting to the Database 1-7 Interacting with an Oracle Database 1-8 Oracle Database Server Structures 1-10 Oracle Database Memory Structures 1-11 Database Buffer Cache 1-13 Redo Log Buffer 1-14 Shared Pool 1-15 Allocation and Reuse of Memory in the Shared Pool 1-17 Large Pool 1-19 Java Pool and Streams Pool 1-20 Process Architecture 1-21 Process Structures 1-22 Database Writer Process (DBWn) 1-24 LogWriter Process (LGWR) 1-26 Checkpoint Process (CKPT) 1-28 System Monitor Process (SMON) 1-29 Process Monitor Process (PMON) 1-30 Recoverer Process 1-31 Archiver Processes (ARCn) 1-32 Other Processes 1-33 Server Process and Database Buffer Cache 1-35 iii

4 Database Storage Architecture 1-36 Logical and Physical Database Structures 1-38 Tablespaces and Data Files 1-40 SYSTEM and SYSAUX Tablespaces 1-41 Segments, Extents, and Blocks 1-42 Database Architecture: Summary of Structural Components 1-43 Summary 1-44 Practice 1: Overview Preparing the Database Environment Objectives 2-2 Tasks of an Oracle Database Administrator 2-3 Tools for Administering an Oracle Database 2-4 Installation: System Requirements 2-6 Checking the System Requirements 2-7 Optimal Flexible Architecture (OFA) 2-8 Optimal Flexible Architecture: Naming Scheme 2-9 Setting Environment Variables 2-11 Oracle Universal Installer (OUI) 2-13 Installing the Oracle Software 2-14 Advanced Installation Options 2-17 Installation Option: Silent Mode 2-18 Summary 2-19 Practice 2 Overview: Preparing the Database Environment Creating an Oracle Database Objectives 3-2 Planning the Database 3-3 Databases: Examples 3-4 Configuring the Listener 3-5 Database Configuration Assistant (DBCA) 3-8 Using the DBCA to Create a Database 3-9 Password Management 3-17 Creating a Database Design Template 3-18 Using the DBCA to Delete a Database 3-19 Using the DBCA for Additional Tasks 3-21 Summary 3-22 Practice 3 Overview: Using the DBCA 3-23 iv

5 4 Managing the Oracle Instance Objectives 4-2 Management Framework 4-3 Starting and Stopping Database Control 4-4 Oracle Enterprise Manager 4-5 Database Home Page 4-7 Other Oracle Tools 4-8 Using SQL*Plus 4-9 Calling SQL*Plus from a Shell Script 4-10 Calling a SQL Script from SQL*Plus 4-11 Initialization Parameter Files 4-12 Simplified Initialization Parameters 4-14 Initialization Parameters: Examples 4-15 Using SQL*Plus to View Parameters 4-19 Changing Initialization Parameter Values 4-21 Changing Parameter Values: Examples 4-23 Database Startup and Shutdown 4-24 Starting Up an Oracle Database Instance 4-25 Starting Up an Oracle Database Instance: NOMOUNT 4-26 Starting Up an Oracle Database Instance: MOUNT 4-27 Starting Up an Oracle Database Instance: OPEN 4-28 Startup Options: Examples 4-29 Shutting Down an Oracle Database Instance 4-30 Shutdown Modes 4-31 Shutdown Options 4-32 Shutdown Options: Examples 4-33 Shutdown Options 4-34 Using SQL*Plus to Start Up and Shut Down 4-35 Blackout Administration 4-36 Viewing the Alert Log 4-38 Viewing the Alert History 4-40 Using Trace Files 4-41 Dynamic Performance Views 4-43 Dynamic Performance Views: Usage Examples 4-44 Dynamic Performance Views: Considerations 4-45 Data Dictionary: Overview 4-46 Data Dictionary Views 4-47 v

6 Data Dictionary: Usage Examples 4-49 Summary 4-50 Practice 4 Overview: Managing the Oracle Instance Configuring the Oracle Network Environment Objectives 5-2 Oracle Net Services 5-3 Oracle Net Listener 5-4 Establishing Net Connections 5-5 Establishing a Connection 5-6 User Sessions 5-7 Tools for Configuring and Managing the Oracle Network 5-8 Listener Control Utility 5-10 Listener Control Utility Syntax 5-11 Listener Home Page 5-13 Net Services Administration Page 5-14 Creating a Listener 5-15 Adding Listener Addresses 5-16 Database Service Registration 5-17 Naming Methods 5-19 Easy Connect 5-20 Local Naming 5-21 Directory Naming 5-22 External Naming Method 5-23 Configuring Service Aliases 5-24 Advanced Connection Options 5-25 Testing Oracle Net Connectivity 5-27 User Sessions: Dedicated Server 5-28 User Sessions: Shared Servers 5-29 SGA and PGA 5-30 Shared Server: Connection Pooling 5-31 When Not to Use a Shared Server 5-32 Configuring Communication Between Databases 5-33 Connecting to Another Database 5-34 Summary 5-35 Practice 5 Overview: Working with Oracle Network Components Managing Database Storage Structures Objectives 6-2 Storage Structures 6-3 How Table Data Is Stored 6-4 vi

7 Database Block: Contents 6-5 Tablespaces and Data Files 6-6 Space Management in Tablespaces 6-7 Exploring the Storage Structure 6-8 Creating a New Tablespace 6-9 Storage for Locally Managed Tablespaces 6-11 Tablespaces in the Preconfigured Database 6-13 Altering a Tablespace 6-15 Actions with Tablespaces 6-17 Dropping Tablespaces 6-19 Viewing Tablespace Information 6-20 Viewing Tablespace Contents 6-21 Oracle Managed Files (OMF) 6-22 Enlarging the Database 6-23 Automatic Storage Management 6-24 ASM: Key Features and Benefits 6-25 ASM: Concepts 6-26 Summary 6-27 Practice 6 Overview: Managing Database Storage Structures Administering User Security Objectives 7-2 Database User Accounts 7-3 Predefined Accounts: SYS and SYSTEM 7-5 Creating a User 7-6 Authenticating Users 7-7 Administrator Authentication 7-9 Unlocking a User Account and Resetting the Password 7-10 Privileges 7-11 System Privileges 7-12 Object Privileges 7-14 Revoking System Privileges with ADMIN OPTION 7-15 Revoking Object Privileges with GRANT OPTION 7-16 Benefits of Roles 7-17 Assigning Privileges to Roles and Assigning Roles to Users 7-18 Predefined Roles 7-19 Creating a Role 7-20 Secure Roles 7-21 Assigning Roles to Users 7-22 Profiles and Users 7-23 Implementing Password Security Features 7-25 vii

8 Creating a Password Profile 7-27 Supplied Password Verification Function: VERIFY_FUNCTION_11G 7-28 Assigning Quotas to Users 7-29 Summary 7-31 Practice 7 Overview: Administering Users Managing Schema Objects Objectives 8-2 What Is a Schema? 8-3 Accessing Schema Objects 8-5 Naming Database Objects 8-6 Specifying Data Types in Tables 8-8 Creating and Modifying Tables 8-11 Understanding Data Integrity 8-13 Defining Constraints 8-15 Constraint Violations 8-16 Constraint States 8-17 Constraint Checking 8-19 Creating Constraints with SQL: Examples 8-21 Viewing the Columns in a Table 8-23 Viewing the Contents of a Table 8-24 Actions with Tables 8-25 Dropping a Table 8-26 Truncating a Table 8-27 Indexes 8-28 Types of Indexes 8-29 B-Tree Index 8-30 Bitmap Indexes 8-32 Index Options 8-34 Creating Indexes 8-36 Views 8-37 Creating Views 8-38 Sequences 8-39 Creating a Sequence 8-40 Using a Sequence 8-42 Temporary Tables 8-43 Temporary Tables: Considerations 8-44 Summary 8-45 Practice 8 Overview: Administering Schema Objects 8-46 viii

9 9 Managing Data and Concurrency Objectives 9-2 Manipulating Data by Using SQL 9-3 INSERT Command 9-4 UPDATE Command 9-5 DELETE Command 9-6 MERGE Command 9-7 COMMIT and ROLLBACK Commands 9-9 PL/SQL 9-10 Administering PL/SQL Objects 9-11 PL/SQL Objects 9-12 Functions 9-13 Procedures 9-14 Packages 9-15 Package Specification and Body 9-16 Built-in Packages 9-17 Triggers 9-18 Triggering Events 9-19 Locks 9-20 Locking Mechanism 9-21 Data Concurrency 9-22 DML Locks 9-24 Enqueue Mechanism 9-25 Lock Conflicts 9-26 Possible Causes of Lock Conflicts 9-27 Detecting Lock Conflicts 9-28 Resolving Lock Conflicts 9-29 Resolving Lock Conflicts with SQL 9-30 Deadlocks 9-31 Summary 9-32 Practice 9 Overview: Managing Data and Concurrency Managing Undo Data Objectives 10-2 Data Manipulation 10-3 Undo Data 10-4 Transactions and Undo Data 10-6 Storing Undo Information 10-7 Undo Data Versus Redo Data 10-8 Managing Undo 10-9 ix

10 Configuring Undo Retention Guaranteeing Undo Retention Changing an Undo Tablespace to a Fixed Size General Undo Information Using the Undo Advisor Viewing System Activity Summary Practice 10 Overview: Managing Undo Segments Implementing Oracle Database Security Objectives 11-2 Industry Security Requirements 11-3 Separation of Responsibilities 11-5 Database Security 11-6 Principle of Least Privilege 11-8 Applying the Principle of Least Privilege 11-9 Protect Privileged Accounts Monitoring for Compliance Standard Database Auditing Configuring the Audit Trail Default Auditing Uniform Audit Trails Specifying Audit Options Enterprise Manager Audit Page Using and Maintaining Audit Information Value-Based Auditing Fine-Grained Auditing FGA Policy Audited DML Statement: Considerations FGA Guidelines SYSDBA Auditing Maintaining the Audit Trail Security Updates Applying Security Patches Summary Practice 11 Overview: Implementing Oracle Database Security Database Maintenance Objectives 12-2 Database Maintenance 12-3 Terminology 12-4 x

11 Oracle Optimizer: Overview 12-5 Optimizer Statistics 12-6 Using the Manage Optimizer Statistics Page 12-7 Gathering Optimizer Statistics Manually 12-8 Preferences for Gathering Statistics Statistic Levels Automatic Workload Repository (AWR) AWR Infrastructure AWR Baselines Enterprise Manager and the AWR Managing the AWR Automatic Database Diagnostic Monitor (ADDM) ADDM Findings ADDM Recommendations Advisory Framework Enterprise Manager and Advisors DBMS_ADVISOR Package Automated Maintenance Tasks Automated Maintenance Tasks Configuration Server-Generated Alerts Setting Thresholds Creating and Testing an Alert Alerts Notification Reacting to Alerts Alert Types and Clearing Alerts Summary Practice 12 Overview: Proactive Maintenance Performance Management Objectives 13-2 Performance Monitoring 13-3 Enterprise Manager Performance Page 13-4 Drilling Down to a Particular Wait Category 13-5 Performance Page: Throughput 13-6 Performance Monitoring: Top Sessions 13-7 Performance Monitoring: Top Services 13-8 Managing Memory Components 13-9 Enabling Automatic Memory Management (AMM) Enabling Automatic Shared Memory Management (ASMM) Automatic Shared Memory Advisor Setting Shared Memory Components Manually xi

12 Using Memory Advisors Dynamic Performance Statistics Troubleshooting and Tuning Views Invalid and Unusable Objects Summary Practice 13 Overview: Monitoring and Improving Performance Backup and Recovery Concepts Objectives 14-2 Part of Your Job 14-3 Categories of Failure 14-4 Statement Failure 14-5 User Process Failure 14-6 Network Failure 14-7 User Error 14-8 Flashback Technology 14-9 Instance Failure Understanding Instance Recovery: Checkpoint (CKPT) Process Understanding Instance Recovery: Redo Log Files and LogWriter Understanding Instance Recovery Phases of Instance Recovery Tuning Instance Recovery Using the MTTR Advisor Media Failure Configuring for Recoverability Configuring the Flash Recovery Area Multiplexing Control Files Redo Log Files Multiplexing the Redo Log Archive Log Files Archiver (ARCn) Process Archive Log File: Naming and Destinations Enabling ARCHIVELOG Mode Summary Practice 14 Overview: Configuring for Recoverability Performing Database Backups Objectives 15-2 Backup Solutions: Overview 15-3 Oracle Secure Backup 15-4 User-Managed Backup 15-5 xii

13 Terminology 15-6 Recovery Manager (RMAN) 15-8 Configuring Backup Settings 15-9 Scheduling Backups: Strategy Scheduling Backups: Options Scheduling Backups: Settings Scheduling Backups: Schedule Scheduling Backups: Review Backing Up the Control File to a Trace File Managing Backups Viewing Backup Reports Monitoring the Flash Recovery Area Using the RMAN Command Line Summary Practice 15 Overview: Creating Database Backups Performing Database Recovery Objectives 16-2 Opening a Database 16-3 Keeping a Database Open 16-5 Data Recovery Advisor 16-6 Loss of a Control File 16-8 Loss of a Redo Log File 16-9 Loss of a Data File in NOARCHIVELOG Mode Loss of a Noncritical Data File in ARCHIVELOG Mode Loss of a System-Critical Data File in ARCHIVELOG Mode Data Failure: Examples Data Recovery Advisor Assessing Data Failures Data Failures Listing Data Failures Advising on Repair Executing Repairs Data Recovery Advisor Views Summary Practice 16 Overview: Performing Database Recovery Moving Data Objectives 17-2 Moving Data: General Architecture 17-3 Directory Objects: Overview 17-4 xiii

14 Creating Directory Objects 17-5 SQL*Loader: Overview 17-6 Loading Data with SQL*Loader 17-8 SQL*Loader Control File 17-9 Loading Methods External Table Population Using External Tables External Table Population with ORACLE_DATAPUMP External Table Population with ORACLE_LOADER Oracle Data Pump: Overview Oracle Data Pump: Benefits Data Pump Export and Import: Overview Data Pump Utility: Interfaces and Modes Fine-Grained Object Selection Advanced Feature: Sampling Export Options: Files Data Pump File Locations Data Pump File Naming and Size Scheduling and Running a Job Data Pump Import Data Pump Import: Transformations Data Pump: Performance Considerations Performance Initialization Parameters Data Pump Access Path: Considerations Using Enterprise Manager to Monitor Data Pump Jobs Data Dictionary Summary Practice 17 Overview: Moving Data Enhancing Database Capabilities Objectives 18-2 Using the Support Workbench 18-3 Viewing Critical Error Alerts in Enterprise Manager 18-4 Viewing Problem Details 18-5 Viewing Incident Details: Dump Files 18-6 Viewing Incident Details: Checker Findings 18-7 Creating a Service Request 18-8 Packaging and Uploading Diagnostic Data to Oracle Support 18-9 Tracking the Service Request and Implementing Repairs Closing Incidents and Problems Incident Packaging Configuration xiv

15 Working with Oracle Support MetaLink Integration Using MetaLink Researching an Issue Logging Service Requests Managing Patches Applying a Patch Release Using the Patch Advisor Using the Patch Wizard Applying a Patch Staging a Patch Summary Practice 18 Overview: Using EM Tools for Alerts and Patches Appendix A: Practices and Solutions Appendix B: Basic Linux and vi Commands Appendix C: SQL Statement Syntax Appendix D: Acronyms and Terms Appendix E: Next Steps: Continuing Your Education xv

Oracle Database 12c: Administration Workshop

Oracle Database 12c: Administration Workshop Oracle Database 12c: Administration Workshop Student Guide Volume I D78846GC10 Edition 1.0 July 2013 D82566 Authors Donna K. Keesling James L. Spiller Technical Contributors and Reviewers Darryl Balaski

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle Database 11g: Administration Workshop I Duration: 5 Days What you will learn This course is designed to give students a firm foundation in basic administration of Oracle Database 11g. In this class,

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle University Contacte con nosotros: 902 302 302 Oracle Database 11g: Administration Workshop I Duración: 5 Días Lo que aprenderá This course is designed to give students a firm foundation in basic

More information

Oracle Database 11g: Administration Workshop I - LVC

Oracle Database 11g: Administration Workshop I - LVC Oracle University Kontakt: 0180-2000-526 / +49 89-14301200 Oracle Database 11g: Administration Workshop I - LVC Dauer: 5 Tage Lerninhalte This course is designed to give students a firm foundation in basic

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 55-800-891-6502 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2 course explores the fundamentals of basic database

More information

Oracle Database 11g: Backup and Recovery Workshop

Oracle Database 11g: Backup and Recovery Workshop Oracle Database 11g: Backup and Recovery Workshop Student Guide D71862GC10 Edition 1.0 March 2011 D72508 Authors Donna Keesling James Spiller Technical Contributors and Reviewers Christopher D. Andrews

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop I

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop I Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop I What you will learn This Oracle Database 11g: Administration Workshop I Release 2 course explores the fundamentals

More information

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

COURSE CONTENT. ORACLE 10g/11g DBA.   web:  call: (+91) / 400, COURSE CONTENT ORACLE 10g/11g DBA 1. Introduction (Database Architecture) Oracle 10g: Database Describe course objectives Explore the Oracle 10g database architecture 2: Installing the Oracle Database

More information

Oracle Database 11g: Administration Workshop I. Oracle Internal & Oracle Academy Use Only. Volume II Student Guide

Oracle Database 11g: Administration Workshop I. Oracle Internal & Oracle Academy Use Only. Volume II Student Guide D50102GC20 Edition 2.0 September 2009 D62542 Oracle Database 11g: Administration Workshop I Volume II Student Guide Authors Deirdre Matishak Mark Fuller Technical Contributors and Reviewers Maria Billings

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Installing the Oracle Database Softwar

Installing the Oracle Database Softwar Contents chapter 1:Architecture Oracle Database Architecture Database Structures Oracle Memory Structures Process Structures Oracle Instance Management Server Process and Database Buffer Cache Physical

More information

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL:

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: A. Introduction Course Objectives, Course Agenda and Appendixes Used in this Course Overview of Oracle Database

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Oracle Database 12c: Administration Workshop Ed 2 NEW

Oracle Database 12c: Administration Workshop Ed 2 NEW Oracle Database 12c: Administration Workshop Ed 2 NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will

More information

Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led

Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led Certification: Oracle Database 12c Administrator Certified Associate Exam: Oracle Database 12c: Installation and Administration

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I D50102GC20 Edition 2.0 September 2009 D62541 Oracle Database 11g: Administration Workshop I Volume I Student Guide Authors Deirdre Matishak Mark Fuller Technical Contributors and Reviewers Maria Billings

More information

Oracle Database 12c: Administration Workshop Ed 2

Oracle Database 12c: Administration Workshop Ed 2 Oracle University Contact Us: +40 21 3678820 Oracle Database 12c: Administration Workshop Ed 2 Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about

More information

Oracle Database 12c: Administration Workshop Ed 2

Oracle Database 12c: Administration Workshop Ed 2 Oracle Database 12c: Administration Workshop Ed 2 Duration 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will discover

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

Oracle Database 12c Administration Workshop

Oracle Database 12c Administration Workshop Oracle Database 12c Administration Workshop Course information Days : 5 Total lessons : 18 Suggested Prerequisites : Oracle Database : SQL Fundamentals I Training includes : Experienced trainer(s) Pre-test

More information

Oracle Database 10g: New Features for Release 2 Overview Seminar

Oracle Database 10g: New Features for Release 2 Overview Seminar Oracle Database 10g: New Features for Release 2 Overview Seminar Student Guide D22139GC10 Edition 1.0 November 2005 D22563 Authors Christine Jeal Jean-Francois Verrier Technical Contributors and Reviewers

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Department of Computer Technology and Information Systems CTIS483- Database Administration Syllabus

Department of Computer Technology and Information Systems CTIS483- Database Administration Syllabus Course Details Credits 4 ECTS Credits 6 Prerequisite CTIS259 Semester 2016-2017 Spring Instructor E-mail Room, Phone Office Hours Assistant E-mail Room, Phone Lecture hours 4 Lab hours 1 URL (web pages)

More information

Oracle Database 11g: SQL Tuning Workshop. Student Guide

Oracle Database 11g: SQL Tuning Workshop. Student Guide Oracle Database 11g: SQL Tuning Workshop Student Guide D52163GC10 Edition 1.0 June 2008 Author Jean-François Verrier Technical Contributors and Reviewers Muriel Fry (Special thanks) Joel Goodman Harald

More information

Oracle Database 10g: 2 Day DBA for Windows

Oracle Database 10g: 2 Day DBA for Windows Oracle Database 10g: 2 Day DBA for Windows Student Guide D18422GC10 Edition 1.0 May 2005 D41682 Author Donna K. Keesling Technical Contributors and Reviewers Lothar Auert Robert Bungenstock Jose Marco-Dominguez

More information

Oracle Database 12c: Install and Upgrade Workshop

Oracle Database 12c: Install and Upgrade Workshop Oracle Database 12c: Install and Upgrade Workshop Student Guide D77766GC10 Edition 1.0 July 2013 D82686 Authors Donna Keesling Dominique Jeunot James Spiller Technical Contributors and Reviewers Roy Swonger

More information

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Oracle University Contact Us: +27 (0)11 319-4111 Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Duration: 1 Day What you will learn This package provides everything an

More information

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR The process of becoming Oracle Database certified broadens your knowledge and skills by exposing you to a wide array of important database features,

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

"Charting the Course... Oracle 18c DBA I (5 Day) Course Summary

Charting the Course... Oracle 18c DBA I (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager Database Express (EMDE), SQL Developer and SQL*Plus.

More information

Oracle Application Express: Administration Student Guide

Oracle Application Express: Administration Student Guide Oracle Application Express: Administration Student Guide D56361GC10 Edition 1.0 June 2011 D73408 Author Salome Clement Technical Contributors and Reviewers Veerabhadra Rao Putrevu Manish Pawar Chaitanya

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Oracle Database 11g: Oracle Secure Backup

Oracle Database 11g: Oracle Secure Backup Oracle Database 11g: Oracle Secure Backup Volume I Student Guide D57258GC10 Edition 1.0 March 2009 Part Number Author Maria Billings Technical Contributors and Reviewers Christian Bauwens Donna Cooksey

More information

Oracle Database 10g: Administration I. Course Outline. Oracle Database 10g: Administration I. 20 Jul 2018

Oracle Database 10g: Administration I. Course Outline. Oracle Database 10g: Administration I.  20 Jul 2018 Course Outline Oracle Database 10g: Administration I 20 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Oracle Database 10g: New Manageability Features

Oracle Database 10g: New Manageability Features Oracle Database 10g: New Manageability Features Student Guide D17030GC10 Edition 1.0 September 2003 D38639 Author Lex de Haan Technical Contributors and Reviewers Jean-Francois Verrier Christine Jeal Martin

More information

Course Overview on Oracle 11g Database Administration (OCP)

Course Overview on Oracle 11g Database Administration (OCP) Course Overview on Oracle 11g Database Administration (OCP) Course Description Oracle Database 11g Administrator Certified Professionals have the skills and expertise to manage the Oracle 11g Database

More information

Oracle Database 10g: Implement and Administer a Data Warehouse

Oracle Database 10g: Implement and Administer a Data Warehouse Oracle Database 10g: Implement and Administer a Data Warehouse Student Guide Volume 1 D18957GC10 Edition 1.0 November 2005 D22685 Authors Donna Keesling Jean Francois Verrier Jim Womack Technical Contributors

More information

Software Development & Education Center

Software Development & Education Center Software Development & Education Center Oracle 10g Database Administrator What you will learn Oracle 10g Database Administration Workshop 1 This course is your first step towards success as an Oracle professional,

More information

Oracle SQL Tuning for Developers Workshop Student Guide - Volume I

Oracle SQL Tuning for Developers Workshop Student Guide - Volume I Oracle SQL Tuning for Developers Workshop Student Guide - Volume I D73549GC10 Edition 1.0 October 2012 D78799 Authors Sean Kim Dimpi Rani Sarmah Technical Contributors and Reviewers Nancy Greenberg Swarnapriya

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

Oracle Database 11g: RAC Administration

Oracle Database 11g: RAC Administration Oracle Database 11g: RAC Administration Student Guide D50311GC40 Edition 4.0 December 2012 D78200 Authors James Womack James Spiller Technical Contributors and Reviewers Christopher Andrews Christian Bauwens

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle BI 11g R1: Build Repositories Volume I - Student Guide D63514GC11 Edition 1.1 June 2011 D73309 Author Jim Sarokin Technical Contributors and Reviewers Marla Azriel Roger Bolsius Bob Ertl Alan Lee

More information

Oracle Database 11g: Data Guard Administration

Oracle Database 11g: Data Guard Administration D52161GC30 Edition 3.0 May 2010 D67578 Oracle Database 11g: Data Guard Administration Student Guide Authors Mark Fuller Donna K. Keesling Technical Contributors and Reviewers Todd Bao Harald van Breederode

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

supporting Oracle products. An OCA credential is available for several of today s most in -demand technology job roles. OCA & OCP Requirement

supporting Oracle products. An OCA credential is available for several of today s most in -demand technology job roles. OCA & OCP Requirement https://workforce.oracle.com Computer Point Nepal is only authorized center of Oracle as an Oracle Workforce Development Partner Program under Oracle University in Nepal to deliver Official Oracle Trainings.

More information

Oracle Database 12c R2: Administration Workshop Ed 3 NEW

Oracle Database 12c R2: Administration Workshop Ed 3 NEW Oracle Database 12c R2: Administration Workshop Ed 3 NEW Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation

More information

Oracle Database 12c R2: Administration Workshop Ed 3

Oracle Database 12c R2: Administration Workshop Ed 3 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 12c R2: Administration Workshop Ed 3 Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course

More information

Oracle9i Database: Advanced Instance Tuning

Oracle9i Database: Advanced Instance Tuning Oracle9i Database: Advanced Instance Tuning Student Guide D16442GC10 Edition 1.0 December 2002 D37574 Authors Lex de Haan Joel Goodman Technical Contributors and Reviewers Scott Gossett Christine Jeal

More information

Oracle Database 10g: Data Guard Administration

Oracle Database 10g: Data Guard Administration Oracle Database 10g: Data Guard Administration Volume I Student Guide D17316GC20 Edition 2.0 October 2006 D47657 Author Donna K. Keesling Technical Contributors and Reviewers Christopher D. Andrews Harald

More information

Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide

Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide D76689GC10 Edition 1.0 March 2013 D81509 Author Elio Bonazzi Editors Smita Kommini Raj Kumar Richard Wallis Graphic Designer Rajiv

More information

Oracle Database 10g: SQL Fundamentals I

Oracle Database 10g: SQL Fundamentals I Oracle Database 10g: SQL Fundamentals I Student Guide Volume I D17108GC21 Edition 2.1 December 2006 D48183 Authors Chaitanya Koratamaddi Nancy Greenberg Technical Contributors and Reviewers Wayne Abbott

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

Oracle Database. 2 Day DBA 10g Release 2 (10.2) B

Oracle Database. 2 Day DBA 10g Release 2 (10.2) B Oracle Database 2 Day DBA 10g Release 2 (10.2) B14196-03 April 2012 Oracle Database 2 Day DBA, 10g Release 2 (10.2) B14196-03 Copyright 2004, 2012, Oracle and/or its affiliates. All rights reserved. Primary

More information

MySQL Performance Tuning

MySQL Performance Tuning MySQL Performance Tuning Student Guide D61820GC20 Edition 2.0 May 2011 D73030 Author Jeff Gorton Copyright 2011, Oracle and/or it affiliates. All rights reserved. Disclaimer Technical Contributors and

More information

Course: Oracle Database 12c R2: Administration Workshop Ed 3

Course: Oracle Database 12c R2: Administration Workshop Ed 3 Course: Oracle Database 12c R2: Administration Workshop Ed 3 The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation in administration of an Oracle

More information

Oracle Adaptive Access Manager: Administration Student Guide

Oracle Adaptive Access Manager: Administration Student Guide Oracle Adaptive Access Manager: Administration Student Guide D70569GC10 Edition 1.0 October 2008 D56328 Authors Steve Friedberg Shankar Raman Technical Contributors and Reviewers Philip Garm Steve Jackle

More information

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5.

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5. Course Outline: Oracle Database 11g: Administration II Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: In this course, the concepts and architecture that support

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Volume II Student Guide D17079GC21 Edition 2.1 October 2005 D22244 Authors Christine Jeal Janet Stern Jean-Francois Verrier Technical Contributors and

More information

Oracle Database 11g: Administration Workshop II

Oracle Database 11g: Administration Workshop II Oracle Database 11g: Administration Workshop II Duration: 5 Days What you will learn In this course, the concepts and architecture that support backup and recovery, along with the steps of how to carry

More information

Oracle Architectural Components

Oracle Architectural Components Oracle Architectural Components Date: 14.10.2009 Instructor: Sl. Dr. Ing. Ciprian Dobre 1 Overview of Primary Components User process Shared Pool Instance SGA Server process PGA Library Cache Data Dictionary

More information

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Code: Lengt h: URL: 12cDB-A 5 days View Online The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with

More information

Oracle Service Bus 10g R3: System Administration

Oracle Service Bus 10g R3: System Administration Oracle Service Bus 10g R3: System Administration Student Guide D56301GC11 Edition 1.1 November 2010 D69775 Authors Bill Bunch Bijoy Choudhury Swarnapriya Shridhar Technical Contributor and Reviewer Tom

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Student Guide Volume 1 D80149GC10 Edition 1.0 July 2013 D82757 Authors Bill Bell Elio Bonazzi TJ Palazzolo Steve Friedberg Technical Contributors and Reviewers

More information

ORACLE DBA I. Exploring Oracle Database Architecture

ORACLE DBA I. Exploring Oracle Database Architecture ORACLE DBA I Exploring Oracle Database Architecture Introducing Oracle Database Relation Database Models Oracle SQL and PL/SQL Oracle Database Server Architecture Connecting to Oracle Databases Oracle

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database 11g: SQL Fundamentals I Volume I Student Guide D49996GC11 Edition 1.1 April 2009 D59980 Authors Puja Singh Brian Pottle Technical Contributors and Reviewers Claire Bennett Tom Best Purjanti

More information

Oracle Content Server 11g: Administration

Oracle Content Server 11g: Administration Oracle Content Server 11g: Administration Volume I Student Guide D63093GC10 Edition 1.0 June 2011 D68962 Authors Saskia Nehls Marsha Hancock Deepa Pottangadi Technical Contributors and Reviewers Vijay

More information

Oracle Database 10g: Implementing Database Vault

Oracle Database 10g: Implementing Database Vault Oracle Database 10g: Implementing Database Vault Student Guide D44719GC10 Edition 1.0 August 2006 D47175 Authors Tom Best James Spiller Technical Contributors and Reviewers Tom Bolick Harald van Breederode

More information

Oracle Warehouse Builder 10g: Administration

Oracle Warehouse Builder 10g: Administration Oracle Warehouse Builder 10g: Administration Volume I Student Guide D44810GC10 Edition 1.0 January 2007 D49160 Authors Puja Singh Richard Green Technical Contributors and Reviewers David Allan Sharath

More information

Oracle Database 12c: SQL Tuning for Developers

Oracle Database 12c: SQL Tuning for Developers Oracle Database 12c: SQL Tuning for Developers Student Guide Volume I D79995GC10 Edition 1.0 December 2016 D84109 Learn more from Oracle University at education.oracle.com Author Dimpi Rani Sarmah Technical

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

Oracle RMAN for Absolute Beginners

Oracle RMAN for Absolute Beginners Oracle RMAN for Absolute Beginners Darl Kuhn Apress Contents About the Author Acknowledgments Introduction xvii xix xxi Chapter 1: Getting Started... 1 Connecting to Your Database 1 Establishing OS Variables

More information

Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide

Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide D21723GC20 Production 2.0 July 2006 D46774 Author Danny Lau Technical Contributors and Reviewers David Aspinwall Percy Chan

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

MySQL Cluster Student Guide

MySQL Cluster Student Guide MySQL Cluster Student Guide D62018GC11 Edition 1.1 November 2012 D79677 Technical Contributor and Reviewer Mat Keep Editors Aju Kumar Daniel Milne Graphic Designer Seema Bopaiah Publishers Sujatha Nagendra

More information

Expert Oracle Database

Expert Oracle Database Expert Oracle Database logadministration Sam R. Alapati Apress Contents About the Author About the Technical Reviewer Acknowledgments Introduction xxxiii xxxiv xxxv xxxvii PART 1 Background, Data Modeling,

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Volume I Student Guide D17079GC10 Edition 1.0 February 2004 D39099 Authors Ric Van Dyke Lex de Haan Christine Jeal Janet Stern Jean-Francois Verrier

More information

Oracle Data Integrator: Administration and Development Volume I Student Guide

Oracle Data Integrator: Administration and Development Volume I Student Guide Oracle Data Integrator: Administration and Development Volume I Student Guide D48459GC30 Edition 3.0 December 2007 D53463 Authors Laura Hofman Miquel FX Nicolas Technical Contributor and Reviewer Sharath

More information

Oracle VM Administration: Oracle VM Server for x86 Student Guide

Oracle VM Administration: Oracle VM Server for x86 Student Guide Oracle VM Administration: Oracle VM Server for x86 Student Guide D74549GC10 Edition 1.0 April 2012 D76950 Author Michele Dady Editors Aju Kumar Anwesha Ray Graphic Designer Satish Bettegowda Publishers

More information

Oracle Hyperion Data Relationship Management Administration Activity Guide

Oracle Hyperion Data Relationship Management Administration Activity Guide Oracle Hyperion Data Relationship Management 11.1.1 Administration Activity Guide D56817GC10 Edition 1.0 April 2009 D59184 Authors Jody Glover Sergiy Pecherskyy Technical Contributors and Reviewers Matt

More information

PASS4TEST 専門 IT 認証試験問題集提供者

PASS4TEST 専門 IT 認証試験問題集提供者 PASS4TEST 専門 IT 認証試験問題集提供者 http://www.pass4test.jp 1 年で無料進級することに提供する Exam : 1z0-052 Title : Oracle Database 11g: Administration I Vendor : Oracle Version : DEMO Get Latest & Valid 1Z0-052 Exam's Question

More information

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I D64974GC20 Edition 2.0 September 2012 D78954 Author Richard Green Technical Contributors and Reviewers Alex Kotopoulis

More information

DumpsKing. Latest exam dumps & reliable dumps VCE & valid certification king

DumpsKing.   Latest exam dumps & reliable dumps VCE & valid certification king DumpsKing http://www.dumpsking.com Latest exam dumps & reliable dumps VCE & valid certification king Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version

More information

Oracle Database Vault

Oracle Database Vault Oracle Database Vault DBA Administrative Best Practices ORACLE WHITE PAPER MAY 2015 Table of Contents Introduction 2 Database Administration Tasks Summary 3 General Database Administration Tasks 4 Managing

More information

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z Course Outline [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 28 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards

More information

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z Course Outline [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z0-063 18 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards

More information

Oracle 1Z Oracle Database 11g: Administration I. Download Full Version :

Oracle 1Z Oracle Database 11g: Administration I. Download Full Version : Oracle 1Z0-052 Oracle Database 11g: Administration I Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-052 D. Functionbased index Answer: A QUESTION: 191 The user HR owns the EMP

More information

Oracle WebLogic Server 11g: Overview for WLS Administrators

Oracle WebLogic Server 11g: Overview for WLS Administrators Oracle WebLogic Server 11g: Overview for WLS Administrators Student Guide D60811GC10 Edition 1.0 July 2009 D61310 Authors Steve Friedberg T J Palazzolo Shankar Raman Technical Contributors and Reviewers

More information

SQL (Structured Query Language)

SQL (Structured Query Language) Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Oracle DBA 11g SQL (Structured Query Language) Software Installation (Environment Setup for Oracle on Window10)

More information

Oracle GoldenGate 11g Fundamentals for Oracle

Oracle GoldenGate 11g Fundamentals for Oracle Oracle GoldenGate 11g Fundamentals for Oracle Student Guide D66519GC10 Edition 1.0 February 2011 D72291 Disclaimer This document contains proprietary information and is protected by copyright and other

More information

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo Oracle Exam Questions 1Z0-052 Oracle Database 11g: Administration I Version:Demo 1. You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve

More information

Oracle 1Z Oracle Database 11g- Administrator I. Download Full Version :

Oracle 1Z Oracle Database 11g- Administrator I. Download Full Version : Oracle 1Z1-052 Oracle Database 11g- Administrator I Download Full Version : https://killexams.com/pass4sure/exam-detail/1z1-052 QUESTION: 153 User SCOTT executes the following command on the EMP table

More information