Roy F. Swonger Senior Director, Database Upgrade & Utilities Oracle Corporation. Updated: 08-DEC-2014
|
|
|
- Arline Grant
- 10 years ago
- Views:
Transcription
1 Different Ways to Upgrade and Migrate to Oracle Database 12c Roy F. Swonger Senior Director, Database Upgrade & Utilities Oracle Corporation Updated: 08-DEC-2014
2 Upgrade/Migrate Older Oracle Releases Oracle 5/6/7/8 Oracle 8i exp/imp Less Downtime? Near-Zero Downtime? Oracle 9i Oracle 9.2 Transportable Tablespaces Same platform only + Golden Gate Oracle 10.1
3 Upgrade Options to Oracle Database 12c Oracle 10.2 expdp/impdp Less Downtime? Near-Zero Downtime? Oracle 11.1 DBUA catctl.pl HW Transient Standby Logical Standby + Golden Gate Oracle /2 Oracle /4 Transportable Tablespaces Full Transportable Export/Import RMAN Inc Bck +
4 Upgrade to Oracle Database 12c Oracle Oracle Oracle Oracle Oracle Oracle Oracle Oracle Oracle Oracle /2 Oracle 7.3 (GA: 1996) Oracle 8.0 (GA: Oracle 8.1 (GA: 1998) Oracle 9.0 (GA: 2001) Oracle 9.2 (GA: Jul 2002) Oracle 10.1 (GA: Jan 2004) Oracle 10.2 (GA: Jul 2005) Oracle 11.1 (GA: Aug 2007) Oracle 11.2 (GA: Sep 2009) Oracle 12.1 (GA: Jun 2013) DIRECT DIRECT DIRECT Please note: This graph will apply to database upgrades only!
5 Upgrade SQL Automation New Pre-Upgrade Script preupgrd.sql Executes pre-upgrade checks Runs in source environment Generates fixup scripts preupgrade_fixups.sql postupgrade_fixups.sql MOS Note:
6 Faster Upgrade Less Downtime New Parallel Upgrade catctl.pl catctl.pl Runs database upgrade in parallel script1.sql script2.sql script3.sql Up to 40% faster upgrade script4.sql script7.sql script9.sql Used and proven by selected Oracle Database 11g global customers script5.sql script8.sql script10.sql Telco billing >100 SAP systems script6.sql script11.sql Large DWH script6.sql
7 The new parallel upgrade script promises to drastically reduce downtime due to planned maintenance. We saw a 37% improvement over the previous upgrade process in our environment. Harald Stefan, Leiter Datenbanken Payback GmbH Copyright 2014 Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
8 Faster Upgrade Less Downtime New Parallel Upgrade $> $ORACLE_HOME/perl/bin/perl catctl.pl -n 8 catupgrd.sql
9 Simplified Upgrade Database Upgrade Assistant Pre-Upgrade Automation Parallel Upgrade RMAN Integration Guaranteed Restore Points Activity and Alert Log
10 Enterprise Manager Mass and RAC Upgrades EM Cloud Control Mass Upgrades Grid Infrastructure Upgrades RAC Database Upgrades Standby Database Upgrades Note: Requires Lifecycle Management Pack
11 Migration Options to Oracle Database 12c Oracle 10.2 expdp/impdp Less Downtime? Near-Zero Downtime? Oracle 11.1 CTAS, COPY Oracle /2 SQL*Loader TDB Only same Endianness Transportable Tablespaces + Golden Gate Oracle /4 Full Transportable Export/Import RMAN Inc + Bck
12 Data Pump Migration
13 Cross Endianness Migration Example: Migration of a single instance database to Exadata Example Facts & Description 1. Hardware migration to an Exadata Database Machine 2. Cross Endianness database migration from Oracle to Oracle Maximum tolerated downtime: 24 hours 4. Database size: 8TB 8TB 8TB Oracle HP-UX 24 hrs Oracle OL5.8 64bit
14 Cross Endianness Migration Basic options with Oracle 9i: exp and imp Import of all versions Oracle V5 possible exp is not supported for general use since Oracle 11g But the utility is still there and can be used imp is still supported 8TB 8TB Oracle HP-UX 24 hrs Oracle OL5.8 64bit
15 Cross Endianness Migration Better options since Oracle 10g: Data Pump expdp and impdp Usually the first option to try Cross platform Transportable Tablespaces (xtts) More complicated, more manual steps than pure Data Pump 8TB SWING 8TB 8TB Oracle HP-UX Oracle HP-UX 24 hrs Oracle OL5.8 64bit
16 Case 3: Cross Endianness Migration Migration of a single instance database to Exadata Prepare a new database on EXADATA Restore online backup to SWING Upgrade database on SWING Full database import via NETWORK_LINK Post Migration Actions 8TB SWING 8TB 8TB Oracle HP-UX Oracle HP-UX 24 hrs Oracle OL5.8 64bit
17 Data Pump Best Practices For full exports: Role EXP_FULL_DATABASE is required For export consistency use: FLASHBACK_TIME=SYSTIMESTAMP alternative: CONSISTENT=Y [since Oracle 11.2 Legacy Interface] This will increase UNDO requirements for the duration of the export Always set parameters: EXCLUDE=STATISTICS METRICS=YES
18 Data Pump Best Practices Speed up Data Pump: PARALLEL=n Typically n = 2x <number of CPU cores> EXCLUDE=INDEXES on import 1. Initial impdp with EXCLUDE=INDEXES 2. Second impdp with INCLUDE=INDEXES SQLFILE=indexes.sql 3. Split indexes.sql into multiple SQL files and run in multiple sessions Set COMMIT_WAIT=NOWAIT and COMMIT_LOGGING=BATCH during full imports
19 Data Pump Best Practices Direct import via database link Parameter: NETWORK_LINK Run only impdp on the target system - no expdp necessary No dump file written, no disk I/O, no file transfer needed Restrictions of database links apply: Does not work with LONG/LONG RAW and certain object types Performance: Depends on network bandwidth and target's CPUs $ expdp...
20 Data Pump Best Practices Real World Case: Kaiser Permanente, Medicare (USA) impdp on NETWORK_LINK with 8 vs 16 CPU cores 10GBit connection leveraged up to 8 Gbit 1 TB table copied in ~15 min 4 TB/hour Network bandwidth and CPU bound
21 Data Pump News in Oracle 12c Full transportable export/import for an entire database Support for multitenant container databases and pluggable databases New VIEWS_AS_TABLES parameter Lets you export the contents of a view as a table TRANSFORM parameter options TRANSFORM=DISABLE_ARCHIVE_LOGGING:Y Will disable archive logging during import for tables and/or indexes TRANSFORM=LOB_STORAGE:SECUREFILE TRANSFORM=STORAGE:N TRANSFORM=TABLE_COMPRESSION:<compression_clause> LOGTIME=[ NONE STATUS LOGFILE ALL ] parameter Will write timestamps on status and/or logfile messages
22 Transportable Tablespaces
23 Concept Transportable Tablespaces expdp impdp "'"sys/sys as sysdba"'" as sysdba"'" TRANSPORT_TABLESPACES=TS1,TS2 TRANSPORT_DATAFILES= TTS feature available since Oracle 8i Cross platform support since Oracle 10g Self Contained? Read Only Read Write 75TB 75TB Oracle IBM AIX 48 hrs Oracle OL5.8 64bit
24 Concept Transportable Tablespaces xtts LITTLE ENDIAN PLATFORMS HP IA Open VMS HP Open VMS HP Tru64 UNIX Linux IA (32-bit) Linux IA (64-bit) Linux x86 64-bit Microsoft Windows IA (64-bit) Microsoft Windows x86 64-bit Microsoft Windows IA (32-bit) Solaris Operating System (x86) Solaris Operating System (x86-64) Cross platform support FILE COPY V$TRANSPORTABLE_PLATFORM RMAN CONVERT BIG ENDIAN PLATFORMS FILE COPY Apple Mac OS HP-UX (64-bit) HP-UX IA (64-bit) AIX-Based Systems (64-bit) IBM zseries Based Linux IBM Power Based Linux Solaris[tm] OE (32-bit) Solaris[tm] OE (64-bit)
25 Upgrade/Migration: Transportable Tablespaces Rebuild meta information (views, synonyms, trigger, roles etc) SOURCE Database DESTINATION Database SCOTT HUGO Read Only SYSTEM SYSAUX UNDO TEMP VIEWS CODE PRIVS SCOTT HUGO SYSTEM SYSAUX UNDO TEMP VIEWS CODE PRIVS
26 Possible options Moving meta information - 3 possible options The brute force approach Data Pump expdp/impdp CONTENT=METADATA_ONLY The smart approach DBMS_METADATA SELECT DBMS_METADATA.GET_DDL('SYNONYM', SYNONYM_NAME, OWNER) FROM all_synonyms where owner='public' and table_owner not in ('SYS'); A same OS approach RMAN duplicate Does not work for platform changes RMAN> duplicate target database to 'NEW' skip tablespace DATA1, DATA2
27 Transportable Tablespaces TTS might not be a good solution when Too many objects to rebuild Views, synonyms, sequences Simple is better for fast TTS!!! Too many objects in tablespaces slow down meta expdp/impdp (Sub)partitions, partitioned indexes
28 Speed Up Transportable Tablespaces Usually the biggest pain points with TTS Downtime due to: Duration to copy very large amounts of data Duration to convert many tablespaces cross Endianness New technique: Avoid the copy & convert phase RMAN can convert incremental backups cross platform Available since Oracle for Exadata only Available for Linux x86-64 with Oracle Available on all platforms starting with Oracle 12c See MOS Note: for description and Linux perl scripts
29 Transportable Tablespaces with Incremental Backups expdp impdp "'"sys/sys as as sysdba"'" TRANSPORT_TABLESPACES=TS1,TS2 TRANSPORT_DATAFILES= Downtime!!! Convert and apply backups SOURCE Database DESTINATION Database VIEWS Read Write VIEWS SCOTT HUGO Read Only SYSTEM SYSAUX UNDO TEMP CODE PRIVS Data Pump SCOTT HUGO SYSTEM SYSAUX UNDO TEMP CODE PRIVS
30 Full Transportable Export/Import Combining: Transportable Tablespaces with Data Pump taking care of all meta information with optional RMAN incremental backups to decrease downtime One Command Migration impdp VERSION=12 FULL=Y TRANSPORTABLE=ALWAYS This works: Cross platform (with RMAN CONVERT) With or without Oracle Multitenant Source can be Oracle /4 or newer Target must be at least Oracle
31 Full Transportable Export/Import with Copies SOURCE Database DESTINATION Database VIEWS VIEWS SCOTT HUGO Read Only SYSTEM SYSAUX UNDO TEMP CODE PRIVS Data Pump SCOTT HUGO SYSTEM SYSAUX UNDO TEMP CODE PRIVS
32 Full Transportable Export/Import with Backups Convert and apply backups SOURCE Database DESTINATION Database VIEWS VIEWS SCOTT HUGO Read Only SYSTEM SYSAUX UNDO TEMP CODE PRIVS Data Pump SCOTT HUGO SYSTEM SYSAUX UNDO TEMP CODE PRIVS
33 Full Transportable Export/Import in 3 Steps Create a new database or PDB Copy the datafiles or Restore/Merge Inc Backups Data Pump "One Command Migration"
34 Zero Downtime?
35 Introduction True ZERO Downtime is very hard to achieve Only Oracle TimesTen In-Memory Database can do that Replication technologies are easier to handle and setup A limited downtime will occur to switch clients/application Active/active scenarios are possible depending on the application and usage scenario Concept: Capture Source Move/Upgrade Database Destination Apply Destination Synch? Source Destination Technologies: Oracle Golden Gate NOTE: Oracle Streams is deprecated as of Oracle Database 12c
36 Oracle Golden Gate Paid option of the database Migratable license for 1 year which includes Active Data Guard Works with many Oracle database versions Golden Gate 12.1 supports Oracle Golden Gate 11.2 supports Oracle For earlier database versions (8i (DML only), 9i-11.1) use Golden Gate 10.4 Oracle GoldenGate Installation and Setup Guide Also works with non-oracle databases (DB2, Teradata ) GoldenGate OTN page:
37 Start Capture Mechanism Build Up Database Copy with Data Pump or TTS Start Apply Mechanism Capture: committed transactions are captured (and can be filtered) as they occur by reading the transaction logs Capture 10TB Oracle HP-UX Itanium <5 mins Oracle OL5.8 64bit
38 Start Capture Mechanism Build Up Database Copy with Data Pump or TTS Start Apply Mechanism Trail: stages and queues data for routing Capture Trail 10TB 10TB Oracle HP-UX Itanium <5 mins Oracle OL5.8 64bit
39 Start Capture Mechanism Build Up Database Copy with Data Pump or TTS Start Apply Mechanism Build up the target database using: - Transportable Tablespaces x-platform - Export/Import with Data Pump Capture Trail 10TB 10TB Oracle HP-UX Itanium <5 mins Oracle OL5.8 64bit
40 Start Capture Mechanism Build Up Database Copy with Data Pump or TTS Start Apply Mechanism Pump: distributes data for routing to target(s) Capture Trail Pump 10TB 10TB Oracle HP-UX Itanium <5 mins Oracle OL5.8 64bit
41 Start Capture Mechanism Build Up Database Copy with Data Pump or TTS Start Apply Mechanism Route: data is compressed, encrypted for routing to target(s) Capture Trail Pump Trail 10TB 10TB Oracle HP-UX Itanium <5 mins Oracle OL5.8 64bit
42 Start Capture Mechanism Build Up Database Copy with Data Pump or TTS Start Apply Mechanism Delivery: applies data with transaction integrity, transforming the data as required Capture Trail Pump Trail Delivery 10TB 10TB Oracle HP-UX Itanium <5 mins Oracle OL5.8 64bit
43 Start Capture Mechanism Build Up Database Copy with Data Pump or TTS Start Apply Mechanism GoldenGate works bidirectionally - from higher to lower release as well! Capture Trail Pump Trail Delivery Bi-directional 10TB 10TB Oracle HP-UX Itanium <5 mins Oracle OL5.8 64bit
44 Case 6: Real Rolling Upgrade
45 Basic Facts and Information Standby Type Apply Technique Physical Standby Block identical copy of PROD Logical Standby Logical copy of PROD Transient Standby Physical, converted temporarily into Logical and return Redo Apply SQL Apply Redo and SQL Apply Build Up RMAN DUPLICATE Convert from Physical RMAN Duplicate, then Convert Switchover < 1 min Seconds Seconds + < 1 min
46 Transient Logical Standby - Workflow Guaranteed Restore Point PROD PSTBY Logminer Build KEEP IDENTITY synchronize LSTBY FLASHBACK DATABASE TO... New $OH + Upgrade synchronize LSTBY SWITCHOVER PROD New $OH CONVERT TO PHYSICAL PSTBY synchronize = UPGRADE PROD SWITCHOVER PSTBY
47 Transient Logical Standby White Paper Transient Upgrade Concept: Shell scripts in Note: for automation:
48 DBMS_ROLLING Data Guard Simple Rolling Upgrade Semi-automation of Transient Logical Standby Rolling Upgrade Works with Data Guard Broker Procedure DBMS_ROLLING INIT_PLAN DESTROY_PLAN BUILD_PLAN SET_PARAMETER START_PLAN SWITCHOVER FINISH_PLAN ROLLBACK_PLAN Usable for maintenance tasks beginning with Oracle Usable for upgrades beginning with the first patch set of Oracle 12c ( ) DBMS_ROLLING usage requires a license for Active Data Guard
49 Migration with GoldenGate
50 Real World Checkpoint Customer Project Constraints Amadeus is a leading transaction processor for the global travel and tourism industry Preparation DISTRIBUTION BUSINESS IT SOLUTIONS Migration Success? Remarks 711 airlines 110,000+ hotel properties 30 car rental companies 50+ cruise and ferry lines 207 tour operators 24 insurance companies 95 railways Inventory Departure Control e-commerce Airlines Airports Hotels Rail 20,000+ tx/sec (peak) < 0.3 sec response time 10 Petabytes of storage 3+ million net bookings/day > 1 billion tx/day Copyright 2014, Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
51 Real World Checkpoint Customer Project Migrate Oracle 10g production databases to Oracle 11g on new HW and/or OS platform Constraints Preparation Migration Success? Remarks Source Oracle RAC HPUX v2 Oracle Single Instance HPUX v2 Target Oracle /3 RAC HPUX v3 Oracle /3 RAC RHE Linux Oracle /3 RAC One RHE Linux Copyright 2014, Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
52 Real World Checkpoint Customer Project Constraints Preparation Migration Success? Remarks Fixed quarterly outage windows Maximum of 5 minutes database downtime No service impact outside the outage window Endian change: HP-UX to Linux (big little endian) Possibility of fallback during and after the outage High volume of DB changes (redo of up to 20MB/sec) Large database sizes (up to 14TB) Possibility for physical re-organization - Fresh data dictionary - Tablespace and partitioning redesign Copyright 2014, Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
53 Real World Checkpoint Customer Project Constraints Preparation Migration Success? Remarks In-depth proof of concept (supported by Oracle) Focusing on functional aspects Focusing on data volume Standardized migration process model with timeline Home-made scripts and procedures to support setup, monitoring, tuning and switch over Training of in-house specialist supporting the DBAs Copyright 2014, Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
54 Real World Checkpoint Customer Project Instantiation of new 11g database: expdp from Physical Standby Installation, configuration, tuning of GG replication Constraints Preparation Migration Success? Remarks Comparison of source/target DB content (Veridata) Rehearsals of switch over and fallback Switch over: Stop replication / Start reverse-replication Copyright 2014, Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
55 Real World Checkpoint Customer Project Constraints Preparation Migration Success? Remarks 15 databases successfully migrated, so far (Oct 2012) Source Target Migrated Oracle RAC HPUX v2 Oracle Single Instance HPUX v2 Oracle /3 RAC HPUX v3 Oracle /3 RAC RHE Linux Oracle /3 RAC One RHE Linux Switchover duration: 2-6 minutes No fallback performed Copyright 2014, Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
56 Real World Checkpoint Customer Project Constraints The concept proved to handle a smooth and secure migration across different DB versions and HW/OS platforms Preparation Migration Success? Remarks To be considered Instantiation of target database (incl. Plan Stability) Customized GG setup per database Handling of unsupported data types (e.g. ANYDATA) Impact of supplemental logging on source DB Effort of tuning GG for DBs with high DML rate (e.g. parallel replicate processes) Copyright 2014, Oracle and/or its affiliates. All rights reserved. Different Ways to Upgrade and Migrate to Oracle Database 12c
57 Real World Checkpoint Customer Project Constraints Preparation Migration Success? Remarks Payback GmbH Belongs to Loyalty Partner GmbH which belongs to American Express HQ in Munich, Germany Develops and operates professional customer loyalty programs based on customized IT solutions Provider for Payback Active in Germany, Poland, India, Italy and Mexico
58 Real World Checkpoint Customer Project Constraints Preparation Migration Success? Remarks Migrate 7TB / 1.5TB from HP-UX to Exadata V1 Cross platform, cross Endianness, cross version Oracle on HP-UX Oracle on OL 4 months planning and migration phase August to November 2009 Proposed go-live date 15-NOV-2009
59 Real World Checkpoint Customer Project Constraints Preparation Migration Move everything in less than 24 hrs Network bottleneck Remedy: Install extra InfiniBand hardware into HP box ~ 3GB/sec throughput! Success? Remarks
60 Real World Checkpoint Customer Project Constraints Preparation Migration Success? Remarks Setup: PROD Restore + Upgrade SWING HP-UX PA-RISC HP-UX PA-RISC OL 64bit Prod Load
61 Real World Checkpoint Customer Project Test migrations: Data Pump on NETWORK_LINK Constraints Preparation Migration Success? PROD SWING Remarks INSERT APPEND on database links for tables >100 GB HP-UX PA-RISC HP-UX PA-RISC OL 64bit Prod Load
62 Real World Checkpoint Customer Parallel live loads: Performance tests Project Constraints Preparation Migration Success? PROD SWING Remarks HP-UX PA-RISC HP-UX PA-RISC OL 64bit Prod Load Redirect the production load by apps servers Prod Load
63 Real World Checkpoint Customer Project Final test became LIVE migration Constraints Preparation Migration Success? Remarks PROD HP-UX PA-RISC SWING HP-UX PA-RISC OL 64bit Prod Load
64 Real World Checkpoint Customer Project Constraints Preparation Migration Success? Remarks Live? And alive? Yes! Go-live in early November 2009 Two weeks earlier than proposed Total upgrade and migration time: ~20 hours ~ 8 hours: Restore and recovery ~ 1 hour: Database upgrade to Oracle ~10 hours: Data migration to Exadata V1 ~ 1 hour: Smoke testing and final verification Dramatic performance improvements Job runtimes decreased by 80% User complaints about too fast performance really!!
65 Real World Checkpoint Customer Project Not a single piece of SQL had to be changed!!! Most critical job: runtime from 30 hrs to < 2hrs Constraints Preparation Migration Success? Remarks
66 Real World Checkpoint Customer Project Same customer again Payback GmbH Constraints Preparation Upgrade Success? Remarks
67 Real World Checkpoint Customer Project Constraints Preparation Upgrade Success? Remarks Migrate 14TB from Exadata V1 to Exadata X2-2 2 months planning and migration phase June to July 2012 Proposed go-live date 22-JUL-2012 MOS Note: Migrating from HP Oracle Database Machine to Sun Oracle Database Machine 11.2 using Data Guard
68 Real World Checkpoint Customer Project Constraints Preparation Upgrade Database has grown from 7TB to 14TB Downtime: less than 8 hrs Network "bottleneck" Remedy: Extra IB cabled connection from V1 to X2-2 Success? Remarks
69 Real World Checkpoint Customer Project Constraints Preparation Upgrade Success? Restoring 14TB with RMAN DUPLICATE FOR STANDBY FROM ACTIVE DATABASE Removed unused components from the source database RMAN Restore 64 parallel channels Remarks Oracle Oracle InfiniBand cable
70 Real World Checkpoint Customer Project Constraints Live upgrade/migration RMAN Restore and Recovery: <3 hours 64 parallel RMAN channels allocated: >4TB/hour Preparation Upgrade Success? RMAN Restore 64 parallel channels Remarks Oracle Oracle InfiniBand cable
71 Real World Checkpoint Customer Project Constraints Preparation Database upgrade Using the new PARALLEL UPGRADE * scripts Total database upgrade time including recompilation and time zone change: 20 mins Upgrade Success? Remarks Oracle Oracle InfiniBand cable * * Released for selected customers olly
72 Real World Checkpoint Customer Project Constraints Preparation Upgrade Success? Remarks Live? And alive? Yes! Go-live on 3-JUL-2012 Almost three weeks earlier than proposed Total migration and upgrade time: ~4 hours < 3 hours: Restore for Standby and recovery < 20 mins: Database upgrade to Oracle ~ 40 mins: Extra tasks (crsctl etc.) Significant performance improvements Job runtimes decreased again by 30-60%
73 Real World Checkpoint Customer Project Constraints A few plans did change but we were prepared Had captured all plans from AWR into an SQL Tuning Set Remedied failing plans with SQL Plan Management Preparation Upgrade Success? Remarks
74 Resources Download slides from:
75
76
Oracle Database Cross Platform Migration Lucy Feng, DBAK
Delivering Oracle Success Oracle Database Cross Platform Migration Lucy Feng, DBAK RMOUG QEW November 19, 2010 Business Requirements Migrate all Oracle databases to IBM zseries based Linux The database
How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing
How to Migrate your Database to Oracle Exadata Noam Cohen, Oracle DB Consultant, E&M Computing Who am I Working with Oracle Since 2000 Versions 8.0 11g Consulting on all areas from Infrastructure to Application
Reducing downtime using incremental backups and X-Platform TTS
Reducing downtime using incremental backups and X-Platform TTS Martin Bach, Practice Director, Enkitec 16:00 UK 10:00 Central US 17:00 Central Europe Check out the sponsors websites: www.enkitec.com www.red-gate.com/oracle
Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska
Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices
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
Cross Platform Transportable Tablespaces Migration in Oracle 11g
Cross Platform Transportable Tablespaces Migration in Oracle 11g Prepared by ViSolve Migration Team June 2012 Contact ViSolve, Inc. 4010, Moorpark Avenue, #205 San Jose, California 95117 (602) 842 2738
Maximize Availability With Oracle Database 12c
Maximize Availability With Oracle Database 12c Darl Kuhn DBA [email protected] 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. HA? 2 Copyright 2013, Oracle and/or its affiliates.
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.
Oracle Database 12c Upgrade Tools and Best Practices from Oracle Support
Oracle Database 12c Upgrade Tools and Best Practices from Oracle Support Roderick Manalac Architect Database Proactive Support Oracle Software Support October 29, 2015 Safe Harbor Statement The following
An Oracle White Paper January 2014. Oracle Database 12c: Full Transportable Export/Import
An Oracle White Paper January 2014 Oracle Database 12c: Full Transportable Export/Import Introduction... 3 Benefits of Using Full Transportable Export/Import... 4 Full Transportable Export/Import Support
SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect
SharePlex for Oracle How to replicate databases Jeffrey Surretsky Solutions Architect Highlights Overview: reasons for migration Traditional data migration methods Drawbacks Data migrations using log-based
How To Use Exadata
Exadata V2 - Oracle Exadata Database Machine Robert Pastijn Platform Technology Services (PTS) Product Development 2010 Oracle Corporation Exadata V2 Goals Ideal Database Platform
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
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
Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland
Backup and Recovery Solutions for Exadata Cor Beumer Storage Sales Specialist Oracle Nederland Recovery Point and Recovery Time Wks Days Hrs Mins Secs Secs Mins Hrs Days Wks Data Loss (Recovery Point Objective)
ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS
ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY
Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant
Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media
Oracle Database 12c: New Features for Administrators
Oracle University Contact Us: 67 52 67 24 Oracle Database 12c: New Features for Administrators Duration: 5 Days What you will learn In the Oracle Database 12c: New Features for Administrators course, you
Maximum Availability Architecture
Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability
<Insert Picture Here> Real-time database replication
Real-time database replication Ugo Pollio Sales Consulting and Business Development Oracle EMEA Data Integration Solutions Program Agenda Introduction to Real Time Data Propagation
Oracle Database 10g & Multi-Terabyte Database Migration By: Saravanan Shanmugam and James Madison, The Hartford (http://www.thehartford.
Oracle Database 10g & Multi-Terabyte Database Migration By: Saravanan Shanmugam and James Madison, The Hartford (http://www.thehartford.com/) Migrating large Oracle databases such as data warehouses and
Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved.
Restore and Recovery Tasks Objectives After completing this lesson, you should be able to: Describe the causes of file loss and determine the appropriate action Describe major recovery operations Back
Data Integration Overview
Data Integration Overview Phill Rizzo Regional Manager, Data Integration Solutions [email protected] Oracle Products for Data Movement Comparing How They Work Oracle Data
Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els
Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Copyright 2011-2013 Dbvisit Software Limited. All Rights Reserved Nov 2013 Executive Summary... 3 Target Audience... 3 Introduction...
Oracle Database In-Memory The Next Big Thing
Oracle Database In-Memory The Next Big Thing Maria Colgan Master Product Manager #DBIM12c Why is Oracle do this Oracle Database In-Memory Goals Real Time Analytics Accelerate Mixed Workload OLTP No Changes
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
ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control
FACULDADE DE EDUCAÇÃO SUPERIOR DO PARANÁ CURSO DE EXTENSÃO UNIVERSITÁRIA ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR Enterprise Manager and Other Tools Enterprise Manager (EM)
<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures
1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage
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
FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.
FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1
Overview: X5 Generation Database Machines
Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database
Inge Os Sales Consulting Manager Oracle Norway
Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database
Oracle DBA Course Contents
Oracle DBA Course Contents Overview of Oracle DBA tasks: Oracle as a flexible, complex & robust RDBMS The evolution of hardware and the relation to Oracle Different DBA job roles(vp of DBA, developer DBA,production
Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.
Preview of Oracle Database 12c In-Memory Option 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any
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,
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
Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture
Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Ron Weiss, Exadata Product Management Exadata Database Machine Best Platform to Run the
Oracle Database 10g: Administration Workshop II Release 2
ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional
Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG
Oracle Public Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG The Promise Of Computing For Developers, IT Operations And Line of Business Developers Agility & Quality Latest Technology
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, Symantec has a clear goal in mind simplify the complexity of database
Introducing Oracle Data Integrator and Oracle GoldenGate Marco Ragogna
Introducing Oracle Data Integrator and Oracle GoldenGate Marco Ragogna EMEA Principal Sales Consultant Data integration Solutions IT Obstacles to Unifying Information What is it costing you to unify your
Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG
Oracle Database 12c Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Uptake of Oracle Database 12c compared with 11g 18,00% 16,00% 14,00% 12,00% 10,00% 8,00% 12.1 11.1 6,00% 4,00% 2,00% 0,00%
Oracle Database Cloud Exadata Service
Oracle Database Cloud Exadata Service Exadata Performance, Cloud Simplicity The Oracle Database Cloud - Exadata Service (Exadata Service) delivers the world s best Cloud Database Platform by combining
The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP.
http://www.51- pass.com Exam : 1Z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Version : DEMO 1 / 7 1.Which two statements are true about scheduling operations in a pluggable database
Oracle Recovery Manager 10g. An Oracle White Paper November 2003
Oracle Recovery Manager 10g An Oracle White Paper November 2003 Oracle Recovery Manager 10g EXECUTIVE OVERVIEW A backup of the database may be the only means you have to protect the Oracle database from
IBM SAP International Competence Center. Coca-Cola Bottling Co. Consolidated utilizes SAP technical upgrade project to migrate from Oracle to IBM DB2
IBM SAP International Competence Center Coca-Cola Bottling Co. Consolidated utilizes SAP technical upgrade project to migrate from Oracle to IBM DB2 Running the SAP Unicode conversion and the database
Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers
Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers Masood Ahmed EMEA Infrastructure Solutions Oracle/SAP Relationship Overview First SAP R/3 release
Module 14: Scalability and High Availability
Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High
Informatica Data Replication 9.1.1 FAQs
Informatica Data Replication 9.1.1 FAQs 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)
SOUG-SIG Data Replication With Oracle GoldenGate Looking Behind The Scenes Robert Bialek Principal Consultant Partner
SOUG-SIG Data Replication With Oracle GoldenGate Looking Behind The Scenes Robert Bialek Principal Consultant Partner BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN
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 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
Symantec NetBackup 7.1 What s New and Version Comparison Matrix
Symantec 7.1 What s New and Version Comparison Matrix Symantec 7 allows customers to standardize backup and recovery operations across physical and virtual environments with fewer resources and less risk
RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar
RMAN Recovery Manager BACKUP & RECOVERY Veeratteshwaran Sridhar Why Backup & Recovery? The purpose of a backup and recovery strategy is to protect the database against data loss and reconstruct the database
Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com
Why Standardize on Oracle Database 11g Next Generation Database Management Thomas Kyte http://asktom.oracle.com Top Challenges Performance Management Change Management Ongoing Administration Storage Backup
<Insert Picture Here> Upgrading to 11g Database Best Practices and Less Known Features
Upgrading to 11g Database Best Practices and Less Known Features Morana Kobal Butković Senior Sales Consultant Oracle Hrvatska Agenda Preparation Best Practices Performance Testing
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
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
Symantec NetBackup 7 Clients and Agents
Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency
Migrating Oracle Databases
Oracle White Paper June 2014 Migrating Oracle Databases Introduction... 3 Executive Summary... 3 Business Requirements... 4 Common Database Migration Challenges and Risks... 5 Migration Technologies...
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
Instant-On Enterprise
Instant-On Enterprise Winning with NonStop SQL 2011Hewlett-Packard Dev elopment Company,, L.P. The inf ormation contained herein is subject to change without notice LIBERATE Your infrastructure with HP
Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013
Applying traditional DBA skills to Oracle Exadata Marc Fielding March 2013 About Me Senior Consultant with Pythian s Advanced Technology Group 12+ years Oracle production systems experience starting with
Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard
18 th Annual International zseries Oracle SIG Conference Present: Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard Tammy Bednar [email protected] Manager, HA Solutions & Backup
Oracle Database 12c: Admin, Install and Upgrade Accelerated
Oracle University Contact Us: + 38516306373 Oracle Database 12c: Admin, Install and Upgrade Accelerated Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated
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
SAP on Oracle. Development Update June 2012. Development Manager DB Platforms Oracle & Informix OS Platform Solaris SAP AG.
SAP on Oracle Development Update June 2012 Dr. Christian Graf Development Manager DB Platforms Oracle & Informix OS Platform Solaris SAP AG SIG Oracle & SAP Agenda Oracle 10g @ SAP Oracle 11g @ SAP Operating
Exadata and Database Machine Administration Seminar
Oracle University Contact Us: 1.800.529.0165 Exadata and Database Machine Administration Seminar Duration: 2 Days What you will learn The first section of this course introduces you to Exadata Storage
Uni Vault. An Introduction to Uni Systems Hybrid Cloud Data Protection as a Service. White Paper Solution Brief
Uni Vault An Introduction to Uni Systems Hybrid Cloud Data Protection as a Service White Paper Solution Brief Contents The Challenges of Traditional Backup... 3 The Uni Systems Data Protection as a Service
EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012
EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012 This report provides information about software releases, including release dates, any announced
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
D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW
D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated course will provide you with
Solution for Staging Area in Near Real-Time DWH Efficient in Refresh and Easy to Operate. Technical White Paper
Solution for Staging Area in Near Real-Time DWH Efficient in Refresh and Easy to Operate Technical White Paper Mathias Zarick, Karol Hajdu Senior Consultants March-2011 While looking for a solution for
SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery
SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery Dr. Ralf Czekalla/SAP HANA Product Management May 09, 2014 Customer Disclaimer This presentation outlines our general product
2009 Oracle Corporation 1
The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,
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
Using HP StoreOnce Backup systems for Oracle database backups
Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce
ORACLE DATABASE 11G: COMPLETE
ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data
Oracle Database 12c Recovery Manager New Features
Oracle Database 12c Recovery Manager New Features Presented by: Andy Colvin February 13, 2013 *DISCLAIMER* Oracle 12c has not been released yet Some features may not be available I believe Oracle has mentioned
EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013
EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013 This report provides information about software releases, including release dates, any announced
An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database
An Oracle White Paper June 2012 High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database Executive Overview... 1 Introduction... 1 Oracle Loader for Hadoop... 2 Oracle Direct
Exadata Database Machine
Database Machine Extreme Extraordinary Exciting By Craig Moir of MyDBA March 2011 Exadata & Exalogic What is it? It is Hardware and Software engineered to work together It is Extreme Performance Application-to-Disk
Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo [email protected] NPD Inc. 9/2011
Use RMAN to relocate a 10TB RAC database with minimum downtime Tao Zuo [email protected] NPD Inc. 9/2011 Contents Methods of relocate a database with minimum down time RMAN oracle suggested backup strategy
MySQL Enterprise Backup
MySQL Enterprise Backup Fast, Consistent, Online Backups A MySQL White Paper February, 2011 2011, Oracle Corporation and/or its affiliates Table of Contents Introduction... 3! Database Backup Terms...
UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)
Audience Data Warehouse Administrator Database Administrators Database Designers Support Engineer Technical Administrator Related Training Required Prerequisites Working knowledge of SQL and use of PL/SQL
An Oracle White Paper September 2011. Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups
An Oracle White Paper September 2011 Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups Table of Contents Introduction... 3 Tape Backup Infrastructure Components... 4 Requirements...
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about
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
News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren
News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business
How Cisco IT Migrates Critical Applications from HP Superdome to Unified Computing System
How Cisco IT Migrates Critical Applications from HP Superdome to Unified Computing System Moving Oracle and SAP environments to private cloud supports enterprise goals for capacity, resiliency, and innovation.
Veritas Cluster Server from Symantec
Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster
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
BACKUP BEST PRACTICES FOR A XENSERVER & XENDESKTOP ENVIRONMENT
BACKUP BEST PRACTICES FOR A XENSERVER & XENDESKTOP ENVIRONMENT WHO WE ARE Who we are Established, HW Development Development of Logistics SW Logistic Software Relag Develop Backup and Data Protection Software
<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices
1 RMAN Configuration and Performance Tuning Best Practices Timothy Chien Principal Product Manager Oracle Database High Availability [email protected] Agenda Recovery Manager
Real Application Testing. Fred Louis Oracle Enterprise Architect
Real Application Testing Fred Louis Oracle Enterprise Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated
<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
How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises)
How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information
