<Insert Picture Here>

Size: px
Start display at page:

Download "<Insert Picture Here>"

Transcription

1 1

2 <Insert Picture Here> Oracle R Enterprise Training Sessions Session 1: Getting Started with Oracle R Enterprise Mark Hornick, Senior Manager, Development Oracle Advanced Analytics

3 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 remain at the sole discretion of Oracle. 3

4 Oracle R Enterprise Training Sessions Date / Time Session Topics Thursday, December 1, 2:00 PM ET Tuesday, December 6, 11:00 AM ET Getting Started with Oracle R Enterprise (ORE) Introduction to the R Language and Environment Oracle R Enterprise Overview Installation of R Installation of Oracle R Enterprise Connecting to Exadata from R R Language Basics Producing Graphs in R Thursday, December 8, 2:00 PM ET ORE Transparency Layer Interacting with Database Tables Manipulating and transforming data through ORE Tuesday, December 13, 11:00 AM ET ORE Embedded R Script Execution Thursday, December 15, 2:00 PM ET Operationalizing R Scripts Tuesday, December 20, 11:00 AM ET Advanced Topics Execution through R interface Execution through SQL interface From Analyst to Production Integration with OBIEE XML graph generation using SQL Base SAS equivalent functionality ORE support for Hadoop and Map-Reduce Use of ORE in Exadata and BDA environments 4

5 Getting Started with Oracle R Enterprise (ORE) Oracle R Enterprise Overview Installing R Installing Oracle R Enterprise Connecting to Exadata from R 5

6 Oracle R Enterprise Overview 6

7 What is R? R is an Open Source language and environment for statistical computing and graphics Started in 1994 as an Alternative to SAS, SPSS & Other proprietary Statistical Environments The R environment R is an integrated suite of software facilities for data manipulation, calculation and graphical display Around 2 million R users worldwide Widely taught in Universities Many Corporate Analysts know and use R Hundreds of open sources packages to enhance productivity such as: Bioinformatics with R Spatial Statistics with R Financial Market Analysis with R Linear and Non Linear Modeling 7

8 Why statisticians/data analysts use R R environment is R is a statistics language similar to Base SAS or SPSS statistics Powerful Extensible Graphical Extensive statistics OOTB functionality with many knobs but smart defaults Ease of installation and use Free Statisticians typically are Not SQL literate Not familiar with DBA tasks 8

9 Limitations of R R is a client and server bundled together as 1 executable - like Excel Single user tool Not multi-threaded Cannot leverage CPU capacity even on a user's laptop/desktop R requires data it operates on to be first loaded into memory Loading data may not be a limitation given RAM available on laptops/desktops R s call by value semantics means as data flows into functions, for each function invocation, many copies of the data are made As a result you quickly run into memory limits 9

10 Why should you be interested in R? Emerging trends It s the next big thing in advanced analytics Colleges and universities use R for statistics classes (replacing more traditional software tools) Advanced Analytics as a critical differentiator of the DWH technology stack Augment Oracle deployments Enhance results with powerful graphics Integrate R results and graphics with BI Publisher documents and OBIEE dashboards A scalable R via Oracle R Enterprise Leverage Oracle-engineered solutions A worthy alternative to SAS 10

11 Rexer Analytics Survey

12 R Ecosystem Resources Many helpful books Installation and Administration User Groups UseR Conferences Huge libraries of reusable code Visit CRAN: Well-documented packages With sample data and code 12

13 Default R GUI 13

14 RStudio Third Party, Open Source IDE 14

15 Data Visualization with R 15

16 Graph examples 16

17 Oracle Strategy for R Deliver enterprise-level advanced analytics based on R environment 1. Oracle s Distribution of Open Source R Enterprise support for open-source R Enhanced performance with Intel MKL libraries for x86 hardware Packaged with Oracle Linux distribution 2. Oracle R Enterprise Embedded component of the RDBMS Eliminates R s memory constraint by enabling R to work transparently on database resident data Brings R users closer to Oracle Database by transparently leveraging in-database analytics via R Enables R users to leverage Oracle Database and Big Data Appliance for scalable R Analytics Enables integration of R scripts into enterprise production applications and OBIEE dashboards Fully leverages the latest R algorithms and models contributed to the Comprehensive R Archive Network (CRAN) Integrated with Hadoop and HDFS write map-reduce style R scripts Enables migration away from Base SAS and helps reduce SA$ Annual Usage Fees 17

18 Oracle R Distribution Features Supported by Oracle Optimized for high performance analytics using Intel MKL Library Platforms Windows 32-bit, 64-bit Linux 64-bit Integrated with Oracle Enterprise Linux distribution 18

19 R Licensing and Distribution Open source R is licensed under GPL-v2 Oracle will redistribute open source R providing free support for Oracle Database and Oracle Linux customers 19

20 Oracle R Enterprise R workspace console Oracle statistics engine Function push-down data transformation & statistics OBIEE, Web Services No changes to the user experience Scale to large data sets Embed in operational systems 20

21 Oracle R Enterprise R workspace console Oracle statistics engine Function push-down data transformation & statistics OBIEE, Web Services Transparently leverage Hadoop for High Performance Analytics to Big Data Appliance 21

