1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Size: px
Start display at page:

Download "1 Copyright 2011, Oracle and/or its affiliates. All rights reserved."

Transcription

1 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

2 Subsetting and Masking: Advanced Techniques for Test Management Jagan R. Athreya, Director, base and Exadata Manageability Derek Messie, Senior DBA, Cornell University 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Presenting with

3 Program Agenda Costs of production data in test environments Application data model and data discovery subsetting masking PeopleSoft data masking: a case study by Cornell U. 3 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

4 Program Agenda Costs of production data in test environments Application data model and data discovery subsetting masking PeopleSoft data masking: a case study by Cornell U. 4 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

5 2/3 rd of Sensitive and Regulated Resides in bases and growing exponentially BUT IS IT SECURE? Source: IDC, ,800 Exabytes Copyright 2011, Oracle and/or its affiliates. All rights reserved.

6 Challenges in Setting up Test Systems Cannot use sensitive data in test without obfuscation Producing relationally intact subset is hard but necessary Full production copies for test systems not cost effective Test System Setup Error-prone, manual process 6 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

7 Complexity of Enterprise Applications Financials Supply Chain Management Human Capital Management Customer Relationship Management z What is the relationship between tables across the various applications? What are the data extraction rules that produces referentially intact subsets? Will the subsetted data fit into the available storage for test systems? What are the various types of sensitive data used across the applications? Where are these sensitive data stored and how are they related to each other? 7 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

8 Test Management Solutions Sensitive Identification Subsetting Relationship Modeling Test System Setup Masking 8 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

9 Program Agenda Costs of production data in test environments Application data models and data discovery subsetting masking PeopleSoft data masking: a case study by Cornell U. 9 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

10 Discovery and Modeling Application Models Scans application schemas to model relationships between tables and columns Extract data relationships from Oracle Applications meta-data Oracle ebusiness Suite Oracle Fusion Applications Store referential relationships stored in repository Enables test data operations such as data subsetting, masking Relationship Modeling Sensitive Identification Test System Setup Subsetting Masking 10 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

11 Discovery and Modeling Sensitive Identification Sensitive data discovery Pattern-based database scanning Import from pre-built mask templates Masking Templates for Oracle Applications Fusion Applications Relationship Modeling Sensitive Identification Test System Setup Subsetting Masking 11 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

12 Sensitive Column Discovery Discover the sensitive column using patterns Create Sensitive Column Types using Regular Expression to define the pattern for column name, comment, or data Run a discovery job to scan the database and discover the sensitive columns Import from masking templates Import the masking templates for Oracle Applications such as Fusion Applications Sensitive columns will be automatically tagged Set columns as sensitive Manually Add columns directly in the sensitive column list 12 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 12

13 Program Agenda Costs of production data in test environments Application data models and data discovery subsetting masking PeopleSoft data masking: a case study by Cornell U. 13 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

14 Subsetting What? A relationally intact and yet fractional representation of production data for test and development purposes Why? Reduce the storage overhead created by production data copies in various application z environments Allow developers to perform real world application development by using production-class data Production Application data Test Application data Relationship Modeling Sensitive Identification Test System Setup Subsetting Application metadata Subset criteria: REGION = NORTH AMERICA AND FISCAL_YEAR = 2009 Application metadata Masking 14 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

15 Select Applications for Subset Relationship Modeling Sensitive Identification Test System Setup Subsetting Masking Financials Supply Chain Management Human Capital Management Customer Relationship Management z Identifies the tables associated with the application(s) Transfers relationships between tables from ADM into Subset Definition Transfer additional metadata from the ADM into Subset Definitions Constraints, Indexes 15 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

16 Define Subset Parameters Relationship Modeling Sensitive Identification Test System Setup Subsetting Masking Time (FY:2011) Dimension (Region:Asia) Space (Size:10%) Analyzes dependencies between tables to select the subset driver tables by traversing down and across the ADM Defines extraction (WHERE) clause to select the rows for each of the tables that will included in the subset Analyzes table statistics to estimate size of the database generated from the specified subset parameter 16 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

17 Subsetting - High Performance Execution Production Export = Writing subset data via Pump Import Test pump Export file Production Clone In-Place subset = Deleting data in the same database Test base size Subset size Time* Pump method 1 Terabyte 200G (20%) 1 hour 8 minutes Clone and delete 1 Terabyte 200G (20%) 5 hours 49 minutes 17 Copyright 2011, Oracle and/or its affiliates. All rights reserved. *2-nodes Intel Xeon 6-core X5675 Processor w/ 216G memory running OEL 5.5

18 Subsetting: End to End Process Production HR.EMPLOYEES NAME JOB_ID SALARY AGUILAR SA_MAN BENSON SA_REP HR.JOBS JOB_ID JOB Min_SAL HR.EMPLOYEES NAME JOB_ID SALARY Table rule: Salary< 60,000 HR.JOBS JOB_ID JOB Min_SAL Table rule: Min_Sal < 20,000 Test/Staging HR.EMPLOYEES NAME JOB_ID SALARY AGUILAR SA_MAN HR.JOBS JOB_ID JOB Min_SAL SA_MAN Sales Mgr SA_MAN Sales Mgr SA_REP Sales Repres Create Application Model Create Subset Definition Create Test base Extract Subset: 2 methods Extract and import Clone and delete Schemas Tables Relationships collected EM Schemas Tables Relationships retrieved

19 Program Agenda Costs of production data in test environments Application data models and data discovery subsetting masking PeopleSoft data masking: a case study by Cornell U. 19 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

20 Secure Test System Deployment Masking Production LAST_NAME SSN SALARY AGUILAR ,000 Relationship Modeling Test Sensitive Identification Test System Setup Subsetting LAST_NAME SSN SALARY SMITH ,000 Masking BENSON ,000 MILLER ,000 Deploy secure test system by masking sensitive data Extensible template library and policies for automation Sophisticated masking: Condition-based, compound, deterministic Integrated masking and cloning NEW in EM 11g: Heterogeneous Masking NEW in EM 11g: Pre- and Post-mask commands and command line (EMCLI) support NEW in EM 12c: Masking integration with Real Application Testing NEW in EM 12c: Key-based reversible masking

21 Oracle Masking Comprehensive and Extensible Mask Library Mask formats for common sensitive data Accelerates solution deployment of masking Extensible mask routines Enables customization of business rules Define once, apply everywhere Ensures consistent enforcement of policies 21 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

22 Oracle Masking Sophisticated Masking Techniques Conditionbased Masking Compound Masking Compound Mask Sets of related columns masked together e.g. Address, City, State, Zip, Phone Condition-based Masking Specify separate mask format for each condition, e.g. driver s license format for each state SQL-expression based masking Use SQL functions, e.g. UPPER, SUBSTR, TO_CHAR, to generate mask values, e.g. SUBSTR(%ORIG_VALUE%,1,3)

23 Heterogeneous Masking Enterprise Manager Cloujd Control with Masking Oracle bases manage manage manage Production (Oracle) Staging (Oracle) Test (Oracle) Production (non-oracle) Staging (Oracle) Test (non-oracle) Non-Oracle bases base Gateway base Gateway monitor manage monitor Relationship Modeling Sensitive Identification Test System Setup Enterprise Manager Cloud Control with Masking Subsetting Masking Available for IBM DB2, Microsoft SQLServer, Sybase

24 Integrating ODI using EMCLI & pre- post- mask XML masking with Oracle Integrator Flat file masking with Oracle Integrator Incremental masking using Oracle Integrator Pre-Mask Read XML and DTD into tables Reverse engineer flat file into tables Listen for journaled records and write to tables Mask Mask using Oracle Masking Mask using Oracle Masking Mask Using Oracle Masking Post-Mask Write masked data back to XML from tables using DTD Write masked data back to flat file from tables using reverseengineered structure Write masked incremental transactions to Test DB 24 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 24

25 Key-based Reversible Masking New in EM 12c Mask format is preserved Any pattern and any length Numeric, alphanumeric or mixed Deterministic Unique Key-based Unmask Reverse the masked data back to its original value with the same key 25 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

26 Secure base Testing New in EM 12c End-to-end testing with real workloads Create Test System Capture Workload SQL Performance Analyzer Replay Workload SQL unit testing for response time Identify and tune regressed SQL Integrated into SQL Tuning Advisor and SQL Plan Baseline Deploy Replay Clients base Replay Load, performance testing for throughput Remediate application concurrency problems Integrated with Oracle Application Testing Suite for superior comprehensive testing solution Seamless integration with Masking to preserve data privacy compliance 26 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

27 Masking Real Application Testing Workloads Real Application Testing Integration with Masking Copying production data to test systems puts sensitive information at risk Perform secure, production-scale testing Sensitive data found in workload capture files and STS are masked along with application data STS bind data (used with SPA) Workload Capture files (used with DB Replay) AWR sensitive bind data is purged Consistent masking across all data sources and workloads 27 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

28 Masking Internals of RAT workloads Real Application Testing routine called from data masking script to Initialize Sensitive columns are introspected from masking definition All identified sensitive binds in STS are extracted and placed into masking staging tables All identified sensitive binds in base Replay capture files are extracted and placed into masking staging tables Build Mapping tables containing original sensitive and masked values using masking routines

29 Masking Definition Compatibility and Restrictions SQL Expression and Conditional format masking in masking definition not compatible base Replay capture files and SQL Tuning Sets may not contain entire data set Conditions may be based on values outside the workload Masking of literals in base Replay capture files and SQL Tuning Sets is not supported It is not a best practice to store sensitive data as literals.

30 Program Agenda Costs of production data in test environments Application data models and data discovery subsetting masking PeopleSoft data masking: a case study by Cornell U. 30 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

31 Cornell Presentation ERP Masking Environment Overview Cornell OEM/ERP Environment Need for Masking at Cornell Key Project Tasks Challenges/Lessons Learned

32 Cornell Cornell OEM/ERP ERP Masking Environment Grid Control version Targets 181 bases (Mostly version , moving to 11.2) Peoplesoft Campus Solutions v8.9; including Contributor Relations, Student Administration, Admissions, Financial Aid, HR, Payroll and ELM. Marts Derek Messie - Cornell University Cornell University Oracle Open World October 6, 2011

33 Why Does Cornell Cornell ERP Masking Need Environment Masking? Production data often used in non-production environments Development Training QA External File Processing External file feeds to health, government or academic agencies. Breach Incident Identity theft protection services for all those potentially effected. Credit rating reports.

34 Cornell Masking ERP Masking Project Environment Scope The data masking project is focused on data in the PeopleSoft environment for phase 1. masking does NOT Impact production Non production databases impacted by project: All development environments All training environments All QA environments All Non production environments with Cornell data Derek Messie - Cornell University Cornell University Oracle Open World October 6, 2011

35 Cornell Masking ERP Masking Project Environment Scope Implement data masking for the following data elements in ALL non-production transactional and reporting systems. Social Security Number (National ID) Credit Card Number Driver s License Bank Account Number Patient Treatment Information Derek Messie - Cornell University Cornell University Oracle Open World October 6, 2011

36 Masking Cornell Requirements ERP Masking Environment / Constraints Element Social Security Number Found in PS Tables as National ID, SSN, etc. data columns. Masking Pack Algorithm : TableColumns Bank Account Number Masking Pack Algorithm : Substitute Masking Requirements / Constraints Non-blank and non-null values are masked with a unique random value is consistently masked for the person entity --- that is: the source value is masked to the same masked value in all locations across the PS database Notes: 1. There is a diminutive chance that a random value generated results in a value that is currently a valid SSN in the PS database; however, the masking process ensures that the masked value is not assigned to the person entity who owns the actual (original) value. 2. The random value generated abides by the PS edit rules where the following value(s) are not permitted: 000*, 666*, 700*-728*, 8*, 9*, 999*, , or The random value generated will not result in a value in the range of: through As Non-blank this block and of values non-null is reserved values so are that masked developers with a or random business value functional testers can set-up new person entities in the test db and use an SSN or National ID value in this range. is consistently masked --- that is: the source value is masked to the same masked value in all locations across the PS database Notes: 1. There is a diminutive chance that a random value generated results in a non-unique value. This could result in bank account numbers, which were separate and distinct in the original data, to now be masked to the same bank account number values (i.e. combined) in the masked data set. Derek Messie - Cornell University Cornell University Oracle Open World October 6, 2011

37 Masking Cornell ERP Algorithms Masking Environment Shuffle Fixed String Fixed Number Substring Null Values Random Strings Random Numbers Random Digits Random Dates Preserve Original Substitute Deterministic (hash function - i.e., values generated are consistent) Does NOT guarantee value uniqueness. Table Column Deterministic (table look-up) Can be used to generate unique values. User Defined Function Post-Processing Function

38 Cornell Basic ERP Masking Process Environment Flow Process - Overview Setup Execution pre-processing post-processing Establish Masking Rules Define Meta in OEM Masking Pack Oracle Masking Pack Masking Script (OEM) Schedule Job in OEM Masked base Gold Copy NONPROD NONPROD NONPROD NONPROD NONPROD NONPROD Derek Messie - Cornell University Cornell University Oracle Open World October 6, 2011

39 Challenges Cornell ERP Masking / Lessons Environment Learned Change for functional & technical groups External File Processing Embedded SSN s in text fields Validation Were values masked consistently? Are they unique? scripts to check row counts, distinct values. Derek Messie - Cornell University Cornell University Oracle Open World October 6, 2011

40 Cornell Acknowledgements ERP Masking Environment Thanks To Cornell University Tony Damiani Assistant Director (Business Intelligence) Gary Chaika DBA (Applications Middleware) Oracle Corporation Jagan Athreya - Director, base and Exadata Manageability Derek Messie - Cornell University Cornell University Oracle Open World October 6, 2011

41 41 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Q&A

42 42 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

43 43 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Welcome to the Oracle Enterprise Manager Technical Webcast Series

Welcome to the Oracle Enterprise Manager Technical Webcast Series Welcome to the Oracle Enterprise Manager Technical Webcast Series Please ensure that you are connected to the audio portion of this event which is available by dialing: Dial-in US/Canada : ( 888 ) 794-4691

More information

Oracle Data Masking and Subsetting

Oracle Data Masking and Subsetting Oracle Data Masking and Subsetting Frequently Asked Questions (FAQ) S E P T E M B E R 2 0 1 6 Product Overview Q: What is Data Masking and Subsetting? A: Data Masking or Static Data Masking is the process

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 DBA Best Practices for Protecting Data Privacy with Oracle Data Masking Waleed Ahmed, Principal Product Manager Oracle Tom Jernejcic, Supervising DBA Riverside County Safe Harbor Statement The following

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Data Masking Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Data Masking Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Data Masking Lab Session S318966 Oracle Enterprise Manager 11g Data Masking Hands on Lab Introduction to Enterprise Manager 11g Oracle

More information

Managing Oracle Database 12c with Oracle Enterprise Manager 12c

Managing Oracle Database 12c with Oracle Enterprise Manager 12c Managing Oracle Database 12c with Oracle Enterprise Manager 12c The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Bulletproof Your Application Upgrades with Secure Data Masking and Subsetting

Bulletproof Your Application Upgrades with Secure Data Masking and Subsetting Bulletproof Your Application Upgrades with Secure Data Masking and Subsetting Jagan R. Athreya, Oracle Senior Director, Database Manageability JT Gaietto, SquareTwo Financial IT Manager, Security and Compliance

More information

Worry Free Application Upgrades

Worry Free Application Upgrades Worry Free Application Upgrades Jagan R. Athreya Oracle Corporation Naveen Garg ColorCon The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Prabhaker Gongloor (GP) Product Management Director, Database Manageability, Oracle

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 Managing Oracle Database 12c with Oracle Enterprise Manager 12c Martin

More information

The 10 Principles of Security in Modern Cloud Applications

The 10 Principles of Security in Modern Cloud Applications The 10 Principles of Security in Modern Cloud Applications Nigel King, Vice President, Oracle In-Depth Seminars D11 1 Safe Harbor Statement The following is intended to outline our general product direction.

More information

idiscover RELATIONSHIPS Next find any documented relationships (database level). Ex., foreign keys

idiscover RELATIONSHIPS Next find any documented relationships (database level). Ex., foreign keys idiscover Discover Accurately In every implementation without exception, MENTIS has found unprotected data in tens to hundreds, and in some cases, thousands of undocumented locations. If you aren t finding

More information

Database Centric Information Security. Speaker Name / Title

Database Centric Information Security. Speaker Name / Title Database Centric Information Security Speaker Name / Title The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

CA Test Data Manager 3.x: Foundations 200

CA Test Data Manager 3.x: Foundations 200 CA EDUCATION COURSE DESCRIPTION CA Test Data Manager 3.x: Foundations 200 Course Overview PRODUCT RELEASE CA Test Data Manager 3.2 This course provides students with primary concepts on each function of

More information

Private Clouds: Opportunity to Improve Data Security and Lower Costs. InfoTRAMS Fusion Tematyczny, Bazy Danych, Kariera I Prywatny Sprzęt t W Pracy

Private Clouds: Opportunity to Improve Data Security and Lower Costs. InfoTRAMS Fusion Tematyczny, Bazy Danych, Kariera I Prywatny Sprzęt t W Pracy Private Clouds: Opportunity to Improve Data Security and Lower Costs InfoTRAMS Fusion Tematyczny, Bazy Danych, Kariera I Prywatny Sprzęt t W Pracy Private Clouds: Opportunity to Improve Data Security and

More information

Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager

Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager Hari Srinivasan Consulting Product Manager, Oracle Bala Kuchibhotla Sr. Director Engineering, Oracle Gurushankar Director

More information

Oracle Database Lifecycle Management

Oracle Database Lifecycle Management Oracle Database Lifecycle Management Simplified Database management across clouds #EM12c Copyright 2014 Oracle and/or its affiliates. All rights reserved. Agenda Key Challenges and Solutions Oracle Database

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 11g: Real Application Testing & Manageability Overview

Oracle Database 11g: Real Application Testing & Manageability Overview Oracle Database 11g: Real Application Testing & Manageability Overview Top 3 DBA Activities Performance Management Challenge: Sustain Optimal Performance Change Management Challenge: Preserve Order amid

More information

Moving Databases to Oracle Cloud: Performance Best Practices

Moving Databases to Oracle Cloud: Performance Best Practices Moving Databases to Oracle Cloud: Performance Best Practices Kurt Engeleiter Product Manager Oracle Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

ORACLE DATABASE LIFECYCLE MANAGEMENT PACK

ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK KEY FEATURES Auto Discovery of hosts Inventory tracking and reporting Database provisioning Schema and data change management

More information

Optim. Optim Solutions, Benefits and Value Propositions. Kari Hirvonen - SoftwareGroup/Techsales IBM Finland

Optim. Optim Solutions, Benefits and Value Propositions. Kari Hirvonen - SoftwareGroup/Techsales IBM Finland Optim Solutions, Benefits and Value Propositions Kari Hirvonen - SoftwareGroup/Techsales IBM Finland Template Documentation 29/10/2008 Optim Solutions 1. Data Growth Solution (Archiving) 4. Database consolidation

More information

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Exadata Overview Oracle Exadata Database Machine Extreme ROI Platform Fast Predictable Performance Monitor

More information

<Insert Picture Here> Oracle Database Security

<Insert Picture Here> Oracle Database Security Oracle Database Security Ursula Koski Senior Principal Architect ursula.koski@oracle.com Ursula Koski Senior Principal Architect Senior Principal Architect Oracle User Group Liaison

More information

Security Compliance and Data Governance: Dual problems, single solution CON8015

Security Compliance and Data Governance: Dual problems, single solution CON8015 Security Compliance and Data Governance: Dual problems, single solution CON8015 David Wolf Director of Product Management Oracle Development, Enterprise Manager Steve Ries Senior Systems Architect Technology

More information

What is Real Application Testing?

What is Real Application Testing? Real Application Testing Real Application Testing Enterprise Manager Management Packs Enhancements What is Real Application Testing? New database option available with EE only Includes two new features

More information

OpenWorld 2018 SQL Tuning Tips for Cloud Administrators

OpenWorld 2018 SQL Tuning Tips for Cloud Administrators OpenWorld 2018 SQL Tuning Tips for Cloud Administrators GP (Prabhaker Gongloor) Senior Director of Product Management Bjorn Bolltoft Dr. Khaled Yagoub Systems and DB Manageability Development Oracle Corporation

More information

SQL Gone Wild: Taming Bad SQL the Easy Way (or the Hard Way) Sergey Koltakov Product Manager, Database Manageability

SQL Gone Wild: Taming Bad SQL the Easy Way (or the Hard Way) Sergey Koltakov Product Manager, Database Manageability SQL Gone Wild: Taming Bad SQL the Easy Way (or the Hard Way) Sergey Koltakov Product Manager, Database Manageability Oracle Enterprise Manager Top-Down, Integrated Application Management Complete, Open,

More information

Manage Change With Confidence: Upgrading to Oracle Database 11g with Oracle Real Application Testing

Manage Change With Confidence: Upgrading to Oracle Database 11g with Oracle Real Application Testing Manage Change With Confidence: Upgrading to Oracle Database 11g with Oracle Real Application Testing The following is intended to outline our general product direction. It is intended for information purposes

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

Trouble-free Upgrade to Oracle Database 12c with Real Application Testing

Trouble-free Upgrade to Oracle Database 12c with Real Application Testing Trouble-free Upgrade to Oracle Database 12c with Real Application Testing Kurt Engeleiter Principal Product Manager Safe Harbor Statement The following is intended to outline our general product direction.

More information

CON8260 -Database as a Service Cookbook Strategies and Tips for Successful Deployment

CON8260 -Database as a Service Cookbook Strategies and Tips for Successful Deployment CON8260 -Database as a Service Cookbook Strategies and Tips for Successful Deployment Ashish Agrawal Consulting Product Manager Adeesh Fulay Senior Principal Product Manager September,2014 Copyright 2014,

More information

Configuration changes such as conversion from a single instance to RAC, ASM, etc.

Configuration changes such as conversion from a single instance to RAC, ASM, etc. Today, enterprises have to make sizeable investments in hardware and software to roll out infrastructure changes. For example, a data center may have an initiative to move databases to a low cost computing

More information

Brochure. Data Masking. Cost-Effectively Protect Data Privacy in Production and Nonproduction Systems

Brochure. Data Masking. Cost-Effectively Protect Data Privacy in Production and Nonproduction Systems Brochure Data Masking Cost-Effectively Protect Data Privacy in Production and Nonproduction Systems How Can Your IT Organization Protect Data Privacy? The High Cost of Data Breaches It s estimated that

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

Steps to Discovery and Protection of Sensitive Data: Find IT. Search IT. Mask IT.

Steps to Discovery and Protection of Sensitive Data: Find IT. Search IT. Mask IT. Steps to Discovery and Protection of Sensitive Data: Find IT. Search IT. Mask IT. White Paper Dataguise, Inc. 2010. All rights reserved. Dataguise, Inc. 2201 Walnut Ave., Ste. 260 Fremont, CA 94538 (510)

More information

Oracle Database. Real Application Testing User s Guide 11g Release 2 (11.2) E

Oracle Database. Real Application Testing User s Guide 11g Release 2 (11.2) E Oracle Database Real Application Testing User s Guide 11g Release 2 (11.2) E41481-03 June 2014 Oracle Database Real Application Testing User's Guide, 11g Release 2 (11.2) E41481-03 Copyright 2008, 2014,

More information

Toad for Oracle Suite 2017 Functional Matrix

Toad for Oracle Suite 2017 Functional Matrix Toad for Oracle Suite 2017 Functional Matrix Essential Functionality Base Xpert Module (add-on) Developer DBA Runs directly on Windows OS Browse and navigate through objects Create and manipulate database

More information

Data Privacy and Protection GDPR Compliance for Databases

Data Privacy and Protection GDPR Compliance for Databases Data Privacy and Protection GDPR Compliance for Databases Walo Weber, Senior Sales Engineer September, 2016 Agenda GDPR: who, what, why, when Requirements for databases Discovery Classification Masking

More information

Upgrade and Migration and Archiving Strategies for Your Enterprise Applications

Upgrade and Migration and Archiving Strategies for Your Enterprise Applications Upgrade and Migration and Archiving Strategies for Your Enterprise Applications IBM Optim Solutions Today s Discussion What Drives Upgrades Today? Archiving and Upgrades Concepts & Benefits Key Requirements

More information

Test Data Management for Security and Compliance

Test Data Management for Security and Compliance White Paper Test Data Management for Security and Compliance Reducing Risk in the Era of Big Data WHITE PAPER This document contains Confidential, Proprietary and Trade Secret Information ( Confidential

More information

Interact with Mainframe and Non-mainframe Data in a Common, Intuitive Manner

Interact with Mainframe and Non-mainframe Data in a Common, Intuitive Manner Interact with Mainframe and Non-mainframe Data in a Common, Intuitive Manner Topaz for Enterprise Data, part of the Topaz suite of mainframe development and testing tools, enables developers and data architects

More information

Database Performance Analysis Techniques Using Metric Extensions and SPA

Database Performance Analysis Techniques Using Metric Extensions and SPA Database Performance Analysis Techniques Using Metric Extensions and SPA Kurt Engeleiter Oracle Corporation Redwood Shores, CA, USA Keywords: ADDM, SQL Tuning Advisor, SQL Performance Analyzer, Metric

More information

EM 12c: Broadest, Most Complete Range of Enterprise Services

EM 12c: Broadest, Most Complete Range of Enterprise Services Enterprise Manager 12c Cloud Taxonomy EM Product Management 1 Copyright 2011, Oracle and/or its affiliates. All rights EM 12c: Broadest, Most Complete Range of Enterprise Services Self-Service Application/

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

Oracle Database 12c: Performance Management and Tuning

Oracle Database 12c: Performance Management and Tuning Oracle University Contact Us: +43 (0)1 33 777 401 Oracle Database 12c: Performance Management and Tuning Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

Enterprise Manager 12c Cloud Control Overview Plus Database Lifecycle Management Pack Porus Homi Havewala

Enterprise Manager 12c Cloud Control Overview Plus Database Lifecycle Management Pack Porus Homi Havewala Enterprise Manager 12c Cloud Control Overview Plus Database Lifecycle Management Pack Porus Homi Havewala Senior Manager, Enterprise Technology Oracle Corporation (ASEAN) Copyright 2011, Oracle Corporation

More information

CA Test Data Manager Key Scenarios

CA Test Data Manager Key Scenarios WHITE PAPER APRIL 2016 CA Test Data Manager Key Scenarios Generate and secure all the data needed for rigorous testing, and provision it to highly distributed teams on demand. Muhammad Arif Application

More information

Data Protection. Plugging the gap. Gary Comiskey 26 February 2010

Data Protection. Plugging the gap. Gary Comiskey 26 February 2010 Data Protection. Plugging the gap Gary Comiskey 26 February 2010 Data Protection Trends in Financial Services Financial services firms are deploying data protection solutions across their enterprise at

More information

WebSphere Information Integrator

WebSphere Information Integrator WebSphere Information Integrator Enterprise Information is in Isolated Silos CUSTOMER SERVICE MARKETING FINANCE SALES & SUPPORT CUSTOMERS & PARTNERS LEGAL HR R&D Independent Sources and Systems Information

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

Siebel CRM Integration to Oracle FLEXCUBE Universal Banking Implementation Guide. Version 1.0 (Siebel CRM Version 8.2), Rev.

Siebel CRM Integration to Oracle FLEXCUBE Universal Banking Implementation Guide. Version 1.0 (Siebel CRM Version 8.2), Rev. CRM Integration to Universal Banking Implementation Guide Version 1.0 ( CRM Version 8.2), Rev. A December 2011 Copyright 2005, 2011 and/or its affiliates. All rights reserved. This software and related

More information

Two Success Stories - Optimised Real-Time Reporting with BI Apps

Two Success Stories - Optimised Real-Time Reporting with BI Apps Oracle Business Intelligence 11g Two Success Stories - Optimised Real-Time Reporting with BI Apps Antony Heljula October 2013 Peak Indicators Limited 2 Two Success Stories - Optimised Real-Time Reporting

More information

From business need to implementation Design the right information solution

From business need to implementation Design the right information solution From business need to implementation Design the right information solution Davor Gornik (dgornik@us.ibm.com) Product Manager Agenda Relational design Integration design Summary Relational design Data modeling

More information

MDM Partner Summit 2015 Oracle Enterprise Data Quality Overview & Roadmap

MDM Partner Summit 2015 Oracle Enterprise Data Quality Overview & Roadmap MDM Partner Summit 2015 Oracle Enterprise Data Quality Overview & Roadmap Steve Tuck Senior Director, Product Strategy Todd Blackmon Senior Director, Sales Consulting David Gengenbach Sales Consultant

More information

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Fabio Batista Sales Consultant June 25, 2015 Copyright 2015, Oracle and/or its affiliates.

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 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

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

CipherCloud CASB+ Connector for ServiceNow

CipherCloud CASB+ Connector for ServiceNow ServiceNow CASB+ Connector CipherCloud CASB+ Connector for ServiceNow The CipherCloud CASB+ Connector for ServiceNow enables the full suite of CipherCloud CASB+ capabilities, in addition to field-level

More information

Oracle Database Auditing

Oracle Database Auditing By Craig Moir craig@mydba.co.za http://www.mydba.co.za August 2012 Version 1 WHY AUDIT? Allows organizations to enforce the trust-but-verify security principle. Satisfying compliance regulations. Enables

More information

Ensuring Compliance with Data Privacy Directives using Virtual Databases

Ensuring Compliance with Data Privacy Directives using Virtual Databases Ensuring Compliance with Data Privacy Directives using Virtual Databases June 2017 Steve Karam, Director of Customer Education and Experience at Delphix Agenda 1 2 3 Ensure compliance to disparate data

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Enterprise Manager 12c Compliance Management Part 1 Overview 2 3 Agenda Compliance Overview Understanding Compliance Results Understanding Compliance Score Calculation Compliance Related Roles and Privileges

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

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

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Ken Kutzer, Ramin Maozeni Systems Engineering Systems Division September 30, 2014 CON5748 Moscone South 301 Safe Harbor Statement The

More information

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications An Oracle White Paper February 2011 Optimizing Storage for Oracle PeopleSoft Applications Executive Overview Enterprises are experiencing an explosion in the volume of data required to effectively run

More information

IBM s Integrated Data Management Solutions for the DBA

IBM s Integrated Data Management Solutions for the DBA Information Management IBM s Integrated Data Management Solutions for the DBA Stop Stressing and Start Automating! Agenda Daily Woes: Trials and tribulations of the DBA Business Challenges: Beyond the

More information

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning course, learn about the performance analysis

More information

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases DBA Best Practices: A Primer on Managing Oracle Databases Mughees A. Minhas Sr. Director of Product Management Database and Systems Management The following is intended to outline

More information

Hacking an Oracle Database and How to Prevent It

Hacking an Oracle Database and How to Prevent It Hacking an Oracle Database and How to Prevent It February 12, 2019 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation About

More information

Oralogic Education Systems

Oralogic Education Systems Oralogic Education Systems Next Generation IT Education Systems Introduction: In the Oracle Database 12c: Performance Management and Tuning course, learn about the performance analysis and tuning tasks

More information

Sponsored by Oracle. SANS Institute Product Review: Oracle Audit Vault. March A SANS Whitepaper. Written by: Tanya Baccam

Sponsored by Oracle. SANS Institute Product Review: Oracle Audit Vault. March A SANS Whitepaper. Written by: Tanya Baccam Sponsored by Oracle SANS Institute Product Review: Oracle Audit Vault March 2012 A SANS Whitepaper Written by: Tanya Baccam Product Review: Oracle Audit Vault Page 2 Auditing Page 2 Reporting Page 4 Alerting

More information

What's New. Features introduced in New Features in Primavera Gateway 17

What's New. Features introduced in New Features in Primavera Gateway 17 What's New New Features in Primavera Gateway 17 Features introduced in 17.7 An External Custom provider utility enables you to build, deploy, and maintain custom providers outside of Gateway. By leveraging

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: 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

Upgrade Strategies for Oracle E-Business: Leveraging Archiving Best Practices

Upgrade Strategies for Oracle E-Business: Leveraging Archiving Best Practices Upgrade Strategies for Oracle E-Business: Leveraging Archiving Best Practices Cynthia Babb Product Marketing Manager - Optim TM ERP Solutions Dhan Patel Technical Product Manager Optim TM E-Business Solution

More information

An Oracle White Paper June Managing Oracle Exadata with Oracle Enterprise Manager 12c

An Oracle White Paper June Managing Oracle Exadata with Oracle Enterprise Manager 12c An Oracle White Paper June 2012 Managing Oracle Exadata with Oracle Enterprise Manager 12c Executive Overview... 1 Introduction... 2 Oracle Exadata Database Machine... 3 Managing Oracle Exadata... 4 Setup

More information

RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager. Kai Yu Senior System Engineer Dell Oracle Solutions Engineering

RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager. Kai Yu Senior System Engineer Dell Oracle Solutions Engineering RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager Kai Yu Senior System Engineer Dell Oracle Solutions Engineering About Author Kai Yu Senior System Engineer, Dell Oracle Solutions

More information

Masking Engine User Guide. October, 2017

Masking Engine User Guide. October, 2017 Masking Engine User Guide October, 2017 Masking Engine User Guide You can find the most up-to-date technical documentation at: docs.delphix.com The Delphix Web site also provides the latest product updates.

More information

with Oracle IDM Peter Heintzen, Sen. Mgr. Information Security Oracle

with Oracle IDM Peter Heintzen, Sen. Mgr. Information Security Oracle Data Privacy Enhanced Database Security with Oracle IDM Peter Heintzen, Sen. Mgr. Information Security Oracle Security Levels for SLAs Preventive Controls Detective Controls Corrective

More information

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6)

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) [1]Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) E14139-06 April 2015 This document describes how to use the Domain Template Builder to create

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

IBM services and technology solutions for supporting GDPR program

IBM services and technology solutions for supporting GDPR program IBM services and technology solutions for supporting GDPR program 1 IBM technology solutions as key enablers - Privacy GDPR Program Work-stream IBM software 2.1 Privacy Risk Assessment and Risk Treatment

More information

Large-Scale Patch Automation for the Cloud-Generation DBAs

Large-Scale Patch Automation for the Cloud-Generation DBAs Large-Scale Patch Automation for the Cloud-Generation DBAs Pankaj Chandiramani Principal Product Manager, Oracle Sean Connolly Software Development Director, Oracle Steven Meredith EM Service Manager,

More information

Oracle Audit Vault. Trust-but-Verify for Enterprise Databases. Tammy Bednar Sr. Principal Product Manager Oracle Database Security

Oracle Audit Vault. Trust-but-Verify for Enterprise Databases. Tammy Bednar Sr. Principal Product Manager Oracle Database Security Oracle Audit Vault Trust-but-Verify for Enterprise Databases Tammy Bednar Sr. Principal Product Manager Oracle Database Security Agenda Business Drivers Audit Vault Overview Audit

More information

Importing Metadata from Relational Sources in Test Data Management

Importing Metadata from Relational Sources in Test Data Management Importing Metadata from Relational Sources in Test Data Management Copyright Informatica LLC, 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the

More information

WHITE PAPER. Moving Fragmented Test Data Management Towards a Centralized Approach. Abstract

WHITE PAPER. Moving Fragmented Test Data Management Towards a Centralized Approach. Abstract WHITE PAPER Moving Fragmented Test Data Management Towards a Centralized Approach Abstract Test Data Management (TDM) ensures managing test data requests in an automated way to ensure a high degree of

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 Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +27 (0)11 319-4111 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

So you think you know everything about Partitioning?

So you think you know everything about Partitioning? So you think you know everything about Partitioning? Presenting with Hermann Bär, Director Product Management Oracle Herbert Rossgoderer, CEO ISE Informatik 1 Copyright 2011, Oracle and/or its affiliates.

More information

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems DATABASE MANAGEMENT SYSTEMS UNIT I Introduction to Database Systems Terminology Data = known facts that can be recorded Database (DB) = logically coherent collection of related data with some inherent

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

www.informatik-aktuell.de Wolfgang Epting: Testdaten versteckte Geschäftschance oder immanentes Sicherheitsrisiko? Test Data Management: Testing Matters Testing is not noticed when it goes well Challenges

More information

Oracle Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

SQL Tuning for Expert DBAs

SQL Tuning for Expert DBAs SQL Tuning for Expert DBAs GP (Gongloor Prabhaker) Senior Director of Product Management Oracle Management Cloud, Oracle Corporation Konstantin Kerekovski, DBA, Raymond James Financial Inc. Oct 03, 2017

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

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

1Z Oracle Database Performance and Tuning Essentials 2015 Exam Summary Syllabus Questions

1Z Oracle Database Performance and Tuning Essentials 2015 Exam Summary Syllabus Questions 1Z0-417 Oracle Database Performance and Tuning Essentials 2015 Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-417 Exam on Oracle Database Performance and Tuning Essentials 2015...

More information