Data Distribution & Replication

Size: px
Start display at page:

Download "Data Distribution & Replication"

Transcription

1 Distributed Databases Definitions Data Distribution & Replication A single logical database thatis spread physically across computers in multiple locations thatare connected by a data communications link. Decentralized Database. A collection of independent databases: Homogeneous - Same DBMS at each node. Autonomous - Independent DBMSs. Non-autonomous - Central, coordinating DBMS. Heterogeneous - Different DBMSs at different nodes. Oracle Client Server Sincrona - Asincrona Client / Server - Server / Server $HOME/network/ admin/tnsnames.ora ALIAS = (DESCRIPTION = (ADDRESS = (PROTOCOL= TCP (Host= xxx.yyy.zzz.www (Port= 1526 (CONNECT_DATA = (SID = O920 $HOME/network/ admin/listener.ora Tnsnames.ora Server 1 usr1 / pwd1 T1 TNS - TCP/IP connect system/manager; grant create database link to usr1; grant create synonym to usr1; Listener.ora Server 2 usr2 / pwd2 T2 Alias del tnsnames della macchina server 1 Processo Listener Processo Server x Connessione Dedicata connect usr1/pwd1; create database link dbms2 connect to usr2 identified by pwd2 using alias2 ; create synonym S2 for T2@dbms2; $HOME/network/ admin/sqlnet.ora

2 Two-Phase Commit Case Study Data Distribution Prepare Phase Coordinator receives a commit request Coordinator instructs all resource managers to get ready to go either way on the transaction. Each resource manager writes all updates from that transaction to its own physical log. Coordinator receives replies from all resource managers. If all are ok, it writes commit to its own log; if not then it writes rollback to its log. Commit Phase Coordinator then informs each resource manager of its decision and broadcasts a message to either commit or rollback (abort. If the message is commit, then each resource manager transfers the update from its log to its database. A failure during the commit phase puts a transaction in limbo. Oracle Offers Rows Filter Where SnapShot Read Only Fields Filter Select SnapShot WriteAble Multi Master Site SnapShot UpDateAble CREATE SNAPSHOT snap_unito TABLESPACE tablespace_unito PCTFREE n STORAGE (INITIAL n NEXT n PCTINCREASE 0 MINEXTENTS 1 MAXEXTENTS 121 WITH [ PRIMARY KEY ROWID ] REFRESH [ FAST COMPLETE FORCE ] START WITH date NEXT date AS subquery;

3 Sempre applicabile - Nessun vincolo architetturale REFRESH [ FAST COMPLETE FORCE ] Se possibile adotta tecnica Fast altrimenti Complete Applicabile solo: 1 Se la select è definibile semplice ovvero: a appoggia su un solo oggetto di tipologia tabellare b è priva di costrutti quali group by, order by e subquery 2 Esiste lato Master un Log 3 Il Log esiste da tempo utile per supportare il nuovo refresh CREATE SNAPSHOT snap_unito TABLESPACE tablespace_unito PCTFREE n STORAGE (INITIAL n NEXT n PCTINCREASE 0 MINEXTENTS 1 MAXEXTENTS 121 WITH [ PRIMARY KEY ROWID ] REFRESH [ FAST COMPLETE FORCE ] START WITH date NEXT date FOR UP AS subquery; Note Base: Modifiche in aggiornamento mono direzionale (da Master verso Slave Modifiche perse al successivo refresh Applicazioni in ambiti prevalentemente di simulazione SnapShot View SnapShot View Master Table SnapShot Base Table Master Table SnapShot Base Table Refresh Operation Refresh Operation SnapShot Log View of Changed SnapShot Log View of Changed Log of Change

4 SNP Background Processes Job Schedulati Job Ready Job List Job ReadyList Next? Caso di Failure 1 Tentativo dopo 1 Minuto 2 Tentativo dopo 2 Minuti 3 Tentativo dopo 4 Minuti n Tentativo dopo 2^(n-1 Minuti con 3<n<17 Compatibile con l intervallo di ri-programmazione del Job DBMS_JOB Package To schedule and manage jobs in the job queue, use the procedures in the DBMS_JOB package. There are no database privileges associated with using job queues. Any user who can execute the job queue procedures can use the job queue. Submitting a Job to the Job Queue To submit a new job to the job queue, use the SUBMIT procedure in the DBMS_JOB package: DBMS_JOB.SUBMIT ( job OUT BINARY_INTEGER, what IN VARCHAR2, next_date IN DEFAULT SYS, interval IN VARCHAR2 DEFAULT null, no_parse IN BOOLEAN DEFAULT FALSE declare jobno number; begin DBMS_JOB.SUBMIT (jobno, begin procedura_unito01(1, X ; end;, SYS, SYS + 1 ; commit; end; DBMS_JOB Package Broken Jobs A job is labeled as either broken or not broken. Oracle does not attempt to run broken jobs. However, you can force a broken job to run by calling the procedure DBMS_JOB.RUN. There are two ways a job can break: * Oracle has failed to successfully execute the job after 16 attempts. * You have marked the job as broken, using the procedure DBMS_JOB.BROKEN. DBMS_JOB.BROKEN ( job IN BINARY_INTEGER, broken IN BOOLEAN, next_date IN DEFAULT SYS Once a job has been marked as broken, Oracle will not attempt to execute the job until you either mark the job as not broken, or force the job to be executed by calling the procedure DBMS_JOB.RUN.

5 DBMS_JOB Package In conclusione citiamo le viste del dizionario dati che consentono un monitoring della schedulazione: USER_JOBS DBA_JOBS DBMS_JOB.CHANGE (job IN binary_integer, what IN varchar2, next_date IN date, interval IN varchar2 ; DBMS_JOB.REMOVE (job IN binary_integer, ; JOB LOG_USER PRIV_USER SCHEMA_USER LAST_ LAST_SEC THIS_ THIS_SEC NEXT_ NEXT_SEC TOTAL_TIME BROKEN INTERVAL FAILURES WHAT CURRENT_SESSION_LABEL CLEARANCE_HI CLEARANCE_LO NLS_ENV MISC_ENV NOT NULL NOT NULL VARCHAR2(1 NOT NULL VARCHAR2(200 VARCHAR2(2000 VARCHAR2(2000 RAW(32 DBA_JOBS_RUNNING SID JOB FAILURES LAST_ LAST_SEC THIS_ THIS_SEC Conflict Resolution In modalità Asincrona possono verificarsi conflitti che possono minare la consistenza e l integrità dei dati. Sono prevalentemente di tre tipologie: Update Uniqueness Delete Oracle offre sistemi di Definizione & Risoluzione Automatica dei Conflitti time stamp minimum value maximum value highest priority site highest priority value average. custom solution

Navicat Premium è uno strumento di amministrazione per database con connessioni-multiple, consente di connettersi

Navicat Premium è uno strumento di amministrazione per database con connessioni-multiple, consente di connettersi Navicat Premium è uno strumento di amministrazione per database con connessioni-multiple, consente di connettersi simultaneamente con una singola applicazione a MySQL, SQL Server, SQLite, Oracle e PostgreSQL,

More information

Oracle Database Links Part 2 - Distributed Transactions Written and presented by Joel Goodman October 15th 2009

Oracle Database Links Part 2 - Distributed Transactions Written and presented by Joel Goodman October 15th 2009 Oracle Database Links Part 2 - Distributed Transactions Written and presented by Joel Goodman October 15th 2009 About Me Email: [email protected] Blog: dbatrain.wordpress.com Application Development

More information

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy MyOra 3.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

Database Extensions Visual Walkthrough. PowerSchool Student Information System

Database Extensions Visual Walkthrough. PowerSchool Student Information System PowerSchool Student Information System Released October 7, 2013 Document Owner: Documentation Services This edition applies to Release 7.9.x of the PowerSchool software and to all subsequent releases and

More information

IBM Academic Initiative

IBM Academic Initiative IBM Academic Initiative Sistemi Centrali Modulo 3- Il sistema operativo z/os (quarta parte) Unix Services Sapienza- Università di Roma - Dipartimento Informatica 2007-2008 UNIX System Services POSIX XPG4

More information

Introduction to Oracle PL/SQL Programming V2.1 - Lessons 11-End

Introduction to Oracle PL/SQL Programming V2.1 - Lessons 11-End Introduction to Oracle PL/SQL Programming V2.1 - Lessons 11-End Introduction to Oracle PL/SQLProgramming Page i Table of Contents 0. How to Use This Course...0.1 Lesson Objectives...0.2 Target Audience...0.3

More information

ArcSDE Configuration and Tuning Guide for Oracle. ArcGIS 8.3

ArcSDE Configuration and Tuning Guide for Oracle. ArcGIS 8.3 ArcSDE Configuration and Tuning Guide for Oracle ArcGIS 8.3 i Contents Chapter 1 Getting started 1 Tuning and configuring the Oracle instance 1 Arranging your data 2 Creating spatial data in an Oracle

More information

Intelligent Motorola Portable Radio Energy System

Intelligent Motorola Portable Radio Energy System IMPRES Smart Energy System Intelligent Motorola Portable Radio Energy System IMPRES Marketing Presentation IMPRES Battery - Intelligent Date produzione batteria Data inizio primo uso IMPRES Numero di carica

More information

Migrate Topaz databases from One Server to Another

Migrate Topaz databases from One Server to Another Title Migrate Topaz databases from One Server to Another Author: Olivier Lauret Date: November 2004 Modified: Category: Topaz/BAC Version: Topaz 4.5.2, BAC 5.0 and BAC 5.1 Migrate Topaz databases from

More information

Maximizing Materialized Views

Maximizing Materialized Views Maximizing Materialized Views John Jay King King Training Resources [email protected] Download this paper and code examples from: http://www.kingtraining.com 1 Session Objectives Learn how to create

More information

Incremental Replication from SQL Server to Oracle. Kane McKenzie Liberty University

Incremental Replication from SQL Server to Oracle. Kane McKenzie Liberty University Incremental Replication from SQL Server to Kane McKenzie Liberty University Our Challenge Efficiently Replicate Data from SQL Server based CRM database to based Data Warehouse Business Drivers Issues with

More information

Virtuoso Replication and Synchronization Services

Virtuoso Replication and Synchronization Services Virtuoso Replication and Synchronization Services Abstract Database Replication and Synchronization are often considered arcane subjects, and the sole province of the DBA (database administrator). However,

More information

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content Oracle 11g DBA Online Training Course Content Faculty: Real time and certified INTRODUCTION TO ORACLE DBA What is DBA? Why a Company needs a DBA? Roles & Responsibilities of DBA Oracle Architecture Physical

More information

Module 14: Scalability and High Availability

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

More information

Dictionary (catálogo)

Dictionary (catálogo) Catálogo Oracle Catálogo Esquema: un conjunto de estructuras de datos lógicas (objetos del esquema), propiedad de un usuario Un esquema contiene, entre otros, los objetos siguientes: tablas vistas índices

More information

Best Practices for Oracle Databases Hardening Oracle 10.2.0.3 / 10.2.0.4

Best Practices for Oracle Databases Hardening Oracle 10.2.0.3 / 10.2.0.4 Best Practices for Oracle Databases Hardening Oracle 10.2.0.3 / 10.2.0.4 Alexander Kornbrust Table of Content Passwords (Security) Patches Database Settings PUBLIC Privileges Database Trigger Compiling

More information

Oracle Easy Connect Naming. An Oracle White Paper October 2007

Oracle Easy Connect Naming. An Oracle White Paper October 2007 Oracle Easy Connect Naming An Oracle White Paper October 2007 NOTE: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

When an organization is geographically dispersed, it. Distributed Databases. Chapter 13-1 LEARNING OBJECTIVES INTRODUCTION

When an organization is geographically dispersed, it. Distributed Databases. Chapter 13-1 LEARNING OBJECTIVES INTRODUCTION Chapter 13 Distributed Databases LEARNING OBJECTIVES After studying this chapter, you should be able to: Concisely define each of the following key terms: distributed database, decentralized database,

More information

Distributed Databases

Distributed Databases C H A P T E R 12 Distributed Databases Learning Objectives After studying this chapter, you should be able to: Concisely define the following key terms: distributed database, decentralized database, location

More information

Oracle and Sybase, Concepts and Contrasts

Oracle and Sybase, Concepts and Contrasts Oracle and Sybase, Concepts and Contrasts By Mich Talebzadeh Part 1 January 2006 In a large modern enterprise, it is almost inevitable that different portions of the organization will use different database

More information

How To Lock A File In A Microsoft Microsoft System

How To Lock A File In A Microsoft Microsoft System Level 1 Opportunistic Locks Si intuisce che level 1 corrisponde concettualmente allo stato M di un dato in cache nel protocollo MESI A level 1 opportunistic lock on a file allows a client to read ahead

More information

Distributed Database Guide Version: 00.01

Distributed Database Guide Version: 00.01 Distributed Database Guide Version: 00.01 Document No: 42/DBM42-T04192006-01-DDB Author: DBMaker Support Team Apr 19, 2006 LingAn Computer Engineering CO. Print Date: Apr 29, 2006 Introduction Table of

More information

Elenco Porte TCP/UDP

Elenco Porte TCP/UDP Elenco Porte TCP/UDP Autore: DPS SRL Creato il: 13 Oct 2008 10 : 50 AM da 0 a 1023 PortaDescrizione 1/tcpTCP Multiplexor 2/tcpcompressnet Management Utility 3/tcpcompressnet Compression Process 7/tcpEcho

More information

Main Points. File layout Directory layout

Main Points. File layout Directory layout File Systems Main Points File layout Directory layout File System Design Constraints For small files: Small blocks for storage efficiency Files used together should be stored together For large files:

More information

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

More information

Developing SQL and PL/SQL with JDeveloper

Developing SQL and PL/SQL with JDeveloper Seite 1 von 23 Developing SQL and PL/SQL with JDeveloper Oracle JDeveloper 10g Preview Technologies used: SQL, PL/SQL An Oracle JDeveloper Tutorial September 2003 Content This tutorial walks through the

More information

ANTAREX. AutoTuning and Adaptivity approach for Energy efficient exascale HPC systems. Type of action: H2020: Research & Innovation Actions (RIA)

ANTAREX. AutoTuning and Adaptivity approach for Energy efficient exascale HPC systems. Type of action: H2020: Research & Innovation Actions (RIA) ANTAREX AutoTuning and Adaptivity approach for Energy efficient exascale HPC systems Call: H2020-FET-HPC-1-2014 Type of action: H2020: Research & Innovation Actions (RIA) Topics: Subtopic Project Coordinator

More information

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added? DBMS Questions 1.) Which type of file is part of the Oracle database? A.) B.) C.) D.) Control file Password file Parameter files Archived log files 2.) Which statements are use to UNLOCK the user? A.)

More information

Source code security testing

Source code security testing Source code security testing Simone Riccetti EMEA PSS Security Services All information represents IBM's current intent, is subject to change or withdrawal without notice, and represents only IBM ISS goals

More information

DTI / Titolo principale della presentazione IPHONE ENCRYPTION. Litiano Piccin. 11 ottobre 2014

DTI / Titolo principale della presentazione IPHONE ENCRYPTION. Litiano Piccin. 11 ottobre 2014 1 IPHONE ENCRYPTION 2 MOBILE FORENSICS Nella Computer Forensics, le evidenze che vengono acquisite sono dispositivi statici di massa; questa significa che possiamo ottenere la stessa immagine (bit stream)

More information

Accessing SQL Server Data from Oracle on Linux. for FREE!

Accessing SQL Server Data from Oracle on Linux. for FREE! Accessing SQL Server Data from Oracle on Linux for FREE! COUG 15-NOV-2012 Wayne Linton Wayne Linton OCP, I.S.P. Over 40 years in IT More than half that as an Oracle DBA 35 years at Shell Canada Limited

More information

CA ERwin Mart Server. Release Notes. Release 9.6.1

CA ERwin Mart Server. Release Notes. Release 9.6.1 CA ERwin Mart Server Release Notes Release 9.6.1 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for

More information

USING SAS WITH ORACLE PRODUCTS FOR DATABASE MANAGEMENT AND REPORTING

USING SAS WITH ORACLE PRODUCTS FOR DATABASE MANAGEMENT AND REPORTING USING SAS WITH ORACLE PRODUCTS FOR DATABASE MANAGEMENT AND REPORTING Henry W. Buffum, R. O. W. ScIences, Inc. Darryl J. Keith, U.S. Environmental Protection Agency Abstract: Data for a large environmental

More information

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia 1. SQL Review Single Row Functions Character Functions Date Functions Numeric Function Conversion Functions General Functions

More information

Institutional Data Integration Using ODBC with Oracle Heterogeneous ous Services. Mingguang Xu. email: [email protected]

Institutional Data Integration Using ODBC with Oracle Heterogeneous ous Services. Mingguang Xu. email: mxu@uga.edu Institutional Data Integration Using ODBC with Oracle Heterogeneous ous Services Mingguang Xu email: [email protected] Data Integration Challenges Information integration is a challenge that affects many organizations

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

Distributed Data Management

Distributed Data Management Introduction Distributed Data Management Involves the distribution of data and work among more than one machine in the network. Distributed computing is more broad than canonical client/server, in that

More information

C.S.E. Nodi Tipici Parametrizzati al 15-4-2015. 14/04/2015 Copyright (c) 2015 - Castalia srl

C.S.E. Nodi Tipici Parametrizzati al 15-4-2015. 14/04/2015 Copyright (c) 2015 - Castalia srl C.S.E. Nodi Tipici Parametrizzati al 15-4-2015 14/04/2015 Copyright (c) 2015 - Castalia srl 1 Avvertenze (1) Ci sono tre sezioni in questo documento: 1. Nodi in tutte le versioni (background azzurro):

More information

CA DataMinder. Database Guide. Release 14.1. 4th Edition

CA DataMinder. Database Guide. Release 14.1. 4th Edition CA DataMinder Database Guide Release 14.1 4th Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

22/11/2015-08:08:30 Pag. 1/10

22/11/2015-08:08:30 Pag. 1/10 22/11/2015-08:08:30 Pag. 1/10 CODICE: TITOLO: MOC20462 Administering Microsoft SQL Server Databases DURATA: 5 PREZZO: LINGUA: MODALITA': 1.600,00 iva esclusa Italiano Classroom CERTIFICAZIONI ASSOCIATE:

More information

D B M G Data Base and Data Mining Group of Politecnico di Torino

D B M G Data Base and Data Mining Group of Politecnico di Torino Politecnico di Torino Database Management System Oracle Hints Data Base and Data Mining Group of Politecnico di Torino Tania Cerquitelli Computer Engineering, 2014-2015, slides by Tania Cerquitelli and

More information

Oracle Database Security

Oracle Database Security breaking through barriers to progress By Raman Jathar an award winning '2004 Future 50 Company' 18650 W. Corporate Drive Suite 120 Brookfield, WI 53045 262.792.0200 Database Security Lately, database security

More information

Database Assessment. Vulnerability Assessment Course

Database Assessment. Vulnerability Assessment Course Database Assessment Vulnerability Assessment Course All materials are licensed under a Creative Commons Share Alike license. http://creativecommons.org/licenses/by-sa/3.0/ 2 Agenda Introduction Configuration

More information

1 Changes in this release

1 Changes in this release Oracle SQL Developer Oracle TimesTen In-Memory Database Support Release Notes Release 4.0 E39883-01 June 2013 This document provides late-breaking information as well as information that is not yet part

More information

Getting Dedicated with Shared Servers, and how not to.

Getting Dedicated with Shared Servers, and how not to. Getting Dediced with Shared Servers, and how not to. Author: Jed Walker is the Manager of Dabase Development and Operions for the Comcast Media Center in Centennial Colorado. He has been working with Oracle

More information

Cloud Services: cosa sono e quali vantaggi portano alle aziende manifatturiere

Cloud Services: cosa sono e quali vantaggi portano alle aziende manifatturiere Cloud Services: cosa sono e quali vantaggi portano alle aziende manifatturiere Sergio Gimelli Sales Consulting Director Oracle Italy Fabbrica Futuro Verona, 27 Giugno 2013 1 2 Cosa è il Cloud? il Cloud

More information

Distributed Databases

Distributed Databases Chapter 12 Distributed Databases Learning Objectives After studying this chapter, you should be able to: Concisely define the following key terms: distributed database, decentralized database, location

More information

Geo-Platform Introduction

Geo-Platform Introduction Geo-Platform Introduction Dimitri Dello Buono @ geosdi 16 Sept 2013 CNR IRPI Perugia Questo lavoro è concesso in uso secondo i termini di una licenza Creative Commons (vedi ultima pagina) geosdi CNR IMAA

More information

Misurazione performance. Processing time. Performance. Throughput. Francesco Marchioni Mastertheboss.com Javaday IV Roma 30 gennaio 2010

Misurazione performance. Processing time. Performance. Throughput. Francesco Marchioni Mastertheboss.com Javaday IV Roma 30 gennaio 2010 Misurazione performance Processing time Performance Throughput Processing time Network Network DB Processing time Throughput Quantità di dati trasmessi x secondo Tuning Areas Tuning Java Virtual Machine

More information

Monitoring Audit Trails Using Enterprise Manager

Monitoring Audit Trails Using Enterprise Manager Enhancing Database Security: Monitoring Audit Trails Using Enterprise Manager Peter J. Magee, CDA SQRIBE Technologies Gail VanderKolk Reynolds & Reynolds Abstract Maintaining the security and integrity

More information

VoiSmart Fax Server. Administrator and User Manual Versione 1.0.0

VoiSmart Fax Server. Administrator and User Manual Versione 1.0.0 VoiSmart Fax Server Administrator and User Manual Versione 1.0.0 VoiSmart è un marchio registrato di Espia srl 2007 Espia srl - Milano Le specifiche possono cambiare senza preavviso. Ultima revisione del

More information

Lesson 201: Use of il quale

Lesson 201: Use of il quale Lesson 201: Use of il quale by Keith A Preble, [email protected] Il quale can be used as a relative pronoun when it is combined with the definite article, il, la, i, le or when it is articulated with a simple

More information

Dall Information Security alla Cyber Security, e ritorno

Dall Information Security alla Cyber Security, e ritorno Dall Information Security alla Cyber Security, e ritorno (Come migliorare la sicurezza dell azienda attraverso un efficace governo degli incidenti) Luca Bechelli (CLUSIT) Marco Di Leo (HP) Fabio Vernacotola

More information

KofaxReporting. Administrator's Guide 1.0.0 2012-04-13

KofaxReporting. Administrator's Guide 1.0.0 2012-04-13 KofaxReporting 1.0.0 Administrator's Guide 2012-04-13 2012 Kofax, Inc. All rights reserved. Use is subject to license terms. Third-party software is copyrighted and licensed from Kofax s suppliers. THIS

More information

Lezione 10 Introduzione a OPNET

Lezione 10 Introduzione a OPNET Corso di A.A. 2007-2008 Lezione 10 Introduzione a OPNET Ing. Marco GALEAZZI 1 What is OPNET? Con il nome OPNET viene indicata una suite di prodotti software sviluppati e commercializzati da OPNET Technologies,

More information

Oracle DBA Course Contents

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

More information

ROS Robot Operating System. Sistemi RealTime Prof. Davide Brugali Università degli Studi di Bergamo

ROS Robot Operating System. Sistemi RealTime Prof. Davide Brugali Università degli Studi di Bergamo ROS Robot Operating System Sistemi RealTime Prof. Davide Brugali Università degli Studi di Bergamo Installazione di ROS su VirtualBox Scaricare e installare VirtualBox 4.2.18 + Extension Pack https://www.virtualbox.org/

More information

New York Oracle Users Group (NYOUG) Long Island SIG. Oracle Data Integrator (ODI) Best Practices Do You Know How Flexible ODI Is?

New York Oracle Users Group (NYOUG) Long Island SIG. Oracle Data Integrator (ODI) Best Practices Do You Know How Flexible ODI Is? New York Oracle Users Group (NYOUG) Long Island SIG Oracle Data Integrator (ODI) Best Practices Do You Know How Flexible ODI Is? [email protected] http://gurcanorhan.wordpress.com http://www.twitter.com/gurcan_orhan

More information

OBIEE Cloning. Cloning the OBIEE 11g database migration to a new host. Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT.

OBIEE Cloning. Cloning the OBIEE 11g database migration to a new host. Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT. OBIEE Cloning Cloning the OBIEE 11g database migration to a new host Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT.COM 1 Table of Contents COMPONENTS:... 3 TNSNAME:... 4 NODE

More information

Scenario. Roadmap. ! The simplified architecture! The complete architecture Pre-authentication Delegation. Realms

Scenario. Roadmap. ! The simplified architecture! The complete architecture Pre-authentication Delegation. Realms erberos' erberos! erberos is based on the Needham-Schroeder protocol (1978)! erberos was developed at MIT in1980! erberos V4 and erberos V5 (RFC 1510)! erberos if part of OSF DCE and Windows 2 (e later)!

More information

www.kdev.it - ProFTPd: http://www.proftpd.org - ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.9.tar.gz

www.kdev.it - ProFTPd: http://www.proftpd.org - ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.9.tar.gz &8730; www.kdev.it ProFTPd Guida per ottenere un server ProFTPd con back-end MySQL. Guida per ottenere un server ProFTPd con back-end MySQL. Condizioni strettamente necessarie: - Mac OS X Developer Tools:

More information

ipratico POS Quick Start Guide v. 1.0

ipratico POS Quick Start Guide v. 1.0 ipratico POS Quick Start Guide v. 1.0 Version History Version Pages Comment Date Author 1.0 First Release 5/Marzo/2012 Luigi Riva 2 SUMMARY 1 GETTING STARTED 4 1.1 What do you need? 4 1.2 ipad 5 1.3 Antenna

More information

SQL Server Replication Guide

SQL Server Replication Guide SQL Server Replication Guide Rev: 2013-08-08 Sitecore CMS 6.3 and Later SQL Server Replication Guide Table of Contents Chapter 1 SQL Server Replication Guide... 3 1.1 SQL Server Replication Overview...

More information

System Copy GT Manual 1.8 Last update: 2015/07/13 Basis Technologies

System Copy GT Manual 1.8 Last update: 2015/07/13 Basis Technologies System Copy GT Manual 1.8 Last update: 2015/07/13 Basis Technologies Table of Contents Introduction... 1 Prerequisites... 2 Executing System Copy GT... 3 Program Parameters / Selection Screen... 4 Technical

More information

MyOra 4.5. User Guide. SQL Tool for Oracle. Kris Murthy

MyOra 4.5. User Guide. SQL Tool for Oracle. Kris Murthy MyOra 4.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...

More information

CA Asset Portfolio Management

CA Asset Portfolio Management CA Asset Portfolio Management Implementation Guide Release 12.8 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Querying Databases Using the DB Query and JDBC Query Nodes

Querying Databases Using the DB Query and JDBC Query Nodes Querying Databases Using the DB Query and JDBC Query Nodes Lavastorm Desktop Professional supports acquiring data from a variety of databases including SQL Server, Oracle, Teradata, MS Access and MySQL.

More information

SQL Server to Oracle A Database Migration Roadmap

SQL Server to Oracle A Database Migration Roadmap SQL Server to Oracle A Database Migration Roadmap Louis Shih Superior Court of California County of Sacramento Oracle OpenWorld 2010 San Francisco, California Agenda Introduction Institutional Background

More information

In This Lecture. Security and Integrity. Database Security. DBMS Security Support. Privileges in SQL. Permissions and Privilege.

In This Lecture. Security and Integrity. Database Security. DBMS Security Support. Privileges in SQL. Permissions and Privilege. In This Lecture Database Systems Lecture 14 Natasha Alechina Database Security Aspects of security Access to databases Privileges and views Database Integrity View updating, Integrity constraints For more

More information

Technical Data Sheet: imc SEARCH 3.1. Topology

Technical Data Sheet: imc SEARCH 3.1. Topology : imc SEARCH 3.1 Database application for structured storage and administration of measurement data: Measurement data (measurement values, measurement series, combined data from multiple measurement channels)

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Intellicus Cluster and Load Balancing (Windows) Intellicus Enterprise Reporting and BI Platform Intellicus Technologies [email protected] www.intellicus.com Copyright 2014 Intellicus Technologies This

More information

news from Tom Bacon about Monday's lecture

news from Tom Bacon about Monday's lecture ECRIC news from Tom Bacon about Monday's lecture I won't be at the lecture on Monday due to the work swamp. The plan is still to try and get into the data centre in two weeks time and do the next migration,

More information

Configuring and Integrating Oracle

Configuring and Integrating Oracle Configuring and Integrating Oracle The Basics of Oracle 3 Configuring SAM to Monitor an Oracle Database Server 4 This document includes basic information about Oracle and its role with SolarWinds SAM Adding

More information

Big Data, Big True. IDC Big Data Conference II, Bologna 19 novembre 2013. Fabio Rizzotto IT Research&Consulting Director, IDC Italy

Big Data, Big True. IDC Big Data Conference II, Bologna 19 novembre 2013. Fabio Rizzotto IT Research&Consulting Director, IDC Italy Big Data, Big True IDC Big Data Conference II, Bologna 19 novembre 2013 Fabio Rizzotto IT Research&Consulting Director, IDC Italy Il sorpasso dei Big Data sulla BI Business Intelligence Big Data Worldwide

More information

Come utilizzare il servizio di audioconferenza

Come utilizzare il servizio di audioconferenza Come utilizzare il servizio di audioconferenza Il sistema di audioconferenza puo essere utilizzato in due modalita : 1) Collegamento singolo. Si utilizza l apparecchio per audioconferenza che si ha a disposizione

More information

Exemplar. Novembre 2015. Cosima Fiaschi Fabrizio Trentini

Exemplar. Novembre 2015. Cosima Fiaschi Fabrizio Trentini Exemplar Novembre 2015 Cosima Fiaschi Fabrizio Trentini EXEMPLAR TEAM We are a Small TEAM (12 people) with STRONG experience in CAE (all commercial FEM TOOLS- Nastran, Ansys, Abaqus, Fluent, etc.) and

More information

Oracle IVR Integrator

Oracle IVR Integrator Oracle IVR Integrator Concepts and Procedures Release 11i for Windows NT July 2001 Part No. A86103-03 1 Understanding Oracle IVR Integrator This topic group provides overviews of the application and its

More information

Introduction to Triggers using SQL

Introduction to Triggers using SQL Introduction to Triggers using SQL Kristian Torp Department of Computer Science Aalborg University www.cs.aau.dk/ torp [email protected] November 24, 2011 daisy.aau.dk Kristian Torp (Aalborg University) Introduction

More information

Laboratorio di Sistemi Digitali M A.A. 2010/11

Laboratorio di Sistemi Digitali M A.A. 2010/11 begin if (RESET_N = '0') then for col in 0 to BOARD_COLUMNS-1 loop for row in 0 to BOARD_ROWS-1 loop... elsif (rising_edge(clock)) then... Laboratorio di Sistemi Digitali M 6 Esercitazione Tetris: View

More information

Sistemi di supporto alla cooperazione. Sistemi di supporto alla collaborazione, condivisione dell informazione

Sistemi di supporto alla cooperazione. Sistemi di supporto alla collaborazione, condivisione dell informazione Sistemi di supporto alla cooperazione Sistemi di supporto alla collaborazione, condivisione dell informazione Applicazioni Groupware: 3C Supporto alla comunicazione sincrona: Tele/video/desktop conferencing,

More information

Cisco Lab@Politecnico di Torino

Cisco Lab@Politecnico di Torino Cisco Lab@Politecnico di Torino Fulvio Risso http://staff.polito.it/fulvio.risso/ 1 Main objectives Main use: teaching So, features, not performances Not experimental devices, but what students will use

More information

Linas Virbalas Continuent, Inc.

Linas Virbalas Continuent, Inc. Linas Virbalas Continuent, Inc. Heterogeneous Replication Replication between different types of DBMS / Introductions / What is Tungsten (the whole stack)? / A Word About MySQL Replication / Tungsten Replicator:

More information

SISTEMI vasca - lavabo / system bathtub - washbasin

SISTEMI vasca - lavabo / system bathtub - washbasin SISTEMI vasca - lavabo / system bathtub - washbasin Composizioni costituite da vasca, lavabi e contenitori tecnicamente integrati. Disponibili solo in versione rivestita in diverse finiture. Compositions

More information

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Data Integration and ETL with Oracle Warehouse Builder: Part 1 Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:

More information

PUBLIC INTERNATIONAL LAW

PUBLIC INTERNATIONAL LAW LINGUAGGIO GIURIDICO PUBLIC INTERNATIONAL LAW Seminar 3 Revision Dr Silvia Borelli, University of Bedfordshire PUBLIC INTERNATIONAL LAW International law is the body of rules which are legally binding

More information

Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation

Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation Prof. Stefano Salsano e-mail: [email protected] AA2012/13 Blocco 10 Le slides di questo blocco sono tratte

More information

Intellicus Cluster and Load Balancing (Windows) Version: 7.3

Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Facebook: Cassandra. Smruti R. Sarangi. Department of Computer Science Indian Institute of Technology New Delhi, India. Overview Design Evaluation

Facebook: Cassandra. Smruti R. Sarangi. Department of Computer Science Indian Institute of Technology New Delhi, India. Overview Design Evaluation Facebook: Cassandra Smruti R. Sarangi Department of Computer Science Indian Institute of Technology New Delhi, India Smruti R. Sarangi Leader Election 1/24 Outline 1 2 3 Smruti R. Sarangi Leader Election

More information

ORACLE 9I / 10G / 11G / PL/SQL COURSE CONTENT

ORACLE 9I / 10G / 11G / PL/SQL COURSE CONTENT ORACLE 9I / 10G / 11G / PL/SQL COURSE CONTENT INTRODUCTION: Course Objectives I-2 About PL/SQL I-3 PL/SQL Environment I-4 Benefits of PL/SQL I-5 Benefits of Subprograms I-10 Invoking Stored Procedures

More information

Programming with SQL

Programming with SQL Unit 43: Programming with SQL Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Create queries to retrieve information from relational databases using

More information

Programma corso di formazione J2EE

Programma corso di formazione J2EE Programma corso di formazione J2EE Parte 1 Web Standard Introduction to Web Application Technologies Describe web applications Describe Java Platform, Enterprise Edition 5 (Java EE 5) Describe Java servlet

More information