Tagging, Encoding, and Encrypting with RMAN
|
|
|
- Frederick Craig
- 10 years ago
- Views:
Transcription
1 Tagging, Encoding, and Encrypting with RMAN The Engineering of the Intelligent Backup Anthony D. NORIEGA, MBA, MSCS, OCP ANTHONY D NORIEGA [email protected] ADN R & D
2 Speaker Qualifications Independent Consultant, ADNR & D Speaker at NYOUG meetings, IOUG, Quest, SEOUC, ECO and Oracle Open World Conferences 25 years of IT experience 21 years of Oracle experience, 17 as a DBA (v6 thru 11g) Custom RMAN backup engineering for industry-specific storage architecture and development. Backup experience with RMAN and other products in finance, banking, trading, media, marketing, printing, and healthcare industries. High availability experience using RAC, AQ, AR, Data Guard, and OFS. MBA MIS, Montclair State University, 2006 MS Computer Science, NJIT, 1993 PhD CIS candidate, NJIT, 1997 BS Systems Engineering, Universidad del Norte, 1987.
3 About the Speaker Independent Consultant, ADNR & D Speaker at NYOUG meetings, IOUG, Quest, SEOUC, ECO and Oracle Open World Conferences 25 years of IT experience 21 years of Oracle experience, 17 as a DBA (v6 thru 11g) Custom RMAN backup engineering for industry-specific storage architecture and development. Backup experience with RMAN and other products in finance, banking, trading, media, marketing, printing, and healthcare industries. High availability experience using RAC, AQ, AR, Data Guard, and OFS. MBA MIS, Montclair State University, 2006 MS Computer Science, NJIT, 1993 PhD CIS candidate, NJIT, 1997 Anthony Noriega BS Systems Engineering, Universidad del Norte, 1987.
4 Objectives Entice the customization of RMAN backups to attain regulatory compliance. Provide a versatile framework for a robust, flexible, and reliable backup business model. Emphasize the need for custom tagging and encoding in the perspective of optimal backup granularity for reliable complementary backup operations, such as restore and cloning. Apply encryption for data protection. Present a dynamic backup model to fully secure backup operations.
5 Business Framework
6 Typical Backup Issues Minimum backup security Restore point usually not guaranteed Concerns on required integrity and unity Backup timeframe lags due to backup simplicity Missing exact timestamps on backup sets and pieces Unmatched general regulatory compliance Lack of encryption for regulatory compliance Required password security Unreliable operating procedures Insufficient integration with other Oracle technologies Missing compression capabilities Justification for a new improved policy and standard Business Framework
7 Backup Models Paradigm Trends BACKUP INTEGRITY, REGULATORY COMPLIANCE: DATA PRIVACY (REQUIRED TIERED CREDENTIALS) REGULATORY COMPLIANCE: DATA SECURITY (ENCRYPTION) COHESION, COUPLING STORAGE DEVELOPMENT INTEGRATION (COMPRESSION, CLUSTER FILE SYSTEM, ETC.) AGILITY AND AUTOMATION Business Framework
8 Backup Modernization Goals Agility: Faster backups, better and more reliable results. QoS: Improved operations performance and reliability. Tiered Credentials: Privileged DBAs. Storage Infrastructure Integration: Custom backups using proprietary or vendor technology with user friendly interface. Cloud Integration: Ability to access virtual, physical, and cluster file system layers with volume management capabilities. Big Data Perspective: Big Data Support. Business Framework
9
10 Tagging Strategies Oracle default tagging is smart. Custom tagging can support corporate backup management and data warehousing integration when managing backup data across platforms. Tags are specific to territories, timeframes, business units, goal seeking records and various others Tags can be customized dynamically.
11 Tagging Strategies
12 Tagging Strategies
13 Encoding Strategies Backup pieces can be encoded to facilitate schema data physical location within location. Custom encoding improves automation with improved backup granularity control. Tags can be encoded with a scientific and business perspective for historic research.
14 Encoding Strategies
15 Encryption Strategies Backup encryption is automated and encryption wallet is open transparently for backup operations. Supported encryption algorithms are transparent to backup operations. Encryption management is a main DBA duty, and the encryption wallet should be secured in accordance with corporate policies and regulatory compliance practices.
16 Encryption Strategies Wallet Creation mkstore wrl. create orapki wallet create wallet. orapki wallet create wallet. auto_login_local mkstore wrl. createcredential {CredentialString} {dbusername} [dbusrpw} mkstore wrl createcredential orcl_keyholder1 adndba syspwd Technical Framework
17 Encryption Strategies Wallet Location
18 Encryption Strategies sqlnet.ora settings (Windows)
19 Encryption Strategies sqlnet.ora settings (Linux or Unix)
20 Encryption Strategies Backup encryption is automated and encryption wallet is open transparently for backup operations. Supported encryption algorithms are transparent to backup operations. Encryption management is a main DBA duty, and the encryption wallet should be secured in accordance with corporate policies and regulatory compliance practices.
21 Architectural Considerations
22 Default 2k 4k 16k recycle keep Architectural Considerations Server Process 1 PGA Server Process 2 PGA Background Processes PGA Java Pool Redo Buffer Shared Pool Streams Pool Large Pool Server Process 3 PGA Oracle Process PGA
23 RMAN Configuration Environment
24 Security Framework Transparent Data Encryption (TDE) Supported Algorithms o AES128 o AES256 Wallet and Registry Integration Encryption Methods HSM, FILE, Registry, Certificates Authentication Methods OS Methods (NTS), Kerberos, LDAP
25 Planning the Backup Model
26 Planning the Backup Model
27 Planning the Backup Model
28 Planning the Backup Model
29 Planning the Backup Model
30 Planning the Backup Model
31 Planning the Backup Model
32 Backup Components Invoking Shell with actual parameters (matching RMAN substitution variables ). RMAN FlexScript with substitution arguments. Encoding functions or prepared customized code as actual substitution variable. Encoding functions can include: o Tag Generating functions o File system path o Backup pieces naming conventions functions o Various others
33 Sample RMAN Flex Script
34 Sample RMAN Flex Script
35 Sample RMAN Flex Script
36 Sample RMAN Flex Script
37 Sample RMAN Flex Script
38 Using Restore Points
39 Using Restore Points
40 Using Restore Points
41 Sample Linux/Unix Shell #!/bin/sh##export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/db home_2export ORACLE_HOME_LISTENER=$ORACLE_HOMEexport PATH=$ORACLE_HOME/bin:$PATHecho $PATH$ORACLE_HOME/bin/rman target USING 'on' 'compressed' 1 'cumulative' 'adnsbx' 1 'adnsbx_cil1_ '
42 Sample Batch Command File set NLS_DATE_FORMAT=DD-MON-RRRR HH24:MI:SS set PATH=c:\app\oracle\product\11.2.0\dbhome_4\bin\ set PATH=set PATH=echo %PATH% c:\app\oracle\product\11.2.0\dbhome_1\bin\rman target USING 'on' 'compressed' 1 'cumulative' 'adnsbx' 1 'adnsbx_cil1_ ' LOG=f:\adn\rman\cat\log\adnsbx_r_backup.rman_L1_ lo g exit
43 PL/SQL Implementation (UTL_RMAN) PKG_UTL_RMAN can provide a custom RMAN backup ran from PL/SQL in integration with substitution variables in an RMAN script including encryption and providing customized tags. Functions can be created to: o o o Create custom tags Dynamically name backup pieces Dynamically control path
44 PL/SQL Implementation
45 PL/SQL Implementation
46 PL/SQL Implementation
47 PL/SQL Implementation
48 Scheduler Job Usage in PL/SQL Implementation
49 Scheduler Job Usage in PL/SQL Implementation
50 Analytic Framework
51 Backup Model Benefits Improved Control on Capacity Planning Dynamic capability for optimal performance tuning. Enhanced Data Privacy Superior Data Security via Oracle TDE. Analytic Framework
52 Backup Model Benefits Dynamic Implementation Backup type usage flexibility via one unique RMAN script Easy deployment Transparent user-friendly backup operations and control Secret backup instantiation each time Autodrop (scheduler job) capable. Analytic Framework
53 Future Expectations Sorting data files by size for parallel performance automation. Improved RMAN backup acceleration based on optimal block change tracking. Improved encryption methods with TDE. Improved supplied encoding capabilities. Custom tagging automation. Tagging and encoding as directives for performance tuning options. Analytic Framework
54 Demonstration Demonstration
55 Concluding Remarks Backup encryption is mission critical to attain regulatory compliance. Encoding is key to the engineering of the smart backup. Tagging has a taxonomic, smart, and business intelligence purpose in backup management and storage development. Tagging, encoding and encrypting with RMAN are used by the best and privileged DBAs. Analytic Framework
56 Questions and Answers RMAN TAGGING ENCODING ENCRYPTING TDE
57 Thank you! Please visit my blog at:
A Datawarehousing/BI Session ANTHONY D NORIEGA [email protected] ADN R & D
Perspectives in Oracle Forecasting Analytics A Datawarehousing/BI Session ANTHONY D NORIEGA [email protected] ADN R & D 1 Speaker Qualifications Oracle Consultant, ADN R & D Speaker at Oracle OpenWorld,
Modernizing Workflow and Data Integration
Modernizing Workflow and Data Integration The Future of Data Warehousing Anthony D. NORIEGA ANTHONY D NORIEGA [email protected] ADN R & D Speaker Qualifications Independent Consultant, and R & D
Oracle 1Z0-528 Exam Questions & Answers
Oracle 1Z0-528 Exam Questions & Answers Number: 1Z0-528 Passing Score: 660 Time Limit: 120 min File Version: 21.1 http://www.gratisexam.com/ Oracle 1Z0-528 Exam Questions & Answers Exam Name: Oracle Database
Oracle Database Cloud Services OGh DBA & Middleware Day
Oracle Database Cloud Services OGh DBA & Middleware Day Jan van Tiggelen Principal Sales Consultant Oracle Core Technology June 4th, 2015 Safe Harbor Statement The following is intended to outline our
INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation
ADVANTAGES OF RUNNING ORACLE11G ON MICROSOFT WINDOWS SERVER X64 Edward Whalen, Performance Tuning Corporation INTRODUCTION Microsoft Windows has long been an ideal platform for the Oracle database server.
Oracle Recovery Manager
1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT
Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012
Oracle vs. SQL Server Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Agenda Discussions on the various advantages and disadvantages of one platform vs. the other For each topic,
Oracle Database 11g: Security Release 2. Course Topics. Introduction to Database Security. Choosing Security Solutions
Oracle Database 11g: Security Release 2 In this course, students learn how they can use Oracle Database features to meet the security, privacy and compliance requirements of their organization. The current
Pluggable Databases : What they will break and why you should use them anyway!
Pluggable Databases : What they will break and why you should use them anyway! Tim Hall Oracle ACE Director Oracle ACE of the Year 2006 OakTable Network OCP DBA (7, 8, 8i, 9i, 10g, 11g) OCP Advanced PL/SQL
D50323GC20 Oracle Database 11g: Security Release 2
D50323GC20 Oracle Database 11g: Security Release 2 What you will learn In this course, you'll learn how to use Oracle Database features to meet the security, privacy and compliance requirements of their
Protecting Data Assets and Reducing Risk
Protecting Data Assets and Reducing Risk Michelle Malcher Enterprise Database Security Oracle Open World 2014 2014 Wells Fargo Bank, N.A. All rights reserved. For public use. 1 Introduction Michelle Malcher
Copyright 2014 Oracle and/or its affiliates. All rights reserved.
Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Data Masking and Subsetting Oracle Advanced Security Best Practices for Database Encryption and Redaction Todd Bottger Sr. Principal
Copyright 2012, Oracle and/or its affiliates. All rights reserved.
1 Oracle Database Security Advanced Security Option Thanos Terentes Printzios DB & Options Specialist A&C Technology Adoption Office Oracle Partner Business Development, ECEMEA 2 What is a customers INFORMATION
All Things Oracle Database Encryption
All Things Oracle Database Encryption January 21, 2016 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation Agenda Database Encryption
Oracle Database 11g: Security Release 2
Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Security Release 2 Duration: 5 Days What you will learn In this course, you'll learn how to use Oracle Database features to meet the security,
11. Oracle Recovery Manager Overview and Configuration.
11. Oracle Recovery Manager Overview and Configuration. Abstract: This lesson provides an overview of RMAN, including the capabilities and components of the RMAN tool. The RMAN utility attempts to move
Oracle Database 10g: New Features for Administrators
Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for
D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW
D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your own recovery requirements. You'll
Oracle Database Backup in the Cloud. An Oracle White Paper September 2008
Oracle Database Backup in the Cloud An Oracle White Paper September 2008 Oracle Database Backup in the Cloud Introduction... 2 Cloud backup Overview... 2 Introducing Oracle Secure Backup Cloud Module...
Database Decisions: Performance, manageability and availability considerations in choosing a database
Database Decisions: Performance, manageability and availability considerations in choosing a database Reviewing offerings from Oracle, IBM and Microsoft 2012 Oracle and TechTarget Table of Contents Defining
An Oracle White Paper May 2012. Oracle Database Cloud Service
An Oracle White Paper May 2012 Oracle Database Cloud Service Executive Overview The Oracle Database Cloud Service provides a unique combination of the simplicity and ease of use promised by Cloud computing
ORACLE DATABASE 10G ENTERPRISE EDITION
ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.
Oracle 11g Database Administration
Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database
An Oracle White Paper January 2015. Oracle Database Backup Service A Technical White Paper
An Oracle White Paper January 2015 Oracle Database Backup Service A Technical White Paper 1 WHY STORE BACKUPS IN THE CLOUD? ORACLE DATABASE BACKUP SERVICE OVERVIEW ORACLE DATABASE CLOUD BACKUP MODULE (ODCBM)
Job Description. Direct Reports
Job Description Job Title Lead DBA Function IT Services IT Applications Reporting to IT Applications Manager Direct Reports DBA team, currently comprising of two other DBA s Working Hours Standard 35 hours
What s New with Oracle Database 12c on Windows On-Premises and in the Cloud
What s New with Oracle Database 12c on Windows On-Premises and in the Cloud Santanu Datta Vice President Server Technologies Alex Keh Senior Principal Product Manager Server Technologies Oracle Database
D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites
D78850GC10 Oracle 12c and Recovery Workshop Summary Duration Vendor Audience 5 Days Oracle Data Warehouse Administrators, Administrators, Support Engineers, Technical Administrators, Technical Consultants
An Oracle White Paper July 2014. Oracle ACFS
An Oracle White Paper July 2014 Oracle ACFS 1 Executive Overview As storage requirements double every 18 months, Oracle customers continue to deal with complex storage management challenges in their data
Oracle Database Security Solutions
Oracle Database Security Solutions Eric Cheung Senior Manager, Technology Sales Consulting [email protected] May 2008 Key Drivers for Data Security Privacy and Compliance Sarbanes-Oxley
1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information
1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information The following is intended to outline our general product direction. It is intended for information purposes only,
State of Wisconsin Database Hosting Services Roles and Responsibilities
State of Wisconsin Hosting Services oles and esponsibilities Document evision History (Major Post Publishing evisions Only) Date Version reator Notes 12/9/2010 1.0 This document describes the Hosting Services
Oracle Database 10g: Backup and Recovery 1-2
Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed
Oracle White Paper October 2010. Oracle Advanced Security with Oracle Database 11g Release 2
Oracle White Paper October 2010 Oracle Advanced Security with Oracle Database 11g Release 2 Introduction... 1 Oracle Advanced Security... 2 Transparent Data Encryption... 3 Support for hardware-based encryption
Oracle Architecture, Concepts & Facilities
COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of
Oracle Database 11g: New Features for Administrators DBA Release 2
Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change
MySQL Security: Best Practices
MySQL Security: Best Practices Sastry Vedantam [email protected] Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes
TÜRKIYE. Course Schedule. February June 2013. Oracle University Turkey Telephone: 0090 212 329 6779 Email: educations_tr@oracle.
Course Schedule February June 2013 TÜRKIYE Oracle University Turkey Telephone: 0090 212 329 6779 Email: [email protected] Course Schedule: Turkey February June 2013 Additional dates and courses
LISTE DES DOCUMENTS ORACLE
REFERENCES SQL SQL Reference A58225 A67790 a96540 b14200-01 b28286 Oracle Database SQL Quick Reference b14195-01 b28285 GETTING STARTED Getting started with Oracle Management Pack for Oracle Application
Oracle9i Database: Advanced Backup and Recovery Using RMAN
Oracle9i Database: Advanced Backup and Recovery Using RMAN Student Guide D16507GC10 Production 1.0 March 2003 D37796 Author Jim Womack Technical Contributors and Reviewers Matthew Arrocha Tammy Bednar
Securing Your Oracle Database to Protect your Data
Securing Your Oracle Database to Protect your Data Michael Messina Senior Managing Consultant, Rolta-AdvizeX [email protected] / [email protected] Introduction Michael Messina Senior Managing Consultant
<Insert Picture Here> Considerations for Enterprise Cloud Computing
Considerations for Enterprise Cloud Computing Kew Yoke Ling Cloud Computing and Oracle EC2 Cloud Computing today: Developers are the primary users Infrastructure not enterprise ready
An Oracle White Paper June 2013. Encryption and Redaction in Oracle Database 12c with Oracle Advanced Security
An Oracle White Paper June 2013 Encryption and Redaction in Oracle Database 12c with Oracle Advanced Security Introduction... 1 Preventing Database Bypass with Encryption... 2 Oracle Advanced Security
Configuring Backup Settings. Copyright 2009, Oracle. All rights reserved.
Configuring Backup Settings Objectives After completing this lesson, you should be able to: Use Enterprise Manager to configure backup settings Enable control file autobackup Configure backup destinations
Securing Oracle E-Business Suite in the Cloud
Securing Oracle E-Business Suite in the Cloud November 18, 2015 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation Agenda The
How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud)
ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE THE INDUSTRY S ONLY COMPLETE SOLUTION FOR DATABASE CLOUD MANAGEMENT. KEY FEATURES Consolidation Planning Out-of-the-box Self Service Portal Enterprise Service
Securing Data in Oracle Database 12c
Securing Data in Oracle Database 12c Thomas Kyte http://asktom.oracle.com/ Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes
Ultimate Guide to Oracle Storage
Ultimate Guide to Oracle Storage Presented by George Trujillo [email protected] George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such
Oracle Database 11g R1 & R2: New Features for Administrators
Oracle Database 11g R1 & R2: New Features for Administrators Summary This Oracle 11g course will assist experienced Oracle database administrators to quickly learn the new features and concepts associated
Oracle 12c Multitenant and Encryption in Real Life. Christian Pfundtner
Oracle 12c Multitenant and Encryption in Real Life Christian Pfundtner Christian Pfundtner, DB Masters GmbH Over 20 years of Oracle Database OCA, OCP, OCE, OCM, ACE Our Credo: Databases are our world 4
Oracle Database 11g: Administration Workshop II DBA Release 2
Oracle Database 11g: Administration Workshop II DBA Release 2 This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins by gaining a much deeper
An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c
An Oracle White Paper January 2013 A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c TABLE OF CONTENTS Introduction 2 ASM Overview 2 Total Storage Management
ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE
ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and provides the industry s first complete cloud lifecycle management
Guardium Change Auditing System (CAS)
Guardium Change Auditing System (CAS) Highlights. Tracks all changes that can affect the security of database environments outside the scope of the database engine Complements Guardium's Database Activity
SafeNet DataSecure vs. Native Oracle Encryption
SafeNet vs. Native Encryption Executive Summary Given the vital records databases hold, these systems often represent one of the most critical areas of exposure for an enterprise. Consequently, as enterprises
<Insert Picture Here> Oracle Database Security Overview
Oracle Database Security Overview Tammy Bednar Sr. Principal Product Manager [email protected] Data Security Challenges What to secure? Sensitive Data: Confidential, PII, regulatory
<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation
Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation What We ll Cover Today Managing data growth Private Cloud definitions Oracle Cloud Storage architecture
<Insert Picture Here> Oracle Secure Backup 10.3 Secure Your Data, Protect Your Budget
Oracle Secure Backup 10.3 Secure Your Data, Protect Your Budget Program Agenda Oracle Secure Backup Overview What s New in Oracle Secure Backup 10.3 Ease of Management Data Protection:
ORACLE DATABASE ADMINISTRATOR RESUME
1 of 5 1/17/2015 1:28 PM ORACLE DATABASE ADMINISTRATOR RESUME ORACLE DBA Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis.
Data Virtualization Overview
Data Virtualization Overview Take Big Advantage of Your Data "Using a data virtualization technique is: number one, much quicker time to market; number two, much more cost effective; and three, gives us
Restoring To A Different Location With EBU And RMAN An AppsDBA Consulting White Paper
An White Paper Contents 1. OVERVIEW... 1 1.1 DEFINITIONS... 1 2. ENTERPRISE BACKUP UTILITY... 2 2.1 ARCHITECTURE... 2 2.1.1 Target Database... 2 2.1.2 Catalog... 2 2.1.3 Media Management Layer (MML)...
About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book
About the Author p. xv About the Technical Contributors p. xvi About the Technical Reviewers p. xvi Acknowledgments p. xix Preface p. xxiii About This Book p. xxiii How to Use This Book p. xxiv Appendices
SAS 9.4 Intelligence Platform
SAS 9.4 Intelligence Platform Application Server Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Intelligence Platform:
SQL Server 2012 Gives You More Advanced Features (Out-Of-The-Box)
SQL Server 2012 Gives You More Advanced Features (Out-Of-The-Box) SQL Server White Paper Published: January 2012 Applies to: SQL Server 2012 Summary: This paper explains the different ways in which databases
Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-
Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application
Cloud Storage Backup for Storage as a Service with AT&T
WHITE PAPER: CLOUD STORAGE BACKUP FOR STORAGE AS A SERVICE........ WITH..... AT&T........................... Cloud Storage Backup for Storage as a Service with AT&T Who should read this paper Customers,
AV-004: Administering and Programming with ORACLE
AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE
Microsoft Active Directory and Windows Security Integration with Oracle Database
Microsoft Active Directory and Windows Security Integration with Oracle Database Santanu Datta Vice President Server Technologies Christian Shay Principal Product Manager Server Technologies Safe Harbor
Oracle Database 11g Comparison Chart
Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix
Oracle Database 12c Plug In. Switch On. Get SMART.
Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.
Achieving Security Compliancy and Database Transparency Using Database Activity Monitoring Systems
Achieving Security Compliancy and Database Transparency Using Database Activity Monitoring Systems By Paul M. Wright T he Oracle database has long been used as an effective tool for recording details that
Addressing Cyber Security in Oracle Utilities Applications
Addressing Cyber Security in Oracle Utilities Applications Anthony Shorten Principal Product Manager Oracle Utilities Global Business Unit Sept, 2014 Safe Harbor Statement The following is intended to
What s New in Centrify Server Suite 2015
C E N T R I F Y S E R V E R S U I T E 2 0 1 5 W H A T S N E W What s New in Centrify Server Suite 2015 Centrify Server Suite Standard Edition Hadoop support Big Data adoption by industry is around 25%
EMC Data Domain Boost for Oracle Recovery Manager (RMAN)
White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with
Oracle Database 11g: Administration Workshop II DBA Release 2
Oracle University Contact Us: +35929238111 Oracle Database 11g: Administration Workshop II DBA Release 2 Duration: 5 Days What you will learn This course takes the database administrator beyond the basic
Oracle Database 11g: Security. What you will learn:
Oracle Database 11g: Security What you will learn: In Oracle Database 11g: Security course students learn how they can use Oracle database features to meet the security, privacy and compliance requirements
Edit system files. Delete file. ObserveIT Highlights. Change OS settings. Change password. See exactly what users are doing!
ObserveIT auditing software acts like a security camera on your servers. It provides bulletproof video evidence of user sessions, significantly shortening investigation time. Every action performed by
Critical Database. Oracle Enterprise Manager Oracle Open World 2010 Presented dby Venkat Tekkalur. Prem Venkatasamy. Principal Technical Architect
Real World Mission Critical Database Monitoring i at AT&T with Oracle Enterprise Manager Oracle Open World 2010 Presented dby Venkat Tekkalur Principal Technical Architect Prem Venkatasamy Director IT
Oracle Database Public Cloud Services
Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended
<Insert Picture Here>
1 Database Technologies for Archiving Kevin Jernigan, Senior Director Product Management Advanced Compression, EHCC, DBFS, SecureFiles, ILM, Database Smart Flash Cache, Total Recall,
Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya
Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now
VERITAS NetBackup 6.0 Database and Application Protection
VERITAS NetBackup 6.0 Database and Application Protection INNOVATIVE DATA PROTECTION When it comes to database and application recovery, VERITAS Software has a clear goal in mind simplify the complexity
Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/-
Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/- Senior Soft ware Developer 2 Posts Junior Soft ware Developer 4 Posts Database Administrator
Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Implement Streams Release 2. 5 Jours [35 Heures]
Objectif Perform basic troubleshooting of a Streams environment Alter the Streams environment to add, modify and drop new sites or objects Configure conflict handling for data replication Transform the
FOCUS ON: FDR/UPSTREAM S ONLINE DATABASE SOLUTIONS
April 2002 FOCUS ON: FDR/UPSTREAM S ONLINE DATABASE SOLUTIONS Features and support at a glance User Experience My company s Oracle DBA said, I love UPSTREAM as it works so well with RMAN. FDR/UPSTREAM
Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led
Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills
Oracle s Cloud Computing Strategy
Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Sandra Cheevers Senior Principal Product Director Cloud Product Marketing Steve Lemme Director, Cloud Builder Specialization Oracle
Trust but Verify: Best Practices for Monitoring Privileged Users
Trust but Verify: Best Practices for Monitoring Privileged Users Olaf Stullich, Product Manager ([email protected]) Arun Theebaprakasam, Development Manager Chirag Andani, Vice President, Identity
Copyright 2013, Oracle and/or its affiliates. All rights reserved.
1 Security Inside-Out with Oracle Database 12c Denise Mallin, CISSP Oracle Enterprise Architect - Security The following is intended to outline our general product direction. It is intended for information
Oracle Database 11g: New Features for Administrators
Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: New Features for Administrators Duração: 5 Dias Objetivos do Curso This course gives students the opportunity to learn about-and practice
Oracle Database Backups and Disaster Recovery @ Autodesk
Oracle Database Backups and Disaster Recovery @ Autodesk Alan Williams Database Design Engineer Who We Are Autodesk software, suites, and cloud technology help customers design, visualize, and simulate
Symantec NetBackup for Oracle Administrator's Guide
Symantec NetBackup for Oracle Administrator's Guide UNIX, Windows, and Linux Release 7.6 Symantec NetBackup for Oracle Administrator's Guide The software described in this book is furnished under a license
Oracle Database 11g: Administration Workshop II Release 2
Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop II Release
Oracle 11g New Features - OCP Upgrade Exam
Oracle 11g New Features - OCP Upgrade Exam This course gives you the opportunity to learn about and practice with the new change management features and other key enhancements in Oracle Database 11g Release
SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery
SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Mati Pitkanen, SQL-BackTrack for Oracle Product Manager, BMC Software