22 Big Data Appliance An engineered system optimized for capturing and integrating low density data into Exadata High-performance Hardware 18 Sun X4270 M2 Servers 48 GB memory per node = 864 GB memory 12 Intel cores per node = 216 cores 24 TB storage per node = 432 TB storage 40 Gb p/sec InfiniBand 10 Gb p/sec Ethernet Optimized for Hadoop and NoSQL workloads InfiniBand Networking for integration with Exadata Software: Oracle Hadoop Oracle R Enterprise Oracle NoSQL DB Oracle Data Integrator (Hadoop capabilities) Oracle Loader for Hadoop 22

23 BDA and Exadata BDA Oracle Database HDFS Hadoop Load Data to Exadata ORE ORE ORHC R Engine Analyze Data Exadata 23

24 What R programmers should know Oracle R Enterprise provides a familiar environment to operate on data in Oracle Database overloads base R functions for data in Oracle Database to address big data as a single big data set problem enables embedded execution of existing R scripts in Oracle Database to address big data enables embedding advanced analytics into production infrastructure and business processes / applications provides database-controlled data-parallel execution framework removes need to manage data outside the database no knowledge of SQL required 24

25 What statisticians should know Oracle R Enterprise expands the kinds of problems that can be solved using readily available technologies through in-database statistical calculations Reduces the SQL skills required to get results reduces time programmers spend on building infrastructure to manage data outside of Oracle Database reduces the complexity of analytic solutions to be placed into production reduces costs by replacing SAS, and its high licensing fees, in the lab provides exhaustive support for statistical techniques and functions found in Base SAS and Base R implements select techniques from SAS libraries: STAT, ETS and OR 25

26 What a SQL user or DBA should know Oracle R Enterprise is an advanced analytical engine that can be used in addition to SQL in Oracle Database can be used to put an R script into production through SQL invocation reduces or eliminates the need to move data outside Oracle Database facilitates auditing of data flows reduces the number of LOB help requests for SQL queries to obtain data of interest enables embracing high impact advanced analytic workloads to run within production database infrastructure allows DBAs to control what R code runs within a deployment by requiring all R code reside in a secure, audited database table 26

27 What is Oracle R Enterprise? R packages, database library, and SQL extensions that bring Oracle Database closer to Advanced Analytics users in an Enterprise Transparency Layer Set of packages mapping R data types to Oracle Database objects Transparent SQL generation for R expressions on mapped data types Enables direct interaction with database-resident data using R language constructs Enables R users to work with data larger than desktop system memory Statistics Engine Set of statistical functions and procedures for commonly-used statistical libraries Executes in Oracle Database SQL extensions Enables database server execution of R code to facilitate embedding R in operational systems Eliminates client data loading and result write-back to Oracle Database Enables dataflow parallelism, generation of rich XML output, SQL access to R, and parallel simulations capability Hadoop Connector R packages that enable working directly with an Oracle Hadoop cluster using R Data resides in HDFS, Oracle Database,or local files 27

28 Oracle R Enterprise Compute Engines R Engine Other R packages SQL Oracle Database R R Engine Other R packages Oracle R Enterprise packages Results User tables Results Oracle R Enterprise packages User R Engine on desktop R-SQL Transparency Layer intercepts R functions for scalable in-db execution Function intercept for data transforms, statistical functions and advanced analytics Interactive display of graphical results and flow control as in standard R Submit entire R scripts for embedded execution by Oracle Database Connect to Oracle Hadoop Cluster and interact with HDFS data Database Compute Engine Scale to large datasets Access tables, views, and external tables, as well as data through DB LINKS Leverage database SQL parallelism Leverage new and existing in-database statistical and data mining capabilities R Engine(s) spawned by Oracle DB Database can spawn multiple R engines for database-managed parallelism Efficient data transfer to spawned R engines Emulate map-reduce style algorithms and applications Enables lights-out execution of R scripts 28

29 Oracle R Enterprise Data Sources R user on desktop Other databases Direct R access RODBC, DBI, etc R Engine Oracle R package Other R packages Direct R access File systems Results SQL Oracle Database User tables OLAP cubes Database Links External Tables Bulk import Other databases File systems 29

30 Installing R 30

31 Installing R Go to and choose Linux, Mac or Windows If Windows Click install R for the first time Click previous releases Click Download R for Windows If Linux Click R Sources under software Click R tar.gz to download Build R on your Linux system If Mac note ORE not supported on Mac Repeat the same process to install R on Oracle Database node(s) For more info than you d want, see 31

32 32

33 Other R GUIs, e.g., installing RStudio Go to Click Click for desktop Consider server install if you run R on a Linux server and want to enable users to remotely access RStudio using a web browser Installation instructions online 33

34 Running R on Windows Double click the desktop icon Run from C:\Program Files\R\R \bin\x64\Rgui.exe At the command prompt R> help.start() brings up help in your default browser plot(mtcars) get a quick pairs plot of the variables in mtcars Quit R quit() Or use: File Exit Save workspace image? 34

35 Installing R on Linux Download R source tar file from CRAN Untar the file tar -zxvf R tar.gz Change directory to R cd R Configure for shared library generation./configure --with-icu=no --enable-r-shlib make 35

36 Setting Environment Variables on Linux Set R_HOME environment variable to R root installation If RPM-based install using Oracle R Distribution setenv R_HOME /usr/lib64/r If manual R installation setenv R_HOME <dir-where-ran-make> Set PATH environment variable Add $R_HOME/bin to PATH If RPM-based instlal using Oracle R Distribution setenv PATH /usr/bin:$path If manual R installation setenv PATH <dir-where-ran-make>/bin:$path 36

37 Running R on Linux Run R $R_HOME/bin/R, or just R For the GUI, R --gui=tk At the command prompt R> help.start() brings up help in your default browser plot(mtcars) get a quick pairs plot of the variables in mtcars Quit R quit() Or use: Cntrl-D Cntrl-D Save workspace image? 37

38 Installing Oracle R Enterprise 38

39 Supported Configurations Oracle Database 11.2 series on Oracle Linux 5, 64 bit Exadata machines Oracle Database Oracle R Enterprise client Windows XP/Vista/7 32 bit or 64 bit Oracle Enterprise Linux 64 bit Hadoop Connector only deployed on Oracle Hadoop cluster See ORE Beta Release Notes 39

40 ORE Installation steps Install Oracle Database 11.2 series Install R ORE certified with R Install ORE Set up Rprofile 40

41 Prerequisites for ORE Oracle Database 11.2 series Version , or If using or , must include patch that fixes Bug Number R installed on user s desktop to connect to and work with Oracle Database Oracle Database node(s) used as database-embedded R engine Two R package must be installed Download DBI: or R> install.packages( DBI ) Download PNG: or R> install.packages( png ) 41

42 Database Patches Download the patch set for Enterprise Edition from My Oracle Support OR Linux 64-bit For Oracle : Patch number for Linux x86-64 For Oracle : Patch number for Linux x86-64 Windows XP 32-bit For Oracle Patch 11 fixes Bug Number Windows 7 32-bit and 64-bit For Oracle Patch 11 fixes Bug Number

43 Applying the Database Patch for Linux Install the patch to Oracle Database, if needed cd DBpatch setenv PATH $ORACLE_HOME/OPatch:$PATH unzip -d. p _112010_linux-x86-64.zip cd opatch apply 43

44 Installing the ORE Package From R command line for both ORE client and database server Choose URL appropriate for platform R R> remove.packages(c("orexml", "ORExml", "OREeda", "OREgraphics", "OREstats", "OREbase", "ORE", "ROracle")) R> install.packages("ore", repos = " Check package installation by invoking R> library(roracle) Note: installing ORE package on database server is only required if planning to use embedded R execution 44

45 Installing Oracle Instant Client on Linux Obtain the RPM files oracle-instantclient11.2-basic x86_64.rpm oracle-instantclient11.2-devel x86_64.rpm Install the RPMs sudo rpm ivh oracle-instantclient11.2-basic x86_64.rpm sudo rpm ivh oracle-instantclient11.2-devel x86_64.rpm 45

46 Installing ORE Server Components on Windows Download ORE server components from location specified when you enrolled in the Beta test Internal: rqe_install_win.zip Unzip the download into an empty directory, e.g., C:\rqe_install_win 46

47 Set Windows Environment Variables for ORE server Set R_HOME to the directory where R is installed for example, C:\Program Files\R\R , if you installed R in the default location Set R_PROFILE_USER to the location where the Rprofile is stored Default value is C:\Program Files\R\Rprofile This can be changed Bounce the database As sysdba in SQL*Plus execute shutdown immediate startup 47

48 Running the Windows install script for ORE server In a Command Window, change directory to where downloaded file unzipped Change directory to the server folder Run install.bat Change directory to data folder Run install.bat The installation scripts automatically create User account rquser (password rquser) in your database Note: If an account named rquser already exists, rename the account Demo tables in the database Rprofile file which tells R to connect to a specific database when starting R 48

49 Location of Windows Installed Files Client-side packages in $R_HOME/library Database Connectivity packages: DBI, ROracle ORE Client: ORE, OREbase, OREeda, OREgraphics, OREstats, ORExml ORE Hadoop client: ORHC Server-side (database) ORE libraries in $ORACLE_HOME/bin ore.dll and rqe.dll 49

50 Start R on Windows with ORE Click desktop icon, or Click, e.g., C:\Program Files\R\R \bin\i386\Rgui.exe Type ore.ls() to see a list of available tables Confirms database connectivity 50

51 .Rprofile options(prompt='ore> ') options(width=132).first <- function() { # Load Oracle R libraries. library(ore) } # Database credentials: user = my_schema password = my_password sid = MY_ORACLE_SID" host = MY_DB_HOST" cat("connecting to ORE\n") cat(" User:", user, "\n") cat(" SID: ", sid, "\n") cat(" Host:", host, "\n") ore.connect(user, sid, host, password) ore.sync() ore.attach() cat("connected.\n") 51

52 Installing ORE Server Components on Linux Download ORE from the location specified when you enrolled in the Beta test Unzip the download into an empty directory, e.g., ~/OREbeta Install database server-side components Log in as user oracle cd server./install.sh 52

53 Location of Linux Installed Files Client-side packages in in $R_HOME/library Database Connectivity packages: DBI, ROracle ORE Client: ORE, OREbase, OREeda, OREgraphics, OREstats, ORExml ORE Hadoop client: ORHC Server-side (database) ORE libraries in $ORACLE_HOME/lib ore.so and librqe.so 53

54 Enable and Check Database Connectivity Enable database connectivity on R startup Copy provided Rprofile file to the home directory cp Rprofile ~/.Rprofile Set R_PROFILE USER environment variable setenv R_PROFILE_USER ~/.Rprofile Bounce the database, as sysdba execute shutdown immediate startup Check database connectivity Start R Execute ore.ls() 54

55 Sample Code ORE shipped with examples illustrating how to use ORE A collection of self-contained R scripts Scripts located in <unzip-directory>/samples.tar Where <unzip-directory> is the directory where you unzipped the ORE download Unzip samples.tar 55

56 Troubleshooting See log.txt file created in directory where you executed install program View file to review errors Install program can be re-executed after correcting errors 56

57 Uninstalling ORE Client Components Start R and invoke remove.packages( OREeda ) remove.packages( OREgraphics ) remove.packages( OREstats ) remove.packages( OREbase ) remove.packages( ORExml ) remove.packages( ORE ) remove.packages( ROracle ) remove.packages( DBI ) Database Server Components As sysdba, execute in SQL*Plus SQL> drop user rqsys cascade; On linux command line, execute rm $ORACLE_HOME/bin/ore.so rm $ORACLE_HOME/bin/librqe.so Unset environment variable unsetenv R_PROFILE_USER 57

58 Connecting to Exadata (Oracle Database) from R 58

59 Connecting to Exadata (Oracle Database) from R You ve already done it by starting R with Rprofile 59

60 Oracle R Enterprise Initial connection and basic operations R> ore.connect("rquser", "orcl", "machine-1") R> ore.sync("rquser") R> ore.attach ("rquser") R> ore.ls() R> names(ontime_s) R> dim(ontime_s) Implicitly invoked through R_PROFILE_USER Sync database objects with R client, e.g., add/remove tables/views added via SQL*Plus) Add schema objects in R env search path List tables visible in schema rquser as ore.frame objects List columns associated with table ONTIME_S View the number of rows and columns associated with this ore.frame 60

61 Working with ORE Connections ore.connect("rquser","sid","host","password",1521) Connect to a specific schema and database One connection active at a time ore.create( ONTIME_S, table = "NEW_ONTIME_S") ore.create( ONTIME_S, view = "NEW_ONTIME_S_VIEW") Create a database table from a data.frame, ore.frame. Create a view from an ore.frame. ore.drop(table="new_ontime_s") ore.drop(view="new_ontime_s_view") v <- ore.push(c(1,2,3,4,5)) ore.sync() ore.sync("rquser") ore.sync(table=c("ontime_s", "NARROW")) ore.sync("rquser", table=c("ontime_s", "NARROW")) ore.exists("ontime_s", "RQUSER") Drop table or view in database Store R object in database as temporary object, returns handle to object. Data frame, matrix, and vector to table, list/model/others to serialized object Synchronize ORE proxy objects in R with tables/views available in database, on a per schema basis Returns TRUE if named table or view exists in schema 61

62 Working with ORE Connections ore.ls() ore.ls("rquser") ore.ls("rquser",all.names=true) ore.ls("rquser",all.names=true, pattern= "NAR") t <- ore.get("ontime_s","rquser") ore.attach("rquser") ore.attach("rquser", pos=2) List the objects available in ORE environment mapped to database schema. All.names=FALSE excludes names starting with a. Obtain object to named table/view in schema. Make database objects visible in R for named schema. Can place corresponding environment in specific position in env path. ore.detach("rquser") ore.rm("df1") ore.rm(list("table1","table2"), "RQUSER") ore.disconnect() Remove schema s environment from the object search path. Remove table or view from schema s R environment. Disconnect from the database. Clean up all associated R objects and temporary database schema objects ore.exec("create table F2 as select * from ONTIME_S") Execute SQL or PL/SQL without return value 62

63 Demonstration Connecting to ORE Manipulating database objects 63

64 Wrapping up What s Oracle R Enterprise Install R and ORE Interacting with Oracle Database through R 64

65 65

66 66

Introducing Oracle R Enterprise 1.4 -

Introducing Oracle R Enterprise 1.4 - Hello, and welcome to this online, self-paced lesson entitled Introducing Oracle R Enterprise. This session is part of an eight-lesson tutorial series on Oracle R Enterprise. My name is Brian Pottle. I

More information

Getting Started with ORE - 1

Getting Started with ORE - 1 Hello, and welcome to this online, self-paced lesson entitled Getting Started with ORE. This session is part of an eight-lesson tutorial series on Oracle R Enterprise. My name is Brian Pottle. I will be

More information

Oracle R Technologies

Oracle R Technologies Oracle R Technologies R for the Enterprise Mark Hornick, Director, Oracle Advanced Analytics @MarkHornick mark.hornick@oracle.com Safe Harbor Statement The following is intended to outline our general

More information

Fault Detection using Advanced Analytics at CERN's Large Hadron Collider: Too Hot or Too Cold BIWA Summit 2016

Fault Detection using Advanced Analytics at CERN's Large Hadron Collider: Too Hot or Too Cold BIWA Summit 2016 Fault Detection using Advanced Analytics at CERN's Large Hadron Collider: Too Hot or Too Cold BIWA Summit 2016 Mark Hornick, Director, Advanced Analytics January 27, 2016 Safe Harbor Statement The following

More information

Oracle Big Data Science IOUG Collaborate 16

Oracle Big Data Science IOUG Collaborate 16 Oracle Big Data Science IOUG Collaborate 16 Session 4762 Tim and Dan Vlamis Tuesday, April 12, 2016 Vlamis Software Solutions Vlamis Software founded in 1992 in Kansas City, Missouri Developed 200+ Oracle

More information

Oracle Big Data Science

Oracle Big Data Science Oracle Big Data Science Tim Vlamis and Dan Vlamis Vlamis Software Solutions 816-781-2880 www.vlamis.com @VlamisSoftware Vlamis Software Solutions Vlamis Software founded in 1992 in Kansas City, Missouri

More information

Brendan Tierney. Running R in the Database using Oracle R Enterprise 05/02/2018. Code Demo

Brendan Tierney. Running R in the Database using Oracle R Enterprise 05/02/2018. Code Demo Running R in the Database using Oracle R Enterprise Brendan Tierney Code Demo Data Warehousing since 1997 Data Mining since 1998 Analytics since 1993 1 Agenda What is R? Oracle Advanced Analytics Option

More information

Using Machine Learning in OBIEE for Actionable BI. By Lakshman Bulusu Mitchell Martin Inc./ Bank of America

Using Machine Learning in OBIEE for Actionable BI. By Lakshman Bulusu Mitchell Martin Inc./ Bank of America Using Machine Learning in OBIEE for Actionable BI By Lakshman Bulusu Mitchell Martin Inc./ Bank of America Using Machine Learning in OBIEE for Actionable BI Using Machine Learning (ML) via Oracle R Technologies

More information

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

More information

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics How to Troubleshoot Databases and Exadata Using Oracle Log Analytics Nima Haddadkaveh Director, Product Management Oracle Management Cloud October, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Learning R Series Session 5: Oracle R Enterprise 1.3 Integrating R Results and Images with OBIEE Dashboards Mark Hornick Oracle Advanced Analytics

Learning R Series Session 5: Oracle R Enterprise 1.3 Integrating R Results and Images with OBIEE Dashboards Mark Hornick Oracle Advanced Analytics Learning R Series Session 5: Oracle R Enterprise 1.3 Integrating R Results and Images with OBIEE Dashboards Mark Hornick Oracle Advanced Analytics Learning R Series 2012 Session Title

More information

Oracle BDA: Working With Mammoth - 1

Oracle BDA: Working With Mammoth - 1 Hello and welcome to this online, self-paced course titled Administering and Managing the Oracle Big Data Appliance (BDA). This course contains several lessons. This lesson is titled Working With Mammoth.

More information

Evolving To The Big Data Warehouse

Evolving To The Big Data Warehouse Evolving To The Big Data Warehouse Kevin Lancaster 1 Copyright Director, 2012, Oracle and/or its Engineered affiliates. All rights Insert Systems, Information Protection Policy Oracle Classification from

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Spotfire: Brisbane Breakfast & Learn. Thursday, 9 November 2017

Spotfire: Brisbane Breakfast & Learn. Thursday, 9 November 2017 Spotfire: Brisbane Breakfast & Learn Thursday, 9 November 2017 CONFIDENTIALITY The following information is confidential information of TIBCO Software Inc. Use, duplication, transmission, or republication

More information

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 VMware Infrastructure 3 Primer Revision: 20090313 Item: EN-000021-02 You can find the most up-to-date technical documentation

More information

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Kai Yu, Senior Principal Engineer Dell Oracle Solutions Engineering Dell, Inc. ABSTRACT By introducing the In-Memory

More information

Quick Deployment Step-by-step instructions to deploy Oracle Big Data Lite Virtual Machine

Quick Deployment Step-by-step instructions to deploy Oracle Big Data Lite Virtual Machine Quick Deployment Step-by-step instructions to deploy Oracle Big Data Lite Virtual Machine Version 4.11 Last Updated: 1/10/2018 Please note: This appliance is for testing and educational purposes only;

More information

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide Note Before using this information and the product it supports,

More information

BEST BIG DATA CERTIFICATIONS

BEST BIG DATA CERTIFICATIONS VALIANCE INSIGHTS BIG DATA BEST BIG DATA CERTIFICATIONS email : info@valiancesolutions.com website : www.valiancesolutions.com VALIANCE SOLUTIONS Analytics: Optimizing Certificate Engineer Engineering

More information

Boost your Analytics with ML for SQL Nerds

Boost your Analytics with ML for SQL Nerds Boost your Analytics with ML for SQL Nerds SQL Saturday Spokane Mar 10, 2018 Julie Koesmarno @MsSQLGirl mssqlgirl.com jukoesma@microsoft.com Principal Program Manager in Business Analytics for SQL Products

More information

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information

Quick Deployment Step- by- step instructions to deploy Oracle Big Data Lite Virtual Machine

Quick Deployment Step- by- step instructions to deploy Oracle Big Data Lite Virtual Machine Quick Deployment Step- by- step instructions to deploy Oracle Big Data Lite Virtual Machine Version 4.1.0 Please note: This appliance is for testing and educational purposes only; it is unsupported and

More information

Oracle Big Data Connectors

Oracle Big Data Connectors Oracle Big Data Connectors Oracle Big Data Connectors is a software suite that integrates processing in Apache Hadoop distributions with operations in Oracle Database. It enables the use of Hadoop to process

More information

My name is Brian Pottle. I will be your guide for the next 45 minutes of interactive lectures and review on this lesson.

My name is Brian Pottle. I will be your guide for the next 45 minutes of interactive lectures and review on this lesson. Hello, and welcome to this online, self-paced lesson entitled ORE Embedded R Scripts: SQL Interface. This session is part of an eight-lesson tutorial series on Oracle R Enterprise. My name is Brian Pottle.

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Big Data Connectors: High Performance Integration for Hadoop and Oracle Database Melli Annamalai Sue Mavris Rob Abbott 2 Program Agenda Big Data Connectors: Brief Overview Connecting Hadoop with Oracle

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Introducing Oracle Machine Learning

Introducing Oracle Machine Learning Introducing Oracle Machine Learning A Collaborative Zeppelin notebook for Oracle s machine learning capabilities Charlie Berger Marcos Arancibia Mark Hornick Advanced Analytics and Machine Learning Copyright

More information

How to choose the right approach to analytics and reporting

How to choose the right approach to analytics and reporting SOLUTION OVERVIEW How to choose the right approach to analytics and reporting A comprehensive comparison of the open source and commercial versions of the OpenText Analytics Suite In today s digital world,

More information

DBAs can use Oracle Application Express? Why?

DBAs can use Oracle Application Express? Why? DBAs can use Oracle Application Express? Why? 20. Jubilarna HROUG Konferencija October 15, 2015 Joel R. Kallman Director, Software Development Oracle Application Express, Server Technologies Division Copyright

More information

Profitability Application Pack Installation Guide Release

Profitability Application Pack Installation Guide Release Profitability Application Pack Installation Guide Release 8.0.6.1.0 October 2018 Document Versioning Version Number Revision Date Changes Done 1.0 10 September 2018 Final version released 1.1 5 October

More information

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

Copyright 2011, 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 into any contract. It is not a commitment to deliver any material,

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud

What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud Santanu Datta Vice President Database Technologies Alex Keh Senior Principal Product Manager Database Technologies Oracle Confidential

More information

Oracle NoSQL Database and Cisco- Collaboration that produces results. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Oracle NoSQL Database and Cisco- Collaboration that produces results. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Oracle NoSQL Database and Cisco- Collaboration that produces results 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. What is Big Data? SOCIAL BLOG SMART METER VOLUME VELOCITY VARIETY

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 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,

More information

Taking R to New Heights for Scalability and Performance

Taking R to New Heights for Scalability and Performance Taking R to New Heights for Scalability and Performance Mark Hornick Director, Advanced Analytics and Machine Learning mark.hornick@oracle.com @MarkHornick blogs.oracle.com/r January 31,2017 Safe Harbor

More information

<Insert Picture Here> Introduction to Big Data Technology

<Insert Picture Here> Introduction to Big Data Technology Introduction to Big Data Technology The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

Oracle R Enterprise Platform and Configuration Requirements Oracle R Enterprise runs on 64-bit platforms only.

Oracle R Enterprise Platform and Configuration Requirements Oracle R Enterprise runs on 64-bit platforms only. Oracle R Enterprise Release Notes Release 1.5.1 E83205-02 April 2017 These release notes contain important information about Release 1.5.1 of Oracle R Enterprise. New Features in Oracle R Enterprise 1.5.1

More information

DATA SCIENCE USING SPARK: AN INTRODUCTION

DATA SCIENCE USING SPARK: AN INTRODUCTION DATA SCIENCE USING SPARK: AN INTRODUCTION TOPICS COVERED Introduction to Spark Getting Started with Spark Programming in Spark Data Science with Spark What next? 2 DATA SCIENCE PROCESS Exploratory Data

More information

ORAAH Change List Summary. ORAAH Change List Summary

ORAAH Change List Summary. ORAAH Change List Summary ORAAH 2.7.1 Change List Summary i ORAAH 2.7.1 Change List Summary ORAAH 2.7.1 Change List Summary ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME ORAAH 2.7.1 Change List Summary iii Contents 1 ORAAH 2.7.1

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Service Manager. Ops Console On-Premise User Guide

Service Manager. Ops Console On-Premise User Guide Service Manager powered by HEAT Ops Console On-Premise User Guide 2017.2.1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Survey of Oracle Database

Survey of Oracle Database Survey of Oracle Database About Oracle: Oracle Corporation is the largest software company whose primary business is database products. Oracle database (Oracle DB) is a relational database management system

More information

Talend Big Data Sandbox. Big Data Insights Cookbook

Talend Big Data Sandbox. Big Data Insights Cookbook Overview Pre-requisites Setup & Configuration Hadoop Distribution Download Demo (Scenario) Overview Pre-requisites Setup & Configuration Hadoop Distribution Demo (Scenario) About this cookbook What is

More information

What s New for Oracle Database 11gR2 on Windows?

What s New for Oracle Database 11gR2 on Windows? 1 What s New for Oracle Database 11gR2 on Windows? Santanu Datta ` Alex Keh Dennis Ruane Sr. Director Principal Product Manager Senior Database Software Engineer Server Technologies

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Session 4: Oracle R Enterprise Embedded R Execution SQL Interface Oracle R Technologies

Session 4: Oracle R Enterprise Embedded R Execution SQL Interface Oracle R Technologies Session 4: Oracle R Enterprise 1.5.1 Embedded R Execution SQL Interface Oracle R Technologies Mark Hornick Director, Oracle Advanced Analytics and Machine Learning July 2017 Safe Harbor Statement The following

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

<Insert Picture Here> The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview

<Insert Picture Here> The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview 1 1 The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview Dana Singleterry Principal Product Manager Oracle JDeveloper and Oracle ADF http://blogs.oracle.com/dana

More information

Filr 3.3 Desktop Application Guide for Linux. December 2017

Filr 3.3 Desktop Application Guide for Linux. December 2017 Filr 3.3 Desktop Application Guide for Linux December 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Upgrade Installer User Release 12.0.2.0.0 Part No. E50108-01 September 2013 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway Goregaon (East)

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 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

More information

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite 12.2.1.3.0 VirtualBox Introduction and Readme December 2017 Table of Contents 1 VirtualBox... 3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

Getting Started with Intellicus. Version: 16.0

Getting Started with Intellicus. Version: 16.0 Getting Started with Intellicus Version: 16.0 Copyright 2016 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Title: Getting Started with ESX Server 3i Embedded Revision: 20071022 Item: VMW-ENG-Q407-430 You can

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

Getting Started with Advanced Analytics in Finance, Marketing, and Operations

Getting Started with Advanced Analytics in Finance, Marketing, and Operations Getting Started with Advanced Analytics in Finance, Marketing, and Operations Southwest Regional Oracle Applications User Group Dan Vlamis February 24, 2017 @VlamisSoftware Vlamis Software Solutions Vlamis

More information

Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018

Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018 Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018 This guide will help you download and install IBM Db2 software on Red Hat

More information

ER/Studio Enterprise Portal 1.1 Installation Guide

ER/Studio Enterprise Portal 1.1 Installation Guide ER/Studio Enterprise Portal 1.1 Installation Guide 2nd Edition, April 16/2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

Deployment Scenario: WebSphere Portal Mashup integration and page builder

Deployment Scenario: WebSphere Portal Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder...1 Abstract...2 Portal Mashup integration

More information

Boost your Analytics with Machine Learning for SQL Nerds. Julie mssqlgirl.com

Boost your Analytics with Machine Learning for SQL Nerds. Julie mssqlgirl.com Boost your Analytics with Machine Learning for SQL Nerds Julie Koesmarno @MsSQLGirl mssqlgirl.com 1. Y ML 2. Operationalizing ML 3. Tips & Tricks 4. Resources automation delighting customers Deepen Engagement

More information

Oracle Big Data. A NA LYT ICS A ND MA NAG E MENT.

Oracle Big Data. A NA LYT ICS A ND MA NAG E MENT. Oracle Big Data. A NALYTICS A ND MANAG E MENT. Oracle Big Data: Redundância. Compatível com ecossistema Hadoop, HIVE, HBASE, SPARK. Integração com Cloudera Manager. Possibilidade de Utilização da Linguagem

More information

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009 Product Documentation ER/Studio Portal Installation Guide Version 1.5 Published October 8, 2009 2nd Edition Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California

More information

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express An Oracle White Paper May 2014 Example Web Listener Deployment for Oracle Application Express Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle NoSQL Database and Oracle Relational Database - A Perfect Fit Dave Rubin Director NoSQL Database Development 2 The following is intended to outline our general product direction. It is intended

More information

Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 This guide will help you download and install IBM Db2 software,

More information

vcenter Chargeback Manager Installation and Upgrade Guide

vcenter Chargeback Manager Installation and Upgrade Guide vcenter Chargeback Manager Installation and Upgrade Guide vcenter Chargeback Manager 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

Oracle Hyperion Planning on the Oracle Database Appliance using Oracle Transparent Data Encryption

Oracle Hyperion Planning on the Oracle Database Appliance using Oracle Transparent Data Encryption An Oracle White Paper January 2013 Oracle Hyperion Planning on the Oracle Database Appliance using Oracle Transparent Data Encryption Executive Overview... 3 Introduction... 3 Hyperion Planning... 3 Oracle

More information

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

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

AutoForm plus R6.0.3 Release Notes

AutoForm plus R6.0.3 Release Notes 0 Release Notes AutoForm plus R6.0.3 Release Notes AutoForm plus R6.0.3 Release Notes...1 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3

More information

Enterprise Manager Cloud Control 12c Release 4 ( )

Enterprise Manager Cloud Control 12c Release 4 ( ) Enterprise Manager Cloud Control 12c Release 4 (12.1.0.4) Covers: a) Install b) Upgrade c) Agent Deployment d) Plug-in Deployment e) OMS Patching - Akanksha Sheoran Kaler Safe Harbor Statement The following

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Big Data For Oil & Gas

Big Data For Oil & Gas Big Data For Oil & Gas Jay Hollingsworth - 郝灵杰 Industry Principal Oil & Gas Industry Business Unit 1 The following is intended to outline our general product direction. It is intended for information purposes

More information

NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes

NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes April 2018 NetIQ Privileged Account Manager 3.2 P4 resolves some of the previous issues. Many of these improvements were made in direct

More information

Working with Data. L5-1 R and Databases

Working with Data. L5-1 R and Databases Working with Data L5-1 R and Databases R R Open source statistical computing and graphics language Started in 1993 as an alternative to SAS, SPSS and other proprietary statistical packages Originally called

More information

Session 7: Oracle R Enterprise OAAgraph Package

Session 7: Oracle R Enterprise OAAgraph Package Session 7: Oracle R Enterprise 1.5.1 OAAgraph Package Oracle Spatial and Graph PGX Graph Algorithms Oracle R Technologies Mark Hornick Director, Oracle Advanced Analytics and Machine Learning July 2017

More information

IBM DB2 Analytics Accelerator Trends and Directions

IBM DB2 Analytics Accelerator Trends and Directions March, 2017 IBM DB2 Analytics Accelerator Trends and Directions DB2 Analytics Accelerator for z/os on Cloud Namik Hrle IBM Fellow Peter Bendel IBM STSM Disclaimer IBM s statements regarding its plans,

More information

Oracle Big Data Fundamentals Ed 1

Oracle Big Data Fundamentals Ed 1 Oracle University Contact Us: +0097143909050 Oracle Big Data Fundamentals Ed 1 Duration: 5 Days What you will learn In the Oracle Big Data Fundamentals course, learn to use Oracle's Integrated Big Data

More information

In-Memory Computing EXASOL Evaluation

In-Memory Computing EXASOL Evaluation In-Memory Computing EXASOL Evaluation 1. Purpose EXASOL (http://www.exasol.com/en/) provides an in-memory computing solution for data analytics. It combines inmemory, columnar storage and massively parallel

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

TIBCO Statistica Release Notes

TIBCO Statistica Release Notes TIBCO Statistica Release Notes Software Release 13.3.1 November 2017 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Installation and Configuration Guide for Windows and Linux

Installation and Configuration Guide for Windows and Linux Installation and Configuration Guide for Windows and Linux vcenter Operations Manager 5.8.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +34916267792 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration platform

More information

Getting Started With Intellicus. Version: 7.3

Getting Started With Intellicus. Version: 7.3 Getting Started With Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by

Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by Kai Yu Oracle Solutions Engineering Dell EMC Kai Yu Technical Staff, Dell EMC Database Engineering 25+ years working

More information

SCO Vision2K 2.1. What s in this release

SCO Vision2K 2.1. What s in this release SCO Vision2K 2.1 What s in this release The CD contains these SCO Vision2K products: SCO XVision Eclipse 7.31 and SCO XVision Eclipse 3D 7.31 SCO VisionFS 3.1 SCO Vision Resume 1.2 SCO TermVision 2.2 SCO

More information

Appeon Installation Guide for WebLogic

Appeon Installation Guide for WebLogic Appeon Installation Guide for WebLogic Appeon 6.2 for PowerBuilder WINDOWS DOCUMENT ID: DC00807-01-0620-02 LAST REVISED: July 2009 Copyright 2009 by Appeon Corporation. All rights reserved. This publication

More information

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata combines the best database with the best cloud platform. Exadata is the culmination of more

More information

Overview. Prerequisites. Course Outline. Course Outline :: Apache Spark Development::

Overview. Prerequisites. Course Outline. Course Outline :: Apache Spark Development:: Title Duration : Apache Spark Development : 4 days Overview Spark is a fast and general cluster computing system for Big Data. It provides high-level APIs in Scala, Java, Python, and R, and an optimized

More information

Upgrading easuite 4.2 from Oracle8i to Oracle9i

Upgrading easuite 4.2 from Oracle8i to Oracle9i Upgrading easuite 4.2 from Oracle8i to Oracle9i V4.3 Document ID: SUGN-10-4.3-01 Date Published: 4.6.04 1997 2004 edocs Inc. All rights reserved. edocs, Inc., One Apple Hill Dr., Natick, MA 01760 The information

More information

SQLDevTipsTricks. Jeff Smith Senior Principal Product Database Tools, Oracle Corp

SQLDevTipsTricks. Jeff Smith Senior Principal Product Database Tools, Oracle Corp JEFF SQLDevTipsTricks Jeff Smith Senior Principal Product Manager Jeff.d.smith@oracle.com @thatjeffsmith Database Tools, Oracle Corp Safe Harbor Statement The preceding is intended to outline our general

More information

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option. Kai Yu Oracle Solutions Engineering Dell Inc

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option. Kai Yu Oracle Solutions Engineering Dell Inc Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, Senior Principal Architect, Dell Database Engineering

More information