Oracle 12cR2 Oracle (Active) Data Guard

Größe: px
Ab Seite anzeigen:

Download "Oracle 12cR2 Oracle (Active) Data Guard"

Transkript

1 Oracle 12cR2 Oracle (Active) Data Guard Sebastian Solbach BMC DBaaS Development, ORACLE Deutschland B.V. & Co. KG Juli,

2 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 to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 2

3 Agenda Data Guard Setup Geplante Wartungsarbeiten Standby aktiv nutzen Absicherung 3

4 Agenda Data Guard Setup Geplante Wartungsarbeiten Standby aktiv nutzen Absicherung 4

5 Oracle Data Guard Standby-Datenbanken Produktions Datenbank Kostenfreier und Bestandteil der Oracle Enterprise Edition Standby-Seite muss lizenziert werden Physical Standby für Desaster Recovery Automatisches Umschalten möglich Logical Standby für Rolling Upgrades und Reporting Standby Datenbank

6 Oracle Data Guard - Redo Transport Transactions Production Standby Production Database Online Redo Logs LGWR NSS NSS LGWR SYNC LGWR ASYNC RFS RFS Standby Redo Logs ARCH Gap Resolution RFS ARCH Archived Redo Logs Archived Redo Logs 6

7 Data Guard 12c Fast Sync Geringere Auswirkung auf die Produktion Primary 11g Commit Commit Acknowledge Redo Logs NSS LGWR RFS Standby Redo Logs Standby 11g SYNC Mode: Die Remote Seite Bestätigt den Erhalt der Redo Informationen Neu: Bevor das Redolog geschrieben wurde Primary 12c NSS Acknowledge returned on receipt RFS Standby 12c LOG_ARCHIVE_DEST_3='SERVICE=stby1 SYNC NOAFFIRM' Commit Commit Acknowledge Redo Logs LGWR Standby Redo Logs Broker Konfiguration Transport Property: FASTSYNC

8 Data Guard Protection Modi Daten Sicherheit, Performance, Verfügbarkeit Mode Risk of data loss Transport If no acknowledgement from standby: Maximum Protection Zero Data Loss Double Failure Protection SYNC Stall primary until acknowledgement is received from replica Maximum Availability Zero Data Loss Single Failure Protection SYNC Stall primary until acknowledgement is received or timeout threshold period expires then resume processing Maximum Performance Potential for Minimal Data Loss ASYNC Primary never waits for standby acknowledgement

9 Oracle Data Guard - Apply Services Standby Redo Data From Site A RFS Standby Redo Logs ARCH Physical (Redo Apply) Apply Logical (SQL Apply) Standby Database Archived Redo Logs 9

10 Single-Instance Redo Apply Primary Instance 1 Standby Instance 1 ASYNC/SYNC Process Thread 1 Redo RFS Process MRP Processes MRP Processes SRL Primary Instance 2 ASYNC/SYNC Process Thread 2 Redo RFS Process Coordinator Process MRP Processes SRL Primary Instance 3 ASYNC/SYNC Process Thread 3 Redo SRL RFS Process Coordinator Process MRP Processes

11 Physical Standby Redo Apply MRP immer auf einem Knoten im RAC Limitiert durch CPU und IO des Knoten Tortzdem: Performance mit 11.2 ist sehr gut! Standby Apply Rate MB/sec OLTP Workload 0 Oracle 9i Oracle 10g Oracle 11g (Commodity) Oracle 11g (Exadata) 11

12 Multi-Instance Redo Apply 2 Node Standby Primary Instance 1 Standby Instance 1 ASYNC/SYNC Process Thread 1 Redo RFS Process Coordinator Process MRP Processes SRL Primary Instance 2 Standby Instance 2 ASYNC/SYNC Process Thread 2 Redo RFS Process Coordinator Process MRP Processes SRL Primary Instance 3 ASYNC/SYNC Process Thread 3 Redo SRL RFS Process Coordinator Process

13 Multi-Instance Redo Apply Paralleles, Multi-Instance Recovery Standby Recovery - CPU & IO aller RAC Knoten OLTP workload tests auf Exadata Standby Apply Rate MB/sec Instance 2 Instances 4 Instances 8 Instances OLTP Workload 13

14 Agenda Data Guard Setup Geplante Wartungsarbeiten Standby aktiv nutzen Absicherung 14

15 DBCA Standby Creation Standby Server: Oracle Software & Listener dbca -silent -createduplicatedb -primarydbconnectionstring myprimary.domain:1523/chicago.domain -gdbname chicago.domain -sid boston -initparams instance_name=boston -createasstandby -customscripts /tmp/test.sql TNSNames Konfiguration Broker Konfiguration Einschränkungen (erstes Release) Single Instanz Kein Multitenant 15

16 gdbclone Database Snapshot Management Script Perl Skript zum: Klonen von Datenbanken Von ASM nach ACFS Remote oder Lokal Erzeugen von DB-Snapshots (lokal) Löschen von DBs Anlegen von Data Guard html 16

17 Oracle Data Guard Fast-Start Failover Produktions Datenbank Automatisches Failover für SYNC und ASYNC Observer Placement => Im Applikationsservernetz / 3. Rechenzentrum Observer: Oracle Client. Keine Lizenz Automatisches Umschalten Standby Datenbank

18 Einfacheres Observer Management Heute: Observer im Vordergrund 12.2: Hintergrund: start observer BOSObserver logfile is /tmp/bosobserver in background connect identifier is BOS; Benötigt ein Wallet für die Datenbankverbindung 18

19 Mehrere Observer Heute: Ein aktiver Observer pro Konfiguration Observer HA nur mit OEM oder Restart Skript 12.2: Mehrere Observer in der FSFO Konfiguration Bis zu 3 Observer in einer DG Konfiguration Jeder Observer hat einen Namen (START OBSERVER). Namen müssen eindeutig sein. Default: Host Name Broker wählt einen Observer als Master Manuell: SET MASTEROBSERVER TO Observer-Name; 19

20 Mehrere Observer Konfigurationen Observer Konfigurationsdatei: BROKER_CONFIGS = ( (CONFIG = (NAME=SALES) (CONNECT_ID=SALES_P)(FILES=/home)) (CONFIG = (NAME=HR) (CONNECT_ID=HR_P)(FILES=/home)) (CONFIG = (NAME=CUSTOMER) (CONNECT_ID=CUSTOMER_P)(FILES=/home)) (CONFIG = (NAME=ORDERS) (CONNECT_ID=ORDERS_P)(FILES=/home))) CONFIG_GROUPS = ( (GROUP =(NAME=GRP_A ) (CONFIG_LIST = (NAME=SALES)(NAME=ORDERS))) (GROUP= (NAME=GRP_B) (CONFIG_LIST = (NAME=HR)(NAME=CUSTOMER)))) CONNECT_ID : Primary und alle FSFO Ziele 20

21 Mehrere Observer Konfigurationen Setzen der Konfiguration des Observer Systems Oracle12c > dgmgrl DGMGRL for Linux: Release Copyright (c) 1982, 2015, Oracle and/or its affiliates. All rights reserved. Welcome to DGMGRL, type "help" for information. DGMGRL> set observerconfigfile='/home/myobservers.ora'; DGMGRL> show observerconfigfile; ObserverConfigFile=/home/myobservers.ora Keine Datenbankverbindung für Setup notwendig 21

22 Mehrere Observer Konfigurationen Starten der Observer Gruppen DGMGRL> start observing grp_a ; ObserverConfigFile=/home/myobservers.ora Observer configuration file parsing succeeded Submitted command "START OBSERVER" using connect identifier SALES_P" Submitted command "START OBSERVER" using connect identifier HR_P Check superobserver.log and individual observer logs Keine Passwörter in der Konfiguration Wallets für Authentifizierung notwendig 22

23 Agenda Data Guard Setup Geplante Wartungsarbeiten Standby aktiv nutzen Absicherung 23

24 Reduzierung geplanter Wartungsarbeiten Standby-First Patch Set Update Critical Patch Update Patch Set Exception Exadata bundled patch Exadata storage server software patch Uses physical replication between old and new environments See MOS Note Standby-First Patch Assurance Data Guard Switchover Tech Refresh & Select Migrations Transient Logical Rolling Upgrade Transient Logical Oracle Patchsets and new Database Releases e.g > e.g > 12.1 Upgrade Process Begins with physical standby Uses logical replication between old and new versions Reverts to physical standby when both primary and standby are at new version Tech Refresh and Migrations See MOS Note for primary/standby crossplatform combinations Uses physical replication between old and new environments

25 Datenbank Rolling Upgrades Patch Sets & neue Oracle Datenbank Releases Installation neuer Oracle Version in neues Oracle Home (A+B) Garantierter Restore Point (A) Datenbank A PROD Synchronize redo apply Release n Release n+1 Datenbank B STBY Konvertierung zur Transient Logical & Upgrade zu neuer Version (B) PROD Synchronize sql apply STBY Switchover, Flashback zu GRP, Mount mit neuem OH (A) STBY SWITCHOVER PROD Upgrade durch Redo & Synchronisation (A) Siehe: MOS Note STBY STBY Synchronize redo apply PROD

26 Active Data Guard Rolling Upgrades Einfacheres, besseres Datenbank Rolling Upgrade Start Switchover Finish

27 Oracle Data Guard Upgrades Unterstützung Oacle EM 13 für Database Rolling Upgrades Weitere Datentypen mit DBMS_ROLLING Support for Objects With Long Identifiers Label Security Support Oracle Database Vault Support Data Guard Broker Support für Oracle Active Data Guard Rolling Upgrades 27

28 Geplante Wartungsarbeiten Microservice UCP ONS Standby Datenbank ONS Primär Datenbank 28

29 Switchover Microservice UCP ONS Standby Datenbank ONS Primär Datenbank 29

30 Switchover Microservice UCP ONS Standby Datenbank ONS Primär Datenbank 30

31 Switchover Microservice UCP ONS Standby Datenbank ONS Primär Datenbank 31

32 Switchover Microservice UCP ONS Standby Datenbank ONS Primär Datenbank 32

33 Switchover Microservice UCP ONS Primär Datenbank ONS Standby Datenbank 33

34 Switchover Microservice UCP ONS Primär Datenbank ONS Standby Datenbank 34

35 Switchover Microservice UCP ONS Primär Datenbank ONS Standby Datenbank 35

36 Switchover Microservice UCP ONS Primär Datenbank ONS Standby Datenbank 36

37 Transparent Client Connection Failover Session Draining mit Broker Session Draining existiert seit 11.2 Aber manueller Prozess: srvctl stop services auf Primary & (Warten auf Drain ) Data Guard Switchover (Broker oder SQL*Plus) Neue Primary DB, Service Start, Rebalance In 12cR2 übernimmt Data Guard Brokerdas Session Draining DGMGRL> switchover to BOS1 wait; 37

38 Transparent Client Connection Failover Beibehalten von Verbindungen auf Standby Read/Write Primary Read Active Data Guard Standby Read/Write Session bleiben bei Active Data Guard erhalten (Failover/Switchover) Vorteil: Benutzer bleiben Verbunden Kein Reconnect Storm nach Failover Automatisch Nur Services müssen konfiguriert sein Failed Primary Primary 38

39 Agenda Data Guard Setup Geplante Wartungsarbeiten Standby aktiv nutzen Absicherung 39

40 Active Data Guard Real-time Query Real-time Queries Laufender Redo Transport & Apply Schnelles Inkrementelles Backup Produktions Datenbank Entlastung der Primärdatenbank durch Auslagerung von Read-Only Abfragen auf eine immer aktuelle Physikalische Standby Redologs werden unterdessen transportiert und sofort angewendet Alle Datentypen werden unterstützt Konsistente Leseergebnisse Physikalische Standby Datenbank

41 Database In-Memory & Active Data Guard In-Memory DB auf Active Data Guard IMC Tabellen und Spalten für Analysen auf Active Data Guard Unterschiedliche Daten im IMC auf Standby INMEMORY_SIZE Initialisierungparameter Primary / Standby Role based Services INMEMORY... DISTRIBUTE FOR SERVICE Einschränkungen Kein Multi-Instance Redo Apply Kein ILM Kein Fast Start / In-Memory Join Groups Month In-Memory Primary Year In-Memory Standby 41

42 Diagnostics & Tuning für Active Data Guard Diagnostic Pack (AWR) Tuning Pack Funktionen und SQL Plan Analyzer 42

43 AWR Support für Remote Snapshots und ADG (DB12.2) Problem AWR Snapshots funktionieren nicht in Read-Only Standby Performance Monitoring und Analyse bisher nur mit Statspack Lösung AWR Framework unterstützt Remote Snapshots Eine Zielkatalog Datenbank sammelt Snapshots von Sourcedatenbanken Automatische oder manuelle Sammlung Sammlung via. DB Links Source Datenbanken müssen registriert werden: DBMS_WORKLOAD_REPOSITORY.REGISTER_REMOTE_DATABASE API 43

44 AWR Unified Management Framework Topologie Source databases Primary Active Data Guard DB2 DB3 DB4 ADG DB1 Remote Datenbank kann Primary und Standby oder genersiche DB sein DB5 db_link_to_target DBID1 DBID2 AWR Data AWR Data Remote AWR Data Store db_link_to_sources Katalog registrierter Remote DBs 44

45 SQL Tuning Advisor Support für Active Data Guard Problem Reports und Abfragen auf ADG Datenbanken Lastprofil unterschiedlich zu Primary Lösung Tunen von SQL auf der ADG Datenbank Ausführung SQL Tuning Advisor auf der Standby Notwendigen Daten erhält die Primary über DB Link Details und Ergebnisse gespeichert in der Primary Report wird auf Standby erzeugt, ohne CPU der Primary 45

46 Agenda Data Guard Setup Geplante Wartungsarbeiten Standby aktiv nutzen Absicherung 46

47 Absicherung: Data Guard Release 12.2 Automatic Password File Management Auto Block Repair Verbesserungen Einfache Reperatur No Logging Operationen Data File Block Vergleich Zero Data Loss Failovers bei Storage Fehlern 47

48 Verbessertes Automatic Block Recovery Active Data Guard Automatic Block Repair seit 11gR2 Read/Write Workload Real-time Reporting Continuous redo shipping, validation & apply Primary Database Active Standby Database Blöcke wie Datendateiheader etc. wurden nicht repariert 12cR2 repariert mehr Blocktyen 48

49 Data Guard und No Force Logging Redo für No-Logging Operationen: Nur nicht wiederherstellbar Früher: Reparatur = Restore/Recover Datendateien No-Logging Blöcke werden von Primary protokolliert Standby einfach über RMAN reparieren Validierung und Reparatur von invalidierten Blöcken auf Standby rman validate/recover.. nonlogged block 49

50 Oracle Data Guard Datenbankvergleich Vergleich zwischen Primary und Standby Entdeckt latente Korruptionen und Lost Writes Schneller Vergleich auf der Physik unter Berücksichtigung von Änderungen Schont Netzwerk und Rechenleistung Sendet & vergleicht Blöcke in Batches Optimiert für Blöcke mit gleicher Version Ignoriert leere Blöcke DGMGRL> validate database bos1 datafile 10 output=checkbos1; Operation requires a connection to database "bos1" Connecting... Output files are created in / /BOS1/trace on host Boston1" 50

51 Oracle Data Guard Datenbankvergleich Summary: *************************************************************************** ID: Block Type Id TOTAL: Total number of blocks found DIFFV: Number of block pairs with different version LWLOC: Lost Writes at Local LWRMT: Lost Writes at Remote SAMEV: Number of block pairs with same version SAMEV&C: Number of block pairs with same version and checksum DIFFPAIR: Number of block pairs with same version but different contents ENCERR: Undecided blocks related to encryption/decrytion error. e.g. Wallet is not open. SKIPPED: Skipped blocks due to data corruption, etc ID TOTAL DIFFV LWLOC LWRMT SAMEV SAMEV&C DIFFPAIR ENCERR SKIPPED

52 Zero-Data Loss (ZDL) Fast-Start Failover Verbesserung von Asynchronen Zielen Heute: ZDL Fast-Start Failovers nur bei LGWR Sync und Max Avail Reine Storage Ausfälle sind kein komplett Ausfälle Morgen: Storage Fehler werden vom Asynch Prozess abgefangen Bei Instanzausfall wird Redo des Log Buffers noch an Standby geschickt Erlaubt Fast-Start Failover ein Zero Data Loss Failover Auch bei Maximum Performance Vergleichbar mit automatischem ALTER DATABASE FLUSH REDO; 52

53 Q & A

54 Safe Harbor Statement The preceding 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, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 54

55 55

56

Sichere Testdaten mit Oracle Enterprise Manager

Sichere Testdaten mit Oracle Enterprise Manager Sichere Testdaten mit Oracle Enterprise Manager Ralf Durben, Oracle Deutschland - BU Database 16. März 2016 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The

Mehr

Oracle Bare Metal Cloud Service

Oracle Bare Metal Cloud Service Oracle Bare Metal Cloud Service Ein Überblick Marcus Schröder Master Principal Sales Consultant Business Unit Core & Cloud Technologies November, 2017 2 Safe Harbor Statement The following is intended

Mehr

WebLogic Server im Zusammenspiel mit Real Application Cluster

WebLogic Server im Zusammenspiel mit Real Application Cluster WebLogic Server im Zusammenspiel mit Real Application Cluster Michael Bräuer Leitender Systemberater Sylvie Lübeck Leitende Systemberaterin ORACLE Deutschland B.V. & Co. KG The following is intended to

Mehr

Informationen zur Oracle DB SE2

Informationen zur Oracle DB SE2 Informationen zur Oracle DB SE2 Dipl.-Inf. Karin Patenge Leitende Systemberaterin Stand der Bearbeitung: 23. September 2015 Copyright 2014 Oracle and/or its affiliates. All rights reserved. Safe Harbor

Mehr

Automatisierter Java EE Entwicklungs-Lifecycle mit WebLogic Server 12c. Robin Müller-Bady Systemberater, Oracle Deutschland

Automatisierter Java EE Entwicklungs-Lifecycle mit WebLogic Server 12c. Robin Müller-Bady Systemberater, Oracle Deutschland Automatisierter Java EE Entwicklungs-Lifecycle mit WebLogic Server 12c Robin Müller-Bady Systemberater, Oracle Deutschland The following is intended to outline our general product direction. It is intended

Mehr

Data Guard. Aus der Praxis. Alexander Hofstetter Trivadis GmbH München

Data Guard. Aus der Praxis. Alexander Hofstetter Trivadis GmbH München Data Guard Aus der Praxis Alexander Hofstetter Trivadis GmbH München BASLE BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH STUTTGART VIENNA ZURICH About me

Mehr

Neues von Oracle Gut zu wissen

Neues von Oracle Gut zu wissen Neues von Oracle Gut zu wissen Lorenz Keller Manager Sales Consulting Server Technologies Customer Center Nord 12. Juni 2014 Safe Harbor Statement The following is intended to outline our general product

Mehr

<Insert Picture Here> Integration von MOS Patch Empfehlungen im Enterprise Manager

<Insert Picture Here> Integration von MOS Patch Empfehlungen im Enterprise Manager Integration von MOS Patch Empfehlungen im Enterprise Manager Martin Obst Senior Systemberater Oracle Deutschland B.V. & Co. KG martin.obst@oracle.com The following is intended to

Mehr

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 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,

Mehr

WebLogic Server für Dummies

WebLogic Server für Dummies WebLogic Server für Dummies Robin Müller-Bady Sales Consultant, Oracle Deutschland Steffen Miller Principal Sales Consultant, Oracle Deutschland The following is intended to outline our general product

Mehr

Oracle Data Guard 11gR2. What s new? DOAG Regionaltreffen 17.06.2010 Martin Decker

Oracle Data Guard 11gR2. What s new? DOAG Regionaltreffen 17.06.2010 Martin Decker Oracle Data Guard 11gR2 What s new? DOAG Regionaltreffen 17.06.2010 Agenda Vorstellung Data Guard Kurzeinführung physical / logical / snapshot Transport Modes Protection Modes Role Transitions (Switchover/Failover)

Mehr

<Insert Picture Here> Oracle Dataguard. Harald Wolf, Sales Consulting, Nürnberg

<Insert Picture Here> Oracle Dataguard. Harald Wolf, Sales Consulting, Nürnberg Oracle Dataguard Harald Wolf, Sales Consulting, Nürnberg Architektur der Exadata Database Machine Ein komplettes System: rechnen, speichern, vernetzen Datenbank Server (Grid/RAC)

Mehr

Data Guard. Deutsche Oracle Anwendergruppe Regionalgruppe BI / MS / OS. Funktionsweise und Einsatzmöglichkeiten. Klaus Garstecki

Data Guard. Deutsche Oracle Anwendergruppe Regionalgruppe BI / MS / OS. Funktionsweise und Einsatzmöglichkeiten. Klaus Garstecki Deutsche Oracle Anwendergruppe Regionalgruppe BI / MS / OS Data Guard Funktionsweise und Einsatzmöglichkeiten Klaus Garstecki ORDIX AG, Paderborn ak@ordix.de Copyright ORDIX AG Data Guard 1 Agenda Data

Mehr

<Insert Picture Here> Application Express: Stand der Dinge und Ausblick auf Version 5.0

<Insert Picture Here> Application Express: Stand der Dinge und Ausblick auf Version 5.0 Application Express: Stand der Dinge und Ausblick auf Version 5.0 Oliver Zandner ORACLE Deutschland B.V. & Co KG Was erwartet Sie in diesem Vortrag? 1. Was ist APEX? Wozu ist es gut?

Mehr

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

Mehr

Demo Kino: Der Herr der Wolken Die Gefährten

Demo Kino: Der Herr der Wolken Die Gefährten Demo Kino: Der Herr der Wolken Die Gefährten Gemeinsame orchestriert: Database und Java Cloud Service Marcus Schröder Manuel Hoßfeld Oracle Deutschland B.V. & Co KG Copyright 2016, Oracle and/or its affiliates.

Mehr

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

Mehr

Data Guard und OMS / Grid Control -

Data Guard und OMS / Grid Control - Deutsche Oracle Anwendergruppe - SIG Database Data Guard und OMS / Grid Control - Eine gute Kombination? Andreas Kother Senior Consultant, ORDIX AG, Paderborn ak@ordix.de www.ordix.de Copyright ORDIX AG

Mehr

Eine TEAM-Präsentation

Eine TEAM-Präsentation Beratung Software Lösungen Manuelles Standby Skripting: Data Guard für Arme? Zahlen und Fakten Unternehmensgruppe Materna: 1.300 Mitarbeiter 160 Mio. Euro Umsatz in 2011 Geschäftsführung: Michael Baranowski

Mehr

Migra?on VMWare basierender Datenbanken auf Knopfdruck

Migra?on VMWare basierender Datenbanken auf Knopfdruck Migra?on VMWare basierender Datenbanken auf Knopfdruck Oracle Ravello Cloud Service Marcus Schröder Master Principal Sales Consultant Business Unit Core & Cloud Technologies Oracle Deutschland Copyright

Mehr

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. ileana.somesan@oracle.com

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. ileana.somesan@oracle.com 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Datenbanken in der Oracle Public Cloud nutzen Ileana Someşan Systemberaterin ORACLE Deutschland The following is intended to

Mehr

Oracle Data Visualization. Demo-Kino

Oracle Data Visualization. Demo-Kino Oracle Data Visualization Demo-Kino 16. November 2016, DOAG 2016 Konferenz Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

Mehr

Data Guard trifft Multitenant

Data Guard trifft Multitenant Data Guard trifft Multitenant Sebastian Solbach BU Datenbank, ORACLE Deutschland B.V. Co. KG Month 05, 2016 sebastian.solbach@oracle.com @s2solbach Copyright 2014, Oracle and/or its affiliates. All rights

Mehr

<Insert Picture Here> Aufbau einer hochverfgbaren SOA Service Infrastruktur mit der SOA Suite 11g

<Insert Picture Here> Aufbau einer hochverfgbaren SOA Service Infrastruktur mit der SOA Suite 11g Aufbau einer hochverfgbaren SOA Service Infrastruktur mit der SOA Suite 11g Thomas Robert Master Principal Sales Consultant Oracle Deutschland GmbH The following is intended to outline

Mehr

IT-Symposium Mike Dietrich. BU Database Technologies ORACLE Deutschland GmbH. Page 1. 1

IT-Symposium Mike Dietrich. BU Database Technologies ORACLE Deutschland GmbH. Page 1.  1 Mike Dietrich BU Database Technologies ORACLE Deutschland GmbH Page 1 www.decus.de 1 Total synchron Daten retten ohne Downtime?! Oracle DataGuard und Agenda Oracle DataGuard Daten retten ohne Downtime

Mehr

Ein reales Testumfeld bereitstellen - basierend auf einer Produktionsdatenbank (ohne eine neue Kopie zu erstellen)

Ein reales Testumfeld bereitstellen - basierend auf einer Produktionsdatenbank (ohne eine neue Kopie zu erstellen) Ein reales Testumfeld bereitstellen - basierend auf einer Produktionsdatenbank (ohne eine neue Kopie zu erstellen) Auch in früheren Versionen als der 11.2, konnte man eine Standby Datenbank abhängen, sie

Mehr

Oracle. Data Guard Snapshot Standby. Entwicklungsumgebungen synchronisieren. BU Datenbank Oracle Deutschland GmbH

Oracle. Data Guard Snapshot Standby. Entwicklungsumgebungen synchronisieren. BU Datenbank Oracle Deutschland GmbH Oracle Data Guard Snapshot Entwicklungsumgebungen synchronisieren Sebastian.Solbach@oracle.com BU Datenbank Oracle Deutschland GmbH 1 Agenda Data Guard Entwicklungssystem aufbauen

Mehr

2011 Oracle Corporation Customer Presentation Version 5.2.2/20110526

2011 Oracle Corporation Customer Presentation Version 5.2.2/20110526 1 Neues zur Lizensierung der Oracle Sun Storage Archive Manager Software und Oracle Sun QFS Software Dirk Nitschke Sales Consultant The following is intended to outline our general

Mehr

SAM - QFS Diskarchivierung - eine Diskussion

SAM - QFS Diskarchivierung - eine Diskussion SAM - QFS Diskarchivierung - eine Diskussion Rainer Hartwich Storage Consultant 5.SAM Nutzerkonferenz 27.05.2011 1 The following is intended to outline our general product direction. It is intended for

Mehr

IDS Lizenzierung für IDS und HDR. Primärserver IDS Lizenz HDR Lizenz

IDS Lizenzierung für IDS und HDR. Primärserver IDS Lizenz HDR Lizenz IDS Lizenzierung für IDS und HDR Primärserver IDS Lizenz HDR Lizenz Workgroup V7.3x oder V9.x Required Not Available Primärserver Express V10.0 Workgroup V10.0 Enterprise V7.3x, V9.x or V10.0 IDS Lizenz

Mehr

Neues von Oracle Gut zu wissen...

Neues von Oracle Gut zu wissen... Neues von Oracle Gut zu wissen... Lorenz Keller Leiter Systemberatung - Server Technology Customer Center - Nord lorenz.keller@oracle.com The following is intended to outline our

Mehr

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!.

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Grundkonzepte von Oracle ALTA UI & Umsetzungsbeispiele

Mehr

<Insert Picture Here> 8. Business Intelligence & Data Warehouse Konferenz

<Insert Picture Here> 8. Business Intelligence & Data Warehouse Konferenz 1 The Safe Harbor 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

Mehr

IO Performance - Planung Messung, Optimierung. Ulrich Gräf Principal Sales Consultant Oracle Deutschland B.V. und Co. KG

IO Performance - Planung Messung, Optimierung. Ulrich Gräf Principal Sales Consultant Oracle Deutschland B.V. und Co. KG IO Performance - Planung Messung, Optimierung Ulrich Gräf Principal Sales Consultant Oracle Deutschland B.V. und Co. KG The following is intended to outline our general product direction. It is intended

Mehr

Modellierung der Business Architecture mit BPM 12c

Modellierung der Business Architecture mit BPM 12c Modellierung der Business Architecture mit BPM 12c Michael Stapf DOAG 2014 Oracle Deutschland B.V. & Co. KG 18. November 2014 Safe Harbor Statement The following is intended to outline our general product

Mehr

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

Mehr

Minimal Downtime Oracle 11g Upgrade. DOAG Konferenz 2010 Martin Decker

Minimal Downtime Oracle 11g Upgrade. DOAG Konferenz 2010 Martin Decker Minimal Downtime Oracle 11g Upgrade DOAG Konferenz 2010 Agenda Vorstellung Umfrage Gründe für Upgrade Upgrade-Methoden Fokus auf Minimal Downtime Oracle Transportable Tablespace (TTS) Oracle Upgrade via

Mehr

The Unbreakable Database System

The Unbreakable Database System The Unbreakable Database System Real Application Cluster Unterföhring, 04.2005 M. Kühn 1 Comparisson HA - HA Ziele, DataGuard, HA Oracle, RAC RAC Features - Cache Fusion, TAF, Load Balancing RAC on Solaris

Mehr

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

1Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1Copyright 2013, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

Mehr

Oracle Database 12c In-Memory Option 7/18/2014. Eckart Mader Oracle Deutschland B.V. & Co. KG. Karlsruhe, den

Oracle Database 12c In-Memory Option 7/18/2014. Eckart Mader Oracle Deutschland B.V. & Co. KG. Karlsruhe, den Oracle Database 12c In-Memory Option Eckart Mader Oracle Deutschland B.V. & Co. KG Karlsruhe, den 17.07.2014 2 1 Safe Harbor Statement The following is intended to outline our general product direction.

Mehr

Datenbankreplikation in der Standard Edition. Markus Jendrossek

Datenbankreplikation in der Standard Edition. Markus Jendrossek Datenbankreplikation in der Standard Edition Markus Jendrossek Wer ich bin Markus Jendrossek Das erste Mal vor Publikum (kaum nervös) Seit zehn Jahren IT Administrator Davon seit sechs Jahren DBA Erfahrung

Mehr

BPA Suite und SOA - vom fachlichen Prozessmodell zur Anwendung. Bernhard Fischer-Wasels Leitender Systemberater

BPA Suite und SOA - vom fachlichen Prozessmodell zur Anwendung. Bernhard Fischer-Wasels Leitender Systemberater BPA Suite und SOA - vom fachlichen Prozessmodell zur Anwendung Bernhard Fischer-Wasels Leitender Systemberater Safe Harbor Statement The following is intended to outline our general product direction.

Mehr

Hochverfügbarkeit mit der Standard Edition das geht!

Hochverfügbarkeit mit der Standard Edition das geht! Hochverfügbarkeit mit der Standard Edition das geht! (ein Projektbericht) DOAG Konferenz + Ausstellung 2017 Johannes Kraus Herrmann & Lenz Services Herrmann & Lenz Solutions Erfolgreich seit 1996 am Markt

Mehr

Cloud Control und die Datenbank

Cloud Control und die Datenbank Cloud Control und die Datenbank von Jaroslav Dutov dbtotal.de 1 Enterprise Manager Cloud Control: Überblick System Management Software für die komplette IT Infrastruktur Oracle und

Mehr

Oracle Datenbanken optimal verwalten? Cloud Control natürlich!

Oracle Datenbanken optimal verwalten? Cloud Control natürlich! Oracle Datenbanken optimal verwalten? Cloud Control natürlich! Bodo von Neuhaus, Oracle Deutschland - STCC Database Süd 17. März 2016 Safe Harbor Statement The following is intended to outline our general

Mehr

Warum Gesetze nicht programmiert werden sollten. Peer Meinhardt CRM Lösungsvertrieb öffentliche Auftraggeber. <Insert Picture Here>

Warum Gesetze nicht programmiert werden sollten. Peer Meinhardt CRM Lösungsvertrieb öffentliche Auftraggeber. <Insert Picture Here> Warum Gesetze nicht programmiert werden sollten Peer Meinhardt CRM Lösungsvertrieb öffentliche Auftraggeber 1 Safe Harbor Statement The following is intended to outline our general

Mehr

Real Application Clusters und DataGuard: Statusbericht und Integration. Sebastian Solbach BU DB ORACLE Deutschland B.V. & Co. KG

Real Application Clusters und DataGuard: Statusbericht und Integration. Sebastian Solbach BU DB ORACLE Deutschland B.V. & Co. KG Real Application Clusters und DataGuard: Statusbericht und Integration Sebastian Solbach BU DB ORACLE Deutschland B.V. & Co. KG Agenda Oracle Maximum Availability Architecture Oracle RAC Architektur +

Mehr

<Insert Picture Here> Projekte erfolgreich führen mit den richtigen Entscheidungen

<Insert Picture Here> Projekte erfolgreich führen mit den richtigen Entscheidungen Projekte erfolgreich führen mit den richtigen Entscheidungen Jürgen Stobinski Oracle Primavera Sales Consultant Agenda Vorstellung Entscheidungsgrundlage Entscheidungshilfsmittel

Mehr

The Unbreakable Database System

The Unbreakable Database System The Unbreakable Database System Real Application Cluster auf Sun Cluster 3.0 Unterföhring, 11.2002 M. Beeck, M. Kühn 1 Comparisson HA - HA Ziele, DataGuard, HA Oracle, RAC Sun Cluster 3.0 Key Features

Mehr

Oracle Data Guard und RMAN das perfekte Team

Oracle Data Guard und RMAN das perfekte Team Oracle Data Guard und RMAN das perfekte Team Claudia Hüffer Principle Sales Consultant Oracle Deutschland B.V. & Co. KG Agenda Einleitung Oracle Data Guard Oracle Recovery Manager

Mehr

Mike Dietrich BU Database Technologies

Mike Dietrich BU Database Technologies ,QVHUW3LFWXUH+HUH! 2UDFOH'DWDJXDUGJ Mike Dietrich BU Database Technologies $JHQGD Oracle DataGuard Kurzüberblick Snapshot Standby Standby aufbauen mit RMAN Active Dataguard Rolling Upgrades mit Transient

Mehr

<Insert Picture Here> Grid Control 11g und My Oracle Support Ulrike Schwinn

<Insert Picture Here> Grid Control 11g und My Oracle Support Ulrike Schwinn Grid Control 11g und My Oracle Support Ulrike Schwinn Herausforderungen 2 verschiedene Welten IT Operationen Support Performance Management Configuration Management Provisioning,

Mehr

Hochverfügbarkeit mit physikalischer Standby-Datenbank. Ablösung EE / Data Guard durch SE One / Dbvisit Standby

Hochverfügbarkeit mit physikalischer Standby-Datenbank. Ablösung EE / Data Guard durch SE One / Dbvisit Standby Hochverfügbarkeit mit physikalischer Standby-Datenbank Ablösung EE / Data Guard durch SE One / Dbvisit Standby Herrmann & Lenz Services GmbH Herrmann & Lenz Solutions GmbH Erfolgreich seit 1996 am Markt

Mehr

SODA. Die Datenbank als Document Store. Rainer Willems. Master Principal Sales Consultant Oracle Deutschland B.V. & Co. KG

SODA. Die Datenbank als Document Store. Rainer Willems. Master Principal Sales Consultant Oracle Deutschland B.V. & Co. KG SODA Die Datenbank als Document Store Rainer Willems Master Principal Sales Consultant Oracle Deutschland B.V. & Co. KG vs No Anforderungskonflikte Agile Entwicklung Häufige Schema-Änderungen Relationales

Mehr

RAC und Standby Datenbanken: Dienste und Daten hochverfügbar

RAC und Standby Datenbanken: Dienste und Daten hochverfügbar DOAG Konferenz 2003 Dr. Martin Wunderli Trivadis AG RAC und Standby Datenbanken: Dienste und Daten hochverfügbar www.trivadis.com Agenda A. Positionierung im Oracle HA Umfeld B. Kombination aus RAC und

Mehr

Oracle Backup und Recovery

Oracle Backup und Recovery Seminarunterlage Version: 11.05 Version 11.05 vom 27. Mai 2010 Dieses Dokument wird durch die veröffentlicht.. Alle Rechte vorbehalten. Alle Produkt- und Dienstleistungs-Bezeichnungen sind Warenzeichen

Mehr

ist WebLogic Server leicht gemacht WAS WAS Volker Linz Sales Consultant Michael Fuhr Principal Sales Consultant November, 2015

ist WebLogic Server leicht gemacht WAS WAS Volker Linz Sales Consultant Michael Fuhr Principal Sales Consultant November, 2015 WAS ist WAS WebLogic Server leicht gemacht Michael Fuhr Principal Sales Consultant Volker Linz Sales Consultant November, 2015 Safe Harbor Statement THE INFORMATION CONTAINED IN THIS DOCUMENT IS FOR INFORMATIONAL

Mehr

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Copyright 2012, Oracle and/or its affiliates. All rights Oracle Enterprise Manager Cloud Control verbindet Monitoring mit Diagnose und ermöglicht so ein umfassendes Monitoring mit integrierten Analysemöglichkeiten.

Mehr

Lutz Fröhlich. Oracle ng. mitp

Lutz Fröhlich. Oracle ng. mitp Lutz Fröhlich Oracle ng mitp Teil A Installation, Architektur und Infrastruktur 13 i Einleitung 15 i.i Der Aufbau des Buches 16 1.2 Oracle-Version 17 1.3 Konventionen 17 1.4 Software herunterladen 17 1.5

Mehr

DATA GUARD ALS HA-LÖSUNG. Praktische Erfahrungen

DATA GUARD ALS HA-LÖSUNG. Praktische Erfahrungen DATA GUARD ALS HA-LÖSUNG Praktische Erfahrungen Mila Friedman Lufthansa Systems AG Kelsterbach Schlüsselworte Physical Data Guard Configuration, Data Guard Broker, Observer, Active Data Guard, RMAN, Corruption

Mehr

Oracle SQL Developer Data Modeling

Oracle SQL Developer Data Modeling Oracle SQL Developer Data Modeling DOAG Regio Rhein-Neckar Oracle Deutschland GmbH The following is intended to outline our general product direction. It is intended for information

Mehr

ITK-Trends 2010: Hardware and Software. Engineered to work together. Rolf Kersten EMEA Hardware Product Marketing, Oracle

ITK-Trends 2010: Hardware and Software. Engineered to work together. Rolf Kersten EMEA Hardware Product Marketing, Oracle ITK-Trends 2010: Hardware and Software. Engineered to work together. Rolf Kersten EMEA Hardware Product Marketing, Oracle SAFE HARBOR STATEMENT The following is intended to outline our general product

Mehr

Oracle Backup und Recovery mit RMAN

Oracle Backup und Recovery mit RMAN Oracle Backup und Recovery mit RMAN Seminarunterlage Version: 12.04 Copyright Version 12.04 vom 16. Juli 2015 Dieses Dokument wird durch die veröffentlicht. Copyright. Alle Rechte vorbehalten. Alle Produkt-

Mehr

Standby in 5 Minuten. und was man sonst noch so mit Dataguard machen kann

Standby in 5 Minuten. und was man sonst noch so mit Dataguard machen kann Standby in 5 Minuten und was man sonst noch so mit Dataguard machen kann About Me Benjamin Kurschies Jahrgang 1980 seit 2007 Oracle DBA Seit 2015 Stellv. DOAG Regioleiter Hamburg Technisch Spezialisiert

Mehr

Zuhause On-Premises und in der Cloud mit Identity Management

Zuhause On-Premises und in der Cloud mit Identity Management Zuhause On-Premises und in der Cloud mit Identity Management Larry Ellison: OOW2016 Security is job number one for Oracle. OOW2017 Security needs automation Michael Fischer ORACLE Deutschland B.V. & Co.

Mehr

MySQL Cluster und MySQL Proxy

MySQL Cluster und MySQL Proxy MySQL Cluster und MySQL Proxy Alles Online Diese Slides gibt es auch unter: http://rt.fm/s4p Agenda (Don't) Panic Web- und MySQL-Server MySQL Master-Master Cluster MySQL Proxy und Cluster MySQL Master-Slave/Master

Mehr

Martin Wunderli (martin.wunderli@trivadis.com)

Martin Wunderli (martin.wunderli@trivadis.com) Betrifft Standby Aber logisch! Art der Info Lösungskonzept (Januar 2003) Autor Quelle Martin Wunderli (martin.wunderli@trivadis.com) Beratungstätigkeit Schlüsselworte Data Guard, Logische Standby Datenbank

Mehr

Exadata Patching - reloaded. Stefan Panek, DOAG Exaday2016

Exadata Patching - reloaded. Stefan Panek, DOAG Exaday2016 Exadata Patching - reloaded Stefan Panek, DOAG Exaday2016 Agenda Stefan Panek Systemberatung Exadata Review Exadata Patching Planung Patch Implementierung Fazit Termine 25.08.16 Copyright Stefan Panek

Mehr

Business Process Management. Cloud und Mobile Computing. BPMday 2013 Köln, 13. November 2013. Enzo Favuzzi - Sales Manager WebCenter & BPM

Business Process Management. Cloud und Mobile Computing. BPMday 2013 Köln, 13. November 2013. Enzo Favuzzi - Sales Manager WebCenter & BPM Business Process Management von Cloud und Mobile Computing BPMday 2013 Köln, 13. November 2013 Enzo Favuzzi - Sales Manager WebCenter & BPM Safe Harbor Statement The

Mehr

Oracle Hot Standby. XE, SEOne, SE. Maximum Performance Mode. WIN, Linux, Unix Einfache Lösung. bis zu 10 Standby DB

Oracle Hot Standby. XE, SEOne, SE. Maximum Performance Mode. WIN, Linux, Unix Einfache Lösung. bis zu 10 Standby DB Network Failure Management Graceful Switchover XE, SEOne, SE WIN, Linux, Unix Einfache Lösung Oracle Hot Standby Maximum Performance Mode 100% Java Kompression bis zu 10 Standby DB Die Oracle Experten

Mehr

Oracle Technology Monthly Dezember 2016

Oracle Technology Monthly Dezember 2016 Oracle Technology Monthly Dezember 2016 Sebastian Solbach Beginn um 14:00 BU Core & Cloud Technologies Oracle Deutschland B.V. & Co KG Audioübertragung über Ihre PC-Lautsprecher Audio => Integrate Voice

Mehr

Erfahrungen aus dem Betatest Oracle Database 11g

Erfahrungen aus dem Betatest Oracle Database 11g Erfahrungen aus dem Betatest Oracle Database 11g Torsten Schlautmann torsten.schlautmann@opitz-consulting.de OPITZ CONSULTING GmbH +49 2261 6001-0 Agenda Facts & Figures Test vor Ort spannende Features

Mehr

Dbvisit Oder doch lieber Data Guard?

Dbvisit Oder doch lieber Data Guard? Dbvisit Oder doch lieber Data Guard? Andreas Kother TEAM GmbH Paderborn Schlüsselworte Datenbank, Verfügbarkeit, Standby, Dbvisit, Data Guard. Einleitung Verfügbarkeit oder besser Hochverfügbarkeit von

Mehr

Überblick über Oracle Technologie im Bereich Hochverfügbarkeit. Tage der Datenbanken FH Köln Campus Gummersbach 20. Juni 2013 Dierk Lenz

Überblick über Oracle Technologie im Bereich Hochverfügbarkeit. Tage der Datenbanken FH Köln Campus Gummersbach 20. Juni 2013 Dierk Lenz Überblick über Oracle Technologie im Bereich Hochverfügbarkeit Tage der Datenbanken FH Köln Campus Gummersbach 20. Juni 2013 Dierk Lenz Herrmann & Lenz Services GmbH Erfolgreich seit 1996 am Markt Firmensitz:

Mehr

Archive / Backup System für OpenVMS

Archive / Backup System für OpenVMS Archive / Backup System für OpenVMS DECUS Symposium 2002 Bonn Vortrag-Nr. 3C04 Günther Fröhlin Compaq Computer Corporation Colorado Springs, USA 1 Highlights V4.0 Auslieferung Januar 2002 Hauptversion

Mehr

Hochverfügbarkeit - wie geht das?

Hochverfügbarkeit - wie geht das? THINKIT DOIT ORBIT Hochverfügbarkeit - wie geht das? AGENDA Überblick Standby-Datenbanken FailSafe (Windows) Real Application Cluster (RAC) Architektur der Maximalen Verfügbarkeit Fragen? WAS IST HIGH

Mehr

EE SE1 Oracle RDBMS. Andrew Lacy Solution Architect. OPITZ CONSULTING Deutschland GmbH. Foto: Siobhan Bickerdike

EE SE1 Oracle RDBMS. Andrew Lacy Solution Architect. OPITZ CONSULTING Deutschland GmbH. Foto: Siobhan Bickerdike EE SE1 Oracle RDBMS Andrew Lacy Solution Architect OPITZ CONSULTING Deutschland GmbH Foto: Siobhan Bickerdike DOAG Regio Nürnberg, 17.07.2014 OPITZ CONSULTING GmbH 2014 Seite 1 Agenda Wieso auf SE1 umsteigen?

Mehr

Agenda. FRA Was ist das? Warum sollte die FRA genutzt werden? FRA INIT Paramter Verzeichnisstruktur (Beispiel) Überwachung der Flash Recovery Area

Agenda. FRA Was ist das? Warum sollte die FRA genutzt werden? FRA INIT Paramter Verzeichnisstruktur (Beispiel) Überwachung der Flash Recovery Area Fast Recovery Area Agenda FRA Was ist das? Warum sollte die FRA genutzt werden? FRA INIT Paramter Verzeichnisstruktur (Beispiel) Überwachung der Flash Recovery Area Praxisbeispiel Exkurs: Restore SPFILE

Mehr

Oracle Database 12c: RAC Administration

Oracle Database 12c: RAC Administration Oracle University Kontakt: +43 (0)1 33 777 401 Oracle Database 12c: RAC Administration Dauer: 4 Tage Lerninhalte In diesem Kurs "Oracle Database 12c: RAC Administration" erhalten Sie eine Einführung in

Mehr

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Datenbankinstallation und Patching mit Cloud Control Ralf Durben Senior Principal Sales Consultant Copyright 2012, Oracle and/or its affiliates. All rights reserved. Agenda Grundlagen des Provisionings

Mehr

Johannes Ahrends CarajanDB GmbH

Johannes Ahrends CarajanDB GmbH Johannes Ahrends Experte mit über 20 Jahren Oracle Erfahrung Spezialist für Backup & Recovery Hochverfügbarkeit Health checks Performance Optimierung Einsatz von Oracle Standard Edition Oracle in virtuellen

Mehr

Oracle 10g Flashback. Andrea Held

Oracle 10g Flashback. Andrea Held Oracle 10g Flashback Andrea Held Seite 1-1 Agenda Flashback Technologien Architektur Anwendung Probleme Bewertung: Möglichkeiten und Grenzen Seite 1-2 Flashback Level Flashback Query Flashback Table Flashback

Mehr

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 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

Mehr

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

Copyright 2015, Oracle and/or its affiliates. All rights reserved. Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle Database Cloud Services Eine Cloud für alle Fälle! Frank Schneede Leitender Systemberater Oracle Deutschland B. V. & Co. KG Copyright

Mehr

In Nullkommanix zur Datenbank in der eigenen Cloud

In Nullkommanix zur Datenbank in der eigenen Cloud In Nullkommanix zur Datenbank in der eigenen Cloud Ralf Durben & Manuel Hoßfeld BU Database Technologies Oracle Deutschland B.V. & Co KG Agenda Warum Multitenant für DB-Konsolidierung und DB-Cloud ( DBaaS

Mehr

Oracle Enterprise Manager 12c Database Express (EM Express)

Oracle Enterprise Manager 12c Database Express (EM Express) Oracle Enterprise Manager 12c Database Express (EM Express) Josef Lippert Freiberuflicher IT Consultant München Schlüsselworte Oracle Enterprise Manager Database Express, EM Express, Administration Einleitung

Mehr

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

Mehr

APEX (Hoch) Verfügbar? Ernst Leber

APEX (Hoch) Verfügbar? Ernst Leber (Hoch) Verfügbar? Ernst Leber 22.11.2017 1 Im Überblick Technologie-orientiert Branchen-unabhängig Hauptsitz Ratingen 240 Beschäftigte Ausbildungsbetrieb Inhabergeführte Aktiengesellschaft Gründungsjahr

Mehr

Das Doppelte Lottchen: Ops Center und redundante I/O- Domains in OVM für SPARC. Elke Freymann Oracle Deutschland B.V. & Co. KG

Das Doppelte Lottchen: Ops Center und redundante I/O- Domains in OVM für SPARC. Elke Freymann Oracle Deutschland B.V. & Co. KG Das Doppelte Lottchen: Ops Center und redundante I/O- Domains in OVM für SPARC Elke Freymann Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product

Mehr

Oracle DataGuard 10g im WAN

Oracle DataGuard 10g im WAN Oracle DataGuard 10g im WAN Jochen Kutscheruk merlin.zwo InfoDesign GmbH & Co. KG Wir kümmern uns! Die merlin.zwo-gruppe Bad Liebenzell Karlsruhe Neustadt / W. Eningen Seite 3 Überblick Die konkrete Anforderung

Mehr

Funktionen. Überblick über Stored Functions. Syntax zum Schreiben einer Funktion. Schreiben einer Funktion

Funktionen. Überblick über Stored Functions. Syntax zum Schreiben einer Funktion. Schreiben einer Funktion Überblick über Stored Functions Funktionen Eine Funktion ist ein benannter PL/SQL- Block, der einen Wert zurückgibt. Eine Funktion kann in der Datenbank als Objekt zur wiederholbaren Ausführung gespeichert

Mehr

Der Oracle Mobile Cloud Service

Der Oracle Mobile Cloud Service Der Oracle Mobile Cloud Service - Die Infrastruktur für Mobile Apps in der Cloud Jürgen Menge Sales Consultant Oracle Deutschland B.V. & Co KG Safe Harbor Statement The following is intended to outline

Mehr

Database Cloud Services

Database Cloud Services Database Cloud Services Tipps & Best Practices Manuel Hoßfeld Leitender Systemberater Business Unit Cloud & Core Technologies Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended

Mehr

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

Mehr

Oracle DB 12c: Die In-Memory-Option Oliver Zandner System-Berater für Oracle-DB-Technologien Oracle Hannover. Available July 2014

Oracle DB 12c: Die In-Memory-Option Oliver Zandner System-Berater für Oracle-DB-Technologien Oracle Hannover. Available July 2014 Oracle DB 12c: Die In-Memory-Option Oliver Zandner System-Berater für Oracle-DB-Technologien Oracle Hannover Available July 2014 Worum geht es bei In-Memory? Option zur Oracle DB Enterprise Edition ab

Mehr

Oracle ACFS / CloudFS zuverlässig nutzbar?

Oracle ACFS / CloudFS zuverlässig nutzbar? Beratung Software Lösungen Oracle ACFS / CloudFS zuverlässig nutzbar? Claudia Gabriel Ralf Appelbaum Zahlen und Fakten Unternehmensgruppe Materna: 1.500 Mitarbeiter 160 Mio. Euro Umsatz in 2014 Geschäftsführung:

Mehr

DOAG Webinar Verfügbarkeit durch Oracle Data Guard und automatisches Failover

DOAG Webinar Verfügbarkeit durch Oracle Data Guard und automatisches Failover Verfügbarkeit durch Oracle Data Guard und automatisches Failover DOAG Webinar am 14.12.2012 Andreas Haak, Seniorberater OPITZ CONSULTING Deutschland GmbH Bad Homburg, den 14.12.2012 OPITZ CONSULTING GmbH

Mehr

Oracle Data Guard 9i Release 2

Oracle Data Guard 9i Release 2 DOAG Mannheim, 13.11.2002 Oracle Data Guard 9i Release 2 Oracle Data Guard 9i Release 2 Manfred Wotzky Facts & Figures Über 300 Mitarbeiter Über 340 Kunden (ohne Schulung) Über 1000 Projekte 100 Service

Mehr

DOAG 2015. Demo Kino: Advisors, Monitoring Werkzeuge in der Datenbank Ulrike Schwinn Business Unit Database Oracle Deutschland B.V.

DOAG 2015. Demo Kino: Advisors, Monitoring Werkzeuge in der Datenbank Ulrike Schwinn Business Unit Database Oracle Deutschland B.V. DOAG 2015 Demo Kino: Advisors, Monitoring Werkzeuge in der Datenbank Ulrike Schwinn Business Unit Database Oracle Deutschland B.V. & Co KG Monitoring Werkzeuge, Advisors... Einfaches Framework zum Monitoring

Mehr