OO 10 Database Overview and Maintenance

Size: px
Start display at page:

Download "OO 10 Database Overview and Maintenance"

Transcription

1 OO 10 Database Overview and Maintenance Harar Zafrir, OO DBA June 2015 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

2 Agenda

3 OO 10 database

4 OO 10 database main characteristics OO 10 has a database-centric design OO uses the database as the system queue, and as a reliable coordinator of distributed actions. OO s cluster nodes are all connected to the same database. Database design is derived from code OO uses Hibernate ORM. Table structure is derived from code objects. Simple, standard, cross-database design Database design is kept simple in order to maintain compatibility with multiple database types and across database releases.

5 RAS central #1 central #2 central N hibernate hibernate Database

6 Differences between OO 9 and 10 A completely new database design 115 tables in 10.x vs. 28 tables in 9.x Support for PostgreSQL was added Flow execution data is saved in the database without truncation Content packs are stored in the database

7 Supported Databases Oracle 11g and 12c ojdbc7 is used as database connector Oracle RAC is supported 12c is supported only in non-cdb/pdb form MS-SQL 2008R2 and 2012 JTDS is used as database connector Always On is supported as legacy client (multi-subnet failover is not supported) MySQL MySQL connector is used (not provided in HP OO s installation) PostgreSQL

8 Key tables in OO 10 Table Name Purpose Comments OO_AUDIT OO_CONTENT_X OO_DEBUGGER_EVENTS OO_DEPLOYED_ENTITIES_X OO_EXECUTION_BOUND_INPUTS OO_EXECUTION_BOUND_OUTPUTS OO_EXECUTION_QUEUES_1 OO_EXECUTION_SUMMARY Keep audit trail Content pack information Studio remote debugging sessions data Deployed flows and actions information Flow level inputs Flow level inputs Queue Executed/executing flow timestamps and main result OO_STEP_LOG_BINDINGS Step-level inputs and outputs Biggest table size and # of rows OO_STEP_LOG_ENDED OO_STEP_LOG_STARTED OO_SYSINFO Ended steps information Started steps information OO release information OO_USERS Internally-configured users Configuration table example

9 Database Structure Comparison Table Name Purpose Somewhat similar in 10.x run Queue, running flows OO_EXECUTION_STATES_N, OO_EXECUTION_QUEUES_1 run_history Flow timestamps and main result OO_EXECUTION_SUMMARY runstep_history Step level main result OO_STEP_LOG_X property_history Step level inputs OO_EXECUTION_BOUND_INPUTS, OO_EXECUTION_BOUND_OUTPUTS log_record Step level outputs OO_STEP_LOG_X flow_metrics Flow result counters

10 Data retention HP OO 10 keeps more data compared to 9, including large flow and step outputs. The data tail (oldest) is not automatically trimmed. Purging old data is important in order to keep database size under control.

11 Key Installation Guidelines

12 Installing OO 10 Database Guide Use it! This document contains vital information: Supported platforms/releases Database sizing and Database server resources Detailed installation instructions Maintenance and data purging guidelines

13 Installing OO 10 (cont.) Provide database admin privileges The resulting database and user / login role are fully compatible with OO s requirements. Admin credentials are not used beyond the installation phase. Pay attention to mandatory requirements There are several mandatory settings per database, on the database level and on the server level.

14 Per-database key installation guidelines MSSQL database level settings Transaction isolation level is crucial. The following must be set ( ON ): ALLOW_SNAPSHOT_ISOLATION READ_COMMITTED_SNAPSHOT Use one of the supported collations: SQL_Latin1_General_CP1_CS_AS Japanese_Unicode_CS_AS Chinese_Simplified_Stroke_Order_100_CS_AS French_100_CS_AS

15 Per-database key installation guidelines (cont.) MySQL server level settings Use InnoDB engine READ-COMMITTED isolation level max_allowed_packet >= 250M PostgreSQL server level settings 'read committed' isolation level autovacuum daemon must be activated

16 Database Maintenance

17 HP OO Database Maintenance Best practices for proper maintenance of HP OO s database: Create a backup plan Regularly perform index and statistics maintenance Index & Statistics Maintenance procedures are available for MSSQL and Oracle Purge unused / irrelevant data Monitor database size and performance

18 Database Size and Purging

19 HP OO Database Size As all flow-level and step-level inputs and outputs are kept in the database, OO s database size increases in accordance with the system throughput, flow complexity, and the amount of data provided to / resulting from the flows and steps. We recommend to have at least 50GB of space allocated for small systems. Enterprise-grade systems are recommended to allocate up to 2TB of database space. Data purging must be used in order to keep the database size below the environment s limit.

20 Purging old data There are two main tools for regularly purging data from the database: Purge Flows: Flow execution data Audit events Studio debugging session data Purge Stored Procedures: Flow execution data

21 General guidelines for Purge Operations Purge data regularly preferably on a daily basis It is better in all respects to purge the data tail in small chunks If possible, schedule purge operations to periods of time in which OO and the database are least active. Use nightly purge for example. Monitor the first purge flow runs and tune for best performance Two most important parameters in any purge operation: Retention period Batch size

22 Batch #4 Batch #3 Batch #2 Amount of Data Purged data Old lastxdays Retention Period New Now

23 Purge Flows ( HP Solutions content pack) Purge Execution Summary Has the biggest impact on database size. Purges flow and step execution data. Purge Debugger events Should be used only in case Studio debugging sessions are commonly used. Purge Audit Records Should have long-enough retention period. Often defined by business restrictions.

24 Purge Stored Procedures Purge stored procedures are provided in HPLN per-database. Installing and scheduling these procedures usually requires DBA s approval and assistance. Purge stored procedures have one main advantage compared to the purge flows, the ability to delete bigger chunks of data at once. Use stored procedures in case you have a high-performance database, and a lot of data to purge every day.

25 Data DB Purge Purge High Water Mark Disk Free Used 28 Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

26 Database size behavior Database Filesystem Footprint Following Purge Free space Reclaim MSSQL High Water Mark Free space increases Not recommended Oracle Tablespace Free space increases MySQL Delayed Size on disk decreases (delayed) PostgreSQL Delayed (vacuum) Size on disk decreases (vacuum, delayed) vacuum full

27 Purge Demo

28 Q&A

29 Thank you!

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Database Guide

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Database Guide Operations Orchestration Software Version: 10.70 Windows and Linux Operating Systems Database Guide Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty The

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.21 Windows and Linux Operating Systems Database Guide Document Release Date: February 2015 Software Release Date: February 2015 Legal Notices Warranty The

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.02 Database Maintenance Scripts Document Release Date: March 2014 Software Release Date: January 2014 Last Updated: July 2014 Microsoft SQL Server Maintenance

More information

MySQL for Database Administrators Ed 3.1

MySQL for Database Administrators Ed 3.1 Oracle University Contact Us: 1.800.529.0165 MySQL for Database Administrators Ed 3.1 Duration: 5 Days What you will learn The MySQL for Database Administrators training is designed for DBAs and other

More information

Operations Orchestration 10.x Flow Authoring (OO220)

Operations Orchestration 10.x Flow Authoring (OO220) Operations Orchestration 10.x Flow Authoring (OO220) Education Services course product number H4S75S Course length 4 days Delivery mode Instructor Led Training (ILT) virtual Instructor Led Training (ILT)

More information

Running MySQL on AWS. Michael Coburn Wednesday, April 15th, 2015

Running MySQL on AWS. Michael Coburn Wednesday, April 15th, 2015 Running MySQL on AWS Michael Coburn Wednesday, April 15th, 2015 Who am I? 2 Senior Architect with Percona 3 years on Friday! Canadian but I now live in Costa Rica I see 3-10 different customer environments

More information

MySQL for Database Administrators Ed 4

MySQL for Database Administrators Ed 4 Oracle University Contact Us: (09) 5494 1551 MySQL for Database Administrators Ed 4 Duration: 5 Days What you will learn The MySQL for Database Administrators course teaches DBAs and other database professionals

More information

ITS. MySQL for Database Administrators (40 Hours) (Exam code 1z0-883) (OCP My SQL DBA)

ITS. MySQL for Database Administrators (40 Hours) (Exam code 1z0-883) (OCP My SQL DBA) MySQL for Database Administrators (40 Hours) (Exam code 1z0-883) (OCP My SQL DBA) Prerequisites Have some experience with relational databases and SQL What will you learn? The MySQL for Database Administrators

More information

TRIM Integration with Data Protector

TRIM Integration with Data Protector TRIM Integration with Data Protector Table of Contents Introduction... 3 Prerequisites... 3 TRIM Internals... 3 TRIM s Data Organization... 3 TRIM s Architecture... 4 Implications for Backup... 4 Sample

More information

CO MySQL for Database Administrators

CO MySQL for Database Administrators CO-61762 MySQL for Database Administrators Summary Duration 5 Days Audience Administrators, Database Designers, Developers Level Professional Technology Oracle MySQL 5.5 Delivery Method Instructor-led

More information

MySQL Database Administrator Training NIIT, Gurgaon India 31 August-10 September 2015

MySQL Database Administrator Training NIIT, Gurgaon India 31 August-10 September 2015 MySQL Database Administrator Training Day 1: AGENDA Introduction to MySQL MySQL Overview MySQL Database Server Editions MySQL Products MySQL Services and Support MySQL Resources Example Databases MySQL

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Solution Pack Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Subject Governing Agreement Term DXC Services Requirements Agreement between DXC and Customer

More information

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

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

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For Windows and Linux operating systems Software Version: 9.07.0006 System Requirements Document Release Date: April 2014 Software Release Date: February 2014 Legal Notices

More information

Designing Database Solutions for Microsoft SQL Server (465)

Designing Database Solutions for Microsoft SQL Server (465) Designing Database Solutions for Microsoft SQL Server (465) Design a database structure Design for business requirements Translate business needs to data structures; de-normalize a database by using SQL

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For the Linux or Windows operating systems Software Version: 9.02 Document Release Date: October 2011 Software Release Date: October 2011 Legal Notices Warranty The only warranties

More information

Eliminating Downtime When Migrating or Upgrading to Oracle 10g

Eliminating Downtime When Migrating or Upgrading to Oracle 10g Transactional Data Management Solutions December 13, 2005 NYOUG Eliminating Downtime When Migrating or Upgrading to Oracle 10g Agenda GoldenGate Overview What is Transactional Data Management? Why Migrate/Upgrade

More information

Database Configuration

Database Configuration Database Configuration Contents 2 Contents Database Configuration and Best Practices...3 Supported Database Engines... 4 Setting Up New Databases...4 Upgrading a Database... 5 Postgres Database Best Practices...

More information

DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE

DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE 70-465 DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE Designing Database Solutions for Microsoft SQL Server (70-465) WWW.ANALYTICSEXAM.COM Contents Designing

More information

Oracle 1Z0-417 Exam Questions and Answers (PDF) Oracle 1Z0-417 Exam Questions 1Z0-417 BrainDumps

Oracle 1Z0-417 Exam Questions and Answers (PDF) Oracle 1Z0-417 Exam Questions 1Z0-417 BrainDumps Oracle 1Z0-417 Dumps with Valid 1Z0-417 Exam Questions PDF [2018] The Oracle 1Z0-417 Oracle Database Performance and Tuning Essentials 2015 Exam exam is an ultimate source for professionals to retain their

More information

Using Automated Network Management at Fiserv. June 2012

Using Automated Network Management at Fiserv. June 2012 Using Automated Network Management at Fiserv June 2012 Brought to you by Join Group Vivit Network Automation Special Interest Group (SIG) Leaders: Chris Powers & Wendy Wheeler Your input is welcomed on

More information

External Database Requirements

External Database Requirements This chapter provides information about how to configure an external database to store information from Cisco Unified Communications Manager IM and Presence Service features. The following IM and Presence

More information

Manual Trigger Sql Server 2008 Examples Update

Manual Trigger Sql Server 2008 Examples Update Manual Trigger Sql Server 2008 Examples Update SQL Server has a pool of memory that is used to store both execution plans and data buffers. For example, the first of these SELECT statements is not matched

More information

HP Helion Codar. Software Version: 1.00 Windows and Linux operating systems. Installation and Configuration Guide

HP Helion Codar. Software Version: 1.00 Windows and Linux operating systems. Installation and Configuration Guide HP Helion Codar Software Version: 1.00 Windows and Linux operating systems Installation and Configuration Guide Document Release Date: December 2014 Software Release Date: December 2014 Legal Notices Warranty

More information

External Database Requirements

External Database Requirements This guide provides information about how to configure an external database for Cisco Unified Communications Manager IM and Presence Service features. The following features require an external database:

More information

NonStop SQL/MX DBS. Concepts and Architecture. Frans Jongma, NonStop Advanced Technology Center

NonStop SQL/MX DBS. Concepts and Architecture. Frans Jongma, NonStop Advanced Technology Center NonStop SQL/MX DBS Concepts and Architecture Frans Jongma, NonStop Advanced Technology Center Agenda Definitions Multi-tenant database What defines a database What defines an instance High level overview

More information

Course 40045A: Microsoft SQL Server for Oracle DBAs

Course 40045A: Microsoft SQL Server for Oracle DBAs Skip to main content Course 40045A: Microsoft SQL Server for Oracle DBAs - Course details Course Outline Module 1: Database and Instance This module provides an understanding of the two major components

More information

SAP HANA ADMINISTRATION

SAP HANA ADMINISTRATION IT HUNTER SOLUTIONS Contact No - +1 9099998808 Email ID ithuntersolutions@gmail.com SAP HANA ADMINISTRATION SAP HANA Technology Overview Introduction to SAP HANA SAP In-Memory Strategy HANA compare to

More information

DR 3.3 Planning Guide

DR 3.3 Planning Guide DR 3.3 Planning Guide Dynamic Routing 3.3 Planning Guide IMPORTANT Updated Mar 26, 2018. This document contains product characteristics and capabilities, including feature descriptions, deployment models,

More information

CIT 668: System Architecture. Amazon Web Services

CIT 668: System Architecture. Amazon Web Services CIT 668: System Architecture Amazon Web Services Topics 1. AWS Global Infrastructure 2. Foundation Services 1. Compute 2. Storage 3. Database 4. Network 3. AWS Economics Amazon Services Architecture Regions

More information

Non-Production Databases. Oracle Recovery Manager. Presented By: Jeff Branan - Database Architect

Non-Production Databases. Oracle Recovery Manager. Presented By: Jeff Branan - Database Architect Building and Maintaining Non-Production Databases using Oracle Recovery Manager Presented By: Jeff Branan - Database Architect Agenda Who is TDS? Why we use Recovery Manager (RMAN) TDS Non-Production Database

More information

Traverse Intelligent Tracking by PCS. Installation Guide for Traverse.

Traverse Intelligent Tracking by PCS. Installation Guide for Traverse. Traverse Intelligent Tracking by PCS Installation Guide for Traverse. Tom Romeo 6/10/2011 The information in this documentation is not contractual in nature. It is subject to modification without notice.

More information

Enterprise Manager: Scalable Oracle Management

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

More information

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide Operations Orchestration Software Version: 10.70 Windows and Linux Operating Systems Central User Guide Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty

More information

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA Technical white paper Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4 Process Overview

More information

SQL Server Installation and Configuration Guide. Abstract

SQL Server Installation and Configuration Guide. Abstract SQL Server 2008 Installation and Configuration Guide Abstract This document describes the configuration during and after database installation when IMC is used together with Microsoft SQL Server. The document

More information

An Insider s Guide to Oracle Autonomous Transaction Processing

An Insider s Guide to Oracle Autonomous Transaction Processing An Insider s Guide to Oracle Autonomous Transaction Processing Maria Colgan Master Product Manager Troy Anthony Senior Director, Product Management #thinkautonomous Autonomous Database Traditionally each

More information

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview This Oracle 11g Release 2 RAC & Grid Infrastructure Administration course provides an introduction to the general features

More information

MS SQL Server 2012 DBA Course Contents

MS SQL Server 2012 DBA Course Contents MS SQL Server 2012 DBA Course Contents 1) SQL History & SQL Server History 2) Database Management Systems(DBMS) 3) Relational Database Management System(RDBMS) 4) SQL Server set up installations & service

More information

Sql 2008 Copy Table Structure And Database To

Sql 2008 Copy Table Structure And Database To Sql 2008 Copy Table Structure And Database To Another Table Different you can create a table with same schema in another database first and copy the data like Browse other questions tagged sql-server sql-server-2008r2-express.

More information

Sql 2008 Copy Tables Structure And Database To Another

Sql 2008 Copy Tables Structure And Database To Another Sql 2008 Copy Tables Structure And Database To Another Copy NAV Database Structure to another Database along with Data in SQL @tablevar table(name varchar(300)) declare @columntablevar table(column_name

More information

Oracle 1Z0-053 Exam Questions & Answers

Oracle 1Z0-053 Exam Questions & Answers Oracle 1Z0-053 Exam Questions & Answers Number: 1Z0-053 Passing Score: 660 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ Oracle 1Z0-053 Exam Questions & Answers Exam Name: Oracle Database

More information

Oracle Database Auditing

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

More information

PostgreSQL Introduction for Oracle DBAs

PostgreSQL Introduction for Oracle DBAs PostgreSQL Introduction for Oracle DBAs Mathias Zarick, Vienna, 22.02.2019 @Trivadis BASEL BERN BRUGG BUCHAREST DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MANNHEIM MUNICH

More information

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Presented at Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Jacco H. Landlust Platform Architect Director Oracle Consulting NL, Core Technology December, 2014

More information

Benchmarking Database Cloud Services

Benchmarking Database Cloud Services Benchmarking Database Cloud Services On Sep 20 2016 at the annual Oracle Openworld event Oracle Executive Chairman and Chief Technology Officer, Larry Ellison presented a series of benchmarks comparing

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Manually Backup Sql Server Express Databases 2008 R2 Sample

Manually Backup Sql Server Express Databases 2008 R2 Sample Manually Backup Sql Server Express Databases 2008 R2 Sample This topic explains how to restore a full database backup. Samples. Was this page helpful? Your feedback about this content is important. Note

More information

HPE IMC Windows Migration Guide

HPE IMC Windows Migration Guide HPE IMC Windows Migration Guide Part number: 5200-4496 Software version: The information in this document is subject to change without notice. Copyright 2017 Hewlett Packard Enterprise Development LP Contents

More information

Introduction Chapter 1. General Information Chapter 2. Servers Used... 9

Introduction Chapter 1. General Information Chapter 2. Servers Used... 9 Chapter 1 General Information Contents Contents Introduction... 5 Chapter 1. General Information... 6 Chapter 2. Servers Used... 9 Chapter 3. Installing and Configuring Failover Cluster for MS SQL Databases...

More information

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Digital transformation is taking place in businesses of all sizes Big Data and Analytics Mobility Internet of Things

More information

Agilent OpenLAB Data Store. Maintenance Guide

Agilent OpenLAB Data Store. Maintenance Guide Agilent OpenLAB Data Store Maintenance Guide Notices Agilent Technologies, Inc. 2013 No part of this manual may be reproduced in any form or by any means (including electronic storage and retrieval or

More information

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Database 11g Security Essentials. Version: Demo

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Database 11g Security Essentials. Version: Demo Vendor: Oracle Exam Code: 1Z0-528 Exam Name: Oracle Database 11g Security Essentials Version: Demo QUESTION 1 Which of the following tasks is the first task to perform when implementing Oracle Database

More information

Big Data Greenplum DBA Online Training

Big Data Greenplum DBA Online Training About The Greenplum DBA Course Big Data Greenplum DBA Online Training Greenplum on-line coaching course is intended to create you skilled in operating with Greenplum database. Throughout this interactive

More information

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Software Version: 1.01 For the Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: April 2017 Software Release Date: December

More information

PostgreSQL in Mission-Critical Financial Systems May 20th 2010

PostgreSQL in Mission-Critical Financial Systems May 20th 2010 PostgreSQL in Mission-Critical Financial Systems May 20th 2010 Flavio Henrique Araque Gurgel http://creativecommons.org/licenses/by-sa/3.0/deed.pt 4Linux in Caixa 2nd level support, 24/7 Configuration,

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory

NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory Dhananjoy Das, Sr. Systems Architect SanDisk Corp. 1 Agenda: Applications are KING! Storage landscape (Flash / NVM)

More information

Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems. Senior Product Manager Consulting Member of Technical Staff

Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems. Senior Product Manager Consulting Member of Technical Staff Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems Anirban Chatterjee Sriram Palapudi Senior Product Manager Consulting Member of Technical Staff The following is intended to outline

More information

Course Description. Audience. Prerequisites. At Course Completion. : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs

Course Description. Audience. Prerequisites. At Course Completion. : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs Module Title Duration : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs : 4 days Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize

More information

PPC s SMART Practice Aids Prepare for Installing database upgrade to SQL Express 2008 R2

PPC s SMART Practice Aids Prepare for Installing database upgrade to SQL Express 2008 R2 PPC s SMART Practice Aids Prepare for Installing database upgrade to SQL Express 2008 R2 June 2013 Agenda Objectives SMART Practice Aids System Requirements SMART Installation Pre-Requisites Installation

More information

Getting Started with Tableau Server

Getting Started with Tableau Server Getting Started with Tableau Planning, Installing, and Managing Your PRESENT ED BY Dan Jewett Ivo Salmre Tableau Review Planning for Tableau Installing & Managing 2011 Tableau Software Inc. All rights

More information

External Database Installation and Setup

External Database Installation and Setup This chapter provides information about how to configure an external database to store information from Cisco Unified Communications Manager IM and Presence Service features. The following IM and Presence

More information

Microsoft Developing SQL Databases. Download Full version :

Microsoft Developing SQL Databases. Download Full version : Microsoft 70-762 Developing SQL Databases Download Full version : http://killexams.com/pass4sure/exam-detail/70-762 QUESTION: 81 You have a database named DB1. There is no memory-optimized file group in

More information

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96338 First edition: June 2009 Legal and notice information

More information

Oracle Autonomous Database

Oracle Autonomous Database Oracle Autonomous Database Maria Colgan Master Product Manager Oracle Database Development August 2018 @SQLMaria #thinkautonomous Safe Harbor Statement The following is intended to outline our general

More information

Oracle Database 12c: Administration Workshop Ed 2

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

More information

HP LoadRunner and Performance Center What is new?

HP LoadRunner and Performance Center What is new? HP LoadRunner and Performance Center 11.52 - What is new? June 26, 2013 Copyright 2013 Vivit Worldwide Copyright 2013 Vivit Worldwide Brought to you by Copyright 2013 Vivit Worldwide Housekeeping Prize

More information

Oracle Database 12c: Administration Workshop Ed 2

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

More information

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

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

More information

HPE Project and Portfolio Management Center

HPE Project and Portfolio Management Center HPE Project and Portfolio Management Center Software Version: 9.41 Security Guide Go to HELP CENTER ONLINE http://ppm-help.saas.hpe.com Document Release Date: March 2017 Software Release Date: March 2017

More information

Oracle Alter Table Add Primary Key Using Index

Oracle Alter Table Add Primary Key Using Index Oracle Alter Table Add Primary Key Using Index Partition open Syntax for Schema Objects and Parts in SQL Statements One or more columns of a table, a partitioned table, an index-organized table, or a cluster

More information

MySQL for Developers Ed 3

MySQL for Developers Ed 3 Oracle University Contact Us: 1.800.529.0165 MySQL for Developers Ed 3 Duration: 5 Days What you will learn This MySQL for Developers training teaches developers how to plan, design and implement applications

More information

Installation manual SQL Server

Installation manual SQL Server Installation manual SQL Server Version: 2018-11-06 Additional technical information for specialists Contents 1. Brief overview of how to use the SQL Server... 2 1.1. System requirements... 2 1.2. Required

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

Virtualization And High Availability. Howard Chow Microsoft MVP Virtualization And High Availability Howard Chow Microsoft MVP Session Objectives And Agenda Virtualization and High Availability Types of high availability enabled by virtualization Enabling a highly

More information

Agilent OpenLAB ECM Intelligent Reporter

Agilent OpenLAB ECM Intelligent Reporter Agilent OpenLAB ECM Intelligent Reporter Installation and Configuration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2007-2016 No part of this manual may be reproduced in any form or by

More information

Oracle Database 12c: JMS Sharded Queues

Oracle Database 12c: JMS Sharded Queues Oracle Database 12c: JMS Sharded Queues For high performance, scalable Advanced Queuing ORACLE WHITE PAPER MARCH 2015 Table of Contents Introduction 2 Architecture 3 PERFORMANCE OF AQ-JMS QUEUES 4 PERFORMANCE

More information

Manual Trigger Sql Server 2008 Insert Update Delete Select

Manual Trigger Sql Server 2008 Insert Update Delete Select Manual Trigger Sql Server 2008 Insert Update Delete Select Since logon triggers are server-scoped objects, we will create any necessary additional objects in master. WHERE dbs IN (SELECT authenticating_database_id

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

KillTest. 半年免费更新服务

KillTest.   半年免费更新服务 KillTest 质量更高 服务更好 学习资料 http://www.killtest.cn 半年免费更新服务 Exam : E20-895 Title : Backup Recovery - Avamar Expert Exam for Implementation Engineers Version : Demo 1 / 7 1.An EMC Avamar customer is currently

More information

SAP HANA Inspirience Day Workshop SAP HANA Infra. René Witteveen Master ASE Converged Infrastructure, HP

SAP HANA Inspirience Day Workshop SAP HANA Infra. René Witteveen Master ASE Converged Infrastructure, HP SAP HANA Inspirience Day Workshop SAP HANA Infra René Witteveen Master ASE Converged Infrastructure, HP Workshop Outline. Introduction Name and Company Department/Role Status and experience with SAP HANA

More information

Steps To Create Database Manually In Oracle 10g In Windows

Steps To Create Database Manually In Oracle 10g In Windows Steps To Create Database Manually In Oracle 10g In Windows Oracle Database Vault Installation Guide, 10g Release 2 (10.2) for Microsoft Windows (32-Bit). B32384-04 applications that may create a risk of

More information

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

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

More information

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<<

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<< Create A Private Database Link In Another Schema In Oracle 11g Drop Posts about create database link in another schema written by John Hallas. 11g new features 12c new features addm ASM Blogroll Grid control

More information

BEST PRACTICES GUIDE. Tips and guidelines to get the most out of RecoveryManager Plus.

BEST PRACTICES GUIDE. Tips and guidelines to get the most out of RecoveryManager Plus. BEST PRACTICES GUIDE Tips and guidelines to get the most out of RecoveryManager Plus. We appreciate you choosing RecoveryManager Plus for your Active Directory and virtual machine backup and restoration

More information

Storage Area Network (SAN) Training Presentation. July 2007 IBM PC CLUB Jose Medeiros Storage Systems Engineer MCP+I, MCSE, NT4 MCT

Storage Area Network (SAN) Training Presentation. July 2007 IBM PC CLUB Jose Medeiros Storage Systems Engineer MCP+I, MCSE, NT4 MCT Storage Area Network (SAN) Training Presentation July 007 IBM PC CLUB Jose Medeiros Storage Systems Engineer MCP+I, MCSE, NT MCT Agenda Training Objectives Basic SAN information Terminology SAN Infrastructure

More information

IBM Tivoli Storage Manager for Windows Version Installation Guide IBM

IBM Tivoli Storage Manager for Windows Version Installation Guide IBM IBM Tivoli Storage Manager for Windows Version 7.1.8 Installation Guide IBM IBM Tivoli Storage Manager for Windows Version 7.1.8 Installation Guide IBM Note: Before you use this information and the product

More information

Arhitektura Oracle in SQL Server podatkovnih zbirk iz vidika restavriranja podatkov

Arhitektura Oracle in SQL Server podatkovnih zbirk iz vidika restavriranja podatkov Arhitektura Oracle in SQL Server podatkovnih zbirk iz vidika restavriranja podatkov Urh Srečnik Abakus Plus d.o.o. History Services From 1992 OS & Network Administration ~20 employees

More information

Introduction. Assessment Test. Chapter 1 Introduction to Performance Tuning 1. Chapter 2 Sources of Tuning Information 33

Introduction. Assessment Test. Chapter 1 Introduction to Performance Tuning 1. Chapter 2 Sources of Tuning Information 33 Contents at a Glance Introduction Assessment Test xvii xxvii Chapter 1 Introduction to Performance Tuning 1 Chapter 2 Sources of Tuning Information 33 Chapter 3 SQL Application Tuning and Design 85 Chapter

More information

Data Integration and ETL with Oracle Warehouse Builder

Data Integration and ETL with Oracle Warehouse Builder Oracle University Contact Us: 1.800.529.0165 Data Integration and ETL with Oracle Warehouse Builder Duration: 5 Days What you will learn Participants learn to load data by executing the mappings or the

More information

Oracle Identity Manager 11gR2-PS2 Hands-on Workshop Tech Deep Dive DB Schema, Backup & Restore, Bulkload, Reports, Archival & Purge

Oracle Identity Manager 11gR2-PS2 Hands-on Workshop Tech Deep Dive DB Schema, Backup & Restore, Bulkload, Reports, Archival & Purge Oracle Identity Manager 11gR2-PS2 Hands-on Workshop Tech Deep Dive DB Schema, Backup & Restore, Bulkload, Reports, Archival & Purge atul.goyal@oracle.com Principal Product Manager,

More information

Hardware & System Requirements

Hardware & System Requirements Safend Data Protection Suite Hardware & System Requirements System Requirements Hardware & Software Minimum Requirements: Safend Data Protection Agent Requirements Console Safend Data Access Utility Operating

More information

vcdm System Requirements Version 6.6 English

vcdm System Requirements Version 6.6 English vcdm System Requirements Version 6.6 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this user

More information

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

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

More information

Manual Sql Server 2012 Express With Advanced Services Agent

Manual Sql Server 2012 Express With Advanced Services Agent Manual Sql Server 2012 Express With Advanced Services Agent Microsoft SQL Server 2012 Express is a powerful and reliable free data management system that delivers a rich and reliable data store for lightweight

More information

ORACLE DBA TRAINING IN BANGALORE

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

More information

Alter Change Default Schema Oracle Sql Developer

Alter Change Default Schema Oracle Sql Developer Alter Change Default Schema Oracle Sql Developer Set default schema in Oracle Developer Tools in Visual STudio 2013 any other schema's. I can run alter session set current_schema=xxx Browse other questions

More information

G a l e r a C l u s t e r Schema Upgrades

G a l e r a C l u s t e r Schema Upgrades G a l e r a C l u s t e r Schema Upgrades Seppo Jaakola Codership Agenda Galera Cluster Overview DDL vs DML Demo of DDL Replication in Galera Cluster Rolling Schema Upgrade (RSU) Total Order Isolation

More information