In this tutorial, you'll learn how to make use of extract function.
PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation's procedural extension for SQL and the Oracle relational database. PL/SQL is available in Oracle Database (since version 7), TimesTen in-memory database (since version 11.2.1), and IBM DB2 (since version 9.7).[1] Oracle Corporation usually extends PL/SQL functionality with each successive release of the Oracle Database.
PL/SQL includes procedural language elements such as conditions and loops. It allows declaration of constants and variables, procedures and functions, types and variables of those types, and triggers. It can handle exceptions (runtime errors). Arrays are supported involving the use of PL/SQL collections. Implementations from version 8 of Oracle Database onwards have included features associated with object-orientation. One can create PL/SQL units such as procedures, functions, packages, types, and triggers, which are stored in the database for reuse by applications that use any of the Oracle Database programmatic interfaces.
PL/SQL works analogously to the embedded procedural languages associated with other relational databases. For example, Sybase ASE and Microsoft SQL Server have Transact-SQL, PostgreSQL has PL/pgSQL (which emulates PL/SQL to an extent), and IBM DB2 includes SQL Procedural Language,[2] which conforms to the ISO SQL’s SQL/PSM standard.
The designers of PL/SQL modeled its syntax on that of Ada. Both Ada and PL/SQL have Pascal as a common ancestor, and so PL/SQL also resembles Pascal in several aspects. However, the structure of a PL/SQL package does not resemble the basic Object Pascal program structure as implemented by a Borland Delphi or Free Pascal unit. Programmers can define public and private global data-types, constants and static variables in a PL/SQL package.[3]
PL/SQL also allows for the definition of classes and instantiating these as objects in PL/SQL code. This resembles usage in object-oriented programming languages like Object Pascal, C++ and Java. PL/SQL refers to a class as an "Abstract Data Type" (ADT) or "User Defined Type" (UDT), and defines it as an Oracle SQL data-type as opposed to a PL/SQL user-defined type, allowing its use in both the Oracle SQL Engine and the Oracle PL/SQL engine. The constructor and methods of an Abstract Data Type are written in PL/SQL. The resulting Abstract Data Type can operate as an object class in PL/SQL. Such objects can also persist as column values in Oracle database tables.
PL/SQL is fundamentally distinct from Transact-SQL, despite superficial similarities. Porting code from one to the other usually involves non-trivial work, not only due to the differences in the feature sets of the two languages,[4] but also due to the very significant differences in the way Oracle and SQL Server deal with concurrency and locking. There are software tools available that claim to facilitate porting including Oracle Translation Scratch Editor,[5] CEITON MSSQL/Oracle Compiler [6] and SwisSQL.[7]
The StepSqlite product is a PL/SQL compiler for the popular small database SQLite.
PL/SQL Program Unit
A PL/SQL program unit is one of the following: PL/SQL anonymous block, procedure, function, package specification, package body, trigger, type specification, type body, library. Program units are the PL/SQL source code that is compiled, developed and ultimately executed on the database.
The basic unit of a PL/SQL source program is the block, which groups together related declarations and statements. A PL/SQL block is defined by the keywords DECLARE, BEGIN, EXCEPTION, and END. These keywords divide the block into a declarative part, an executable part, and an exception-handling part. The declaration section is optional and may be used to define and initialize constants and variables. If a variable is not initialized then it defaults to NULL value. The optional exception-handling part is used to handle run time errors. Only the executable part is required. A block can have a label.
Package
Packages are groups of conceptually linked functions, procedures, variables, PL/SQL table and record TYPE statements, constants, cursors etc. The use of packages promotes re-use of code. Packages are composed of the package specification and an optional package body. The specification is the interface to the application; it declares the types, variables, constants, exceptions, cursors, and subprograms available. The body fully defines cursors and subprograms, and so implements the specification. Two advantages of packages are:
Modular approach, encapsulation/hiding of business logic, security, performance improvement, re-usability. They support object-oriented programming features like function overloading and encapsulation.
Using package variables one can declare session level (scoped) variables, since variables declared in the package specification have a session scope.
Views: 4052
radhikaravikumar
Available for any version of Oracle Database.
Views: 16
1Click2beDBA
Extracting Oracle SQL Developer 18.3 and starting for the first time. Intended for new users and students.
Views: 9
Savvy Mentors
Also Lightbringer and Hextech Sweeper...whatever, lack thereof made these lols possible! :3
Twitch Channel: http://www.twitch.tv/seraphelle
Views: 1296
Seraphelle
Learn how to Extract the data and then transform it then load the data for analysis
Views: 13438
PRAVEEN DAS
Breville's coffee guru Phil McKnight offers tips and tricks on making better espresso based coffee.
Views: 165546
Breville Food Thinkers
Available for any version of Oracle Database.
Views: 154
1Click2beDBA
Live demo and overview of the new extension to Oracle SOA Suite for business driven monitoring and reporting called Oracle Real-Time Integration Business Insight, as presented at the Oracle Fusion Middleware Partner Forum in Valencia, March 2016.
This video shows how milestones and business indicators are defined and how subsequently these are mapped to the underlying implementation that consists of Service Bus projects and SOA Composites. Insight can extract values for indicators from the messages traveling into and out of Pipelines, Business Services and SCA Services, References, Compnents as well as from BPEL variables. With Insight, the model that defines what to watch and extract is defined apart from the underlying implementation, at run time, through a browser in a non-intrusive way. No code change required, virtually no overhead cost and no potential to break the end to end execution. Note that Insight can track flows across time and implementations, tying together multiple message flows (or ECIDs).
Note: the sound on this video is not very good, my apologies.
After all workshops had finished at the Valencia event I have been looking around for an empty room to record the demo in – and for a microphone to record it with. I was not aware of the right resolution. I finally found an empty presentation room – with a lot of echo – and borrowed a microphone. I have been recording all by myself for over an hour – interrupted a couple of times by hotel staff. It was a somewhat bizarre situation: presenting to an empty room, trying to speak into a microphone that rested on an upturned wastebasket on top of a table, with a white board positioned right next to me to try to reduce the echos.
Views: 632
LucasJellemaTechnologyChannel
www.dataterrain.com
Views: 3941
DataTerrain, Inc.
Views: 71
GISMagazine
A Demonstration of the Difference between a Live and Extract Data Source in Tableau Server and Tableau Desktop
Views: 21551
CodeCowboyOrg
We look at dates in this product, We use the TO_DATE function inside of an INSERT command to store a date field and BETWEEN to query if it falls between two dates.
Views: 350
Graham Roberts
This video explains what is a parallel format & how to extract from the table definition in Datastage 8.5.
Views: 5240
Tutorial
Extrating Oracle data, created i-models (i.dgn and .imodel) with a batch file
Views: 474
TLIUpdates
Fast Data as a different approach to Big Data for managing large quantities of "in-flight" data that help organizations get a jump on those business-critical decisions. Difference between Big Data and Fast Data is comparable to the amount of time you wait downloading a movie from an online store and playing the dvd instantly.
Data Mining as a process to extract info from a data set and transform it into an understandable structure in order to deliver predictive, advanced analytics to enterprises and operational environments.
The combination of Fast Data and Data Mining are changing the "Rules"
Views: 890
Nino Guarnacci
http://www.learningsqlserver2008.com/
https://youtu.be/KmsmPOImpHo - Date functions in SQL Server 2012
GETDATE -- Today's date
DATEADD - adding time interval to an existing Date
DATEPART - return part of the date like year or month
DATEDIFF - Give you the different between two dates
DAY - returns the day of the month
MONTH - return the Month of the Year
YEAR - returns the year in the Sql expression
CAST - Converts an expression of one data type to another in SQL Server 2008 R2
CONVERT - Convert expressions of one data type to another in sql server r2
SQL Tutorial
Views: 60252
baghul
How to install oracle database 11g on Windows 10 Pro 64 bit, I'll explain
the detail steps for downloading the oracle database 11g Release 2 then
how to install it step by step.
after that I will show you how to access oracle database(software) using
SQL*Plus.
thanks for watching.
Subscribe for more:
----------------------------------
https://goo.gl/oL45FT
SWE.Safaa Al-Hayali - saf3al2a
TAGS: #How_to_install_oracle_database_11g_on_Windows_10_Pro_64_bit
----------------------------------------------------------------------------------------------------
Views: 168387
Safaa Al-Hayali
Extracting and Uploading your data into your Oracle Cloud Instance has never been so easy!
RAPIDClient is a component from our suite of software. It includes tools such as:
RAPIDExtract, which does exactly as the name suggests. It extracts setups from the Oracle Cloud instance, ready to be uploaded into our Configurator. The extracted data can be reported in a BR100 style in both HTML and Excel format.
After you’ve modified your Configurations to satisfy your requirements, let our software take care of the work for you.
Via RAPIDInject you can load data into the instance through the Oracle front-end screens. The advantage of this solution is that all the validations are triggered ensuring the data meets Oracle’s strict requirements in the most reliable way.
With RAPIDHub you can also split extractions and injections between hundred of nodes. This is very useful, when you have a huge volume of data in your Oracle Cloud Instance. Also, via RAPIDController, you can watch and control each and every job as they run simultaneously.
Take advantage of the speed of Cloud to do more in less time! Do you need more information? Contact us now.
http://www.rapid4cloud.com
Views: 141
Rapid4Cloud Co. Ltd.
This video demonstrates how to manage & submit process ( Select Flow Pattern, Enter Parameters, Enter Flow Interaction, Schedule and Review)HCM Extracts on Fusion Cloud Application.
Enroll for our complete trainings at: https://goo.gl/V5AOyG
Also, visit us at : http://apps2fusion.com/
Contact us at: [email protected] or +44-207-193-5456 | +1-650-318-5241
Views: 5130
apps2fusion
https://easy-learning-tech.blogspot.com/2018/12/query-to-extract-names-from-mail-id.html
SQL Practical Interview question
Oracle sql practice exercise with solution
SQL questions for data analysis
SQL scenario based interview questions
---------------------------------------------------------------------------------------------------------
Click here to subscribe to my youtube channel http://www.youtube.com/channel/UCBt6VrxAIb5jLh9HLDcdwtQ?sub_confirmation=1
Oracle Interview questions and Answers at https://www.youtube.com/playlist?list=PLb1qVSx1k1Vr0v4wVyvT3GEuA0J0M4xBm
Oracle 18C New features at https://www.youtube.com/playlist?list=PLb1qVSx1k1Vqe06V1tIBcvnslMPWX69bW
Oracle 12C New features at https://www.youtube.com/playlist?list=PLb1qVSx1k1VqM1u2IHWzZIgziqejl6wx-
Oracle PLSQL records and collections at https://www.youtube.com/playlist?list=PLb1qVSx1k1VpAFTXopXvAh_D3PLcTntdm
Views: 132
Siva Academy
Craig shows you how to inform your audience of the Tableau Data Extract date and time via a Custom SQL datasource.
Views: 523
craigsdewar
Connect with me or follow me at
https://www.linkedin.com/in/durga0gadiraju
https://www.facebook.com/itversity
https://github.com/dgadiraju
https://www.youtube.com/c/TechnologyMentor
https://twitter.com/itversity
Views: 30727
itversity
http://technotip.com/570/insert-extractfetch-data-from-database-php-script/
Using PHP script insert user entered data into database and extract/fetch data stored in database and display it on the browser.
This video tutorial also teaches the MySQL queries.
Views: 83274
Satish B
This video aims to provide an overview of #ETL (Extract Load Transformation ) process and covers:
#extraction Process and its Strategies
Transformation and various tasks performed
Loading Process and its Strategies
ETL tools and its features.
ETL Tools: Talend Open Studio, Jaspersoft ETL, Ab initio, Informatica, Datastage, Clover ETL, Pentaho ETL, Kettle
ETL Tools Features:
Source and Target Data System Connectivity
Scalability and Performance
Easy Transformation connectors
Data Profiling
Data Cleaning and Quality
Easy integration with Web services
Logging and Exception Handling
Robust Administration features
Efficient Batch and Real time processing
For more details visit:
http://www.vikramtakkar.com/2015/10/what-is-etl-extract-transformation-and.html
Datawarehouse Playlist:
https://www.youtube.com/playlist?list=PLJ4bGndMaa8FV7nrvKXeHCLRMmIXVCyOG
Views: 106323
Vikram Takkar
Ahmed Jassat Innovation How to extract Electronic files from Oracle Ebus R12.1.3
Views: 106
Ahmed Jassat
Oracle SQL Developer Product Manager Jeff Smith shows you how easy it is to get started with the database integrated development environment (IDE). Download, extract, start, and connect in under 5 minutes!
Views: 18931
Jeff Smith
This IBM Counter Fraud Management (ICFM), or ICFM 2, video explains Datastage's Extract Sequential File Stage.
Views: 3529
IBM FSS FCI and Counter Fraud Management
Oracle GoldenGate - Extract & Replicate Parameters
Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm
Lecture By: Mr. Dilip Padmanabhan, Tutorials Point India Private Limited.
Views: 835
Tutorials Point (India) Pvt. Ltd.
•Time Zones.
•Timestamp Data type
•timestamp with time zone
•timestamp with local time zone
•V$TIMEZONE_NAMES
•DBTIMEZONE
•SESSIONTIMEZONE
•current_date
•current_timestamp
•Localtimestamp
•alter session set time_zone
•Extract expression
•TZ_OFFSET
•from_tz
•to_timestamp
•to_yminterval
•to_dsinterval
Views: 2072
khaled alkhudari
You are going to see how you can move data, in real-time, from Oracle on-Premise to Google BigQuery running in the Google Cloud Platform using Striim and change data capture.
You have data in lots of Oracle tables, on-premise. You want to move this into Google BigQuery for scalable low cost analytics, in real-time. How do you do this without affecting your production databases?
In this demo, you see how you can utilize Striim, and our CDC wizards, to do real-time collection of change data capture from Oracle Database and deliver that, in real-time, into Google BigQuery. We also build a custom monitoring solution of the whole end-to-end data flow.
Views: 423
Striim
Explains the Numeric Scalar Function EXTRACT or How to get part of a DATE/TIME. From http://ComputerBasedTrainingInc.com SQL Course. Learn by doing SQL commands for ANSI Standard SQL, Access, DB2, MySQL, Oracle, PostgreSQL, and SQL Server.
Views: 351
cbtinc
www.dataterrain.com
Views: 1266
DataTerrain, Inc.
In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are extremely useful for matching common patterns of text such as email addresses, phone numbers, URLs, etc. Almost every programming language has a regular expression library, so learning regular expressions with not only help you with finding patterns in your text editors, but also you'll be able to use these programming libraries to search for patterns programmatically as well. Let's get started...
The code from this video can be found at:
https://github.com/CoreyMSchafer/code_snippets/tree/master/Regular-Expressions
Python Regex Tutorial:
https://youtu.be/K8L6KVGG-7o
If you enjoy these videos and would like to support my channel, I would greatly appreciate any assistance through my Patreon account:
https://www.patreon.com/coreyms
Or a one-time contribution through PayPal:
https://goo.gl/649HFY
If you would like to see additional ways in which you can support the channel, you can check out my support page:
http://coreyms.com/support/
Equipment I use and books I recommend:
https://www.amazon.com/shop/coreyschafer
You can find me on:
My website - http://coreyms.com/
Facebook - https://www.facebook.com/CoreyMSchafer
Twitter - https://twitter.com/CoreyMSchafer
Google Plus - https://plus.google.com/+CoreySchafer44/posts
Instagram - https://www.instagram.com/coreymschafer/
Views: 193773
Corey Schafer
Easily group similar values- one of many truly self-service ETL capabilities in Oracle Big Data Discovery!
Views: 270
Andrew Malinow
This IBM Counter Fraud Management (ICFM), or ICFM 2, video explains import issues you might encounter using DataStage and its Extract Date and TimeStamp options.
Views: 326
IBM FSS FCI and Counter Fraud Management
This tutorial demonstrates how to create interactive dashboards to display real-time data in Oracle Planning and Budgeting Cloud.
Views: 2369
Oracle EPM Tutorials
Get more information now by clicking the link below.
http://www.globalsoftwareinc.com/products/microsoft-excel-based-reporting-solutions/spreadsheet-server/spreadsheet-server-use-oracle
https://www.youtube.com/watch?v=J7tSsBDj82U
Janice Reitman, Accounting Manager, Guthy-Renker, describes how her organization has dramatically increased their ability to extract data from Oracle R12 in a time sensitive manner and create live, current reports in Oracle that can be updated periodically and formatted in a manner that is presentable to the users.
Subscribe to our YouTube Channel here: https://www.youtube.com/user/GlobalSoftwareInc
Follow us on Facebook: https://www.facebook.com/globalsoftwareinc
Circle us on Google +: https://plus.google.com/u/0/b/101050082692870476398/+Globalsoftwareinc
Follow us on Twitter: https://twitter.com/GlobalSoftware
Follow us on LinkedIn: https://www.linkedin.com/company/global-software-inc
What is ODI - Oracle Data Integrator Online Training By Mahesh - Vlr Training 9059868766
CourseContent:
https://www.vlrtraining.in/oracle-data-integrator-online-training/
Subscribe to our Channel https://goo.gl/G3cB5Q
*********************************************************************
Oracle Data Integrator (ODI) is an Extract, load and transform (ELT) (in contrast with the ETL common approach) tool produced by Oracle that offers a graphical environment to build, manage and maintain data integration processes in business intelligence systems.
Oracle Data Integrator Enterprise Edition 12c. High-Performance Bulk Data Movement and Data Transformation. Delivers unique next-generation, extract load and transform (ELT) technology that improves performance and reduces data integration costs—even across heterogeneous systems
--
I totally agree Oracle site is confusing and these product descriptions are not for techies and written by marketing department.
Let me try to explain in simple words. ODI is an ETL tool - to be precise EL-T tool. You can read more about ETL vs EL-T on wiki.
Oracle used to sell OWB (Oracle Warehouse Builder) before and then they bought ODI from Sunopsis. OWB will no longer be supported and ODI will be the tool used by many Oracle applications.
You can do a lot of things with ODI but you would use it mostly to extract data from a source (files, databases), transform data in a staging area and load to your target database. ETL projects are normally take a lot of time and efforts and while you can do similar things by writing a custom code, ETL tools serve to help make these hards tasks easy for developers. ETL tools are used for data integration projects, data warehousing and so on.
If you ever heard about Microsoft SSIS tool shipped with MS SQL Server - that should give you an idea what ODI is for.
This is a good white paper that explains how to use ODI and what the benefits are versus the custom coding.
Oracle also came up with a version of ODI called ODI Data Services - a marketing trick to expand ODI to SOA market.
They also sell Golden Gate product which is intended for real-time ETL and data federation projects that can work well with other applications and web services. Data federation is a process to merge/integrate data in realtime without doing any ETL.
https://stackoverflow.com/questions/11340872/what-is-oracle-data-integrator
Hope this helps!
1.Digital Marketing Demo
https://goo.gl/XPd1sQ
Register now:https://goo.gl/GBWfFc
2.DataScience Demo
https://goo.gl/joVqyi
Register Now:https://goo.gl/76rENn
3.AWS Demo by Chandra
https://goo.gl/GZ7TB2k
Register Now: https://goo.gl/d5PWZ6
4.Angular JS Demo 9059868766
https://goo.gl/5qbjbK
Register now:https://goo.gl/QZ4Qa7
RPA Tools
4.UI Path Demo
https://goo.gl/SV21G1
Register now https://goo.gl/oeg1XN
5.Blue Prism Demo
https://goo.gl/pPJ6oc
Register now https://goo.gl/LSLLKE
6.Automation Anywhere Demo (Morning Batch)
https://goo.gl/5JwA3c
Register now https://goo.gl/kpjnmg
Automation anywhere Demo (Evening Batch)
https://goo.gl/eQc8VE
Register now https://goo.gl/kpjnmg
7.Oracle Web Logic Server Demo
https://www.youtube.com/watch?v=CZd9X_-YZ-c
-----------------------------------------------------------------------------------------
Like us on Facebook page VLR Training
https://www.facebook.com/VLRtrainingHyderabad/
-----------------------------------------------------------------------------------------
Follow us on Twitter
https://twitter.com/VlrTrainingKphb
_
Views: 134
VLR Training
Get an overview of this cloud based real-time data integration and replication service that provides quick, easy, accurate and safe data movement to the cloud.
GoldenGate Cloud Service is a cloud based real-time data integration and replication service, which provides seamless data movement from various on-premises relational databases to databases in the cloud with sub-second latency while maintaining data consistency and offering fault tolerance and resiliency.
=================================
To improve the video quality, click the gear icon and set the Quality to
1080p/720p HD.
For more information, see http://www.oracle.com/goto/oll
Copyright © 2017 Oracle and/or its affiliates. Oracle is a registered trademark of Oracle and/or its affiliates. All rights reserved. Other names may be registered trademarks of their respective owners. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the “Materials”). The Materials are provided “as is” without any warranty of any kind, either express or implied, including without limitation warranties or merchantability, fitness for a particular purpose, and non-infringement.
Views: 798
Oracle Learning Library
In this video I am going to show you How to install Java JDK on Windows 10 ( with JAVA_HOME ). Java installer .msi file comes with JRE and JDK. Java JDK Installation for Microsoft Windows (64-bit). JDK stands for Java SE Development Kit. JRE stands for Java Runtime Environment.
1. Download Java
Open your web browser
Type URL: http://www.oracle.com/technetwork/java/javase/downloads/index.html to go to Oracle download page
Click on button “ JDK download ” for Java SE update 4. This will lead you JDK download page http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u4-downloads-1591156.html
Accept oracle license agreement
Find and click on the correct jdk download link right for your operating system to download
Save the file to disk
2. Install Java
Double click to run the download file
Just follow the prompt in Installer window
#Javatutorialforbeginners #Javatutorial #Javaprogramming #Javaprogrammingtutorial #Javabasicsforbeginners
-------------------Online Courses to learn----------------------------
Data Analytics with R Certification Training- http://bit.ly/2rSKHNP
DevOps Certification Training - http://bit.ly/2T5P6bQ
AWS Architect Certification Training - http://bit.ly/2PRHDeF
Python Certification Training for Data Science - http://bit.ly/2BB3PV8
Java, J2EE & SOA Certification Training - http://bit.ly/2EKbwMK
AI & Deep Learning with TensorFlow - http://bit.ly/2AeIHUR
Big Data Hadoop Certification Training- http://bit.ly/2ReOl31
AWS Architect Certification Training - http://bit.ly/2EJhXjk
Selenium Certification Training - http://bit.ly/2BFrfZs
Tableau Training & Certification - http://bit.ly/2rODzSK
Linux Administration Certification Training-http://bit.ly/2Gy9GQH
----------------------Follow---------------------------------------------
My Website - http://www.codebind.com
My Blog - https://goo.gl/Nd2pFn
My Facebook Page - https://goo.gl/eLp2cQ
Google+ - https://goo.gl/lvC5FX
Twitter - https://twitter.com/ProgrammingKnow
Pinterest - https://goo.gl/kCInUp
Text Case Converter - https://goo.gl/pVpcwL
------------------Facebook Links ----------------------------------------
http://fb.me/ProgrammingKnowledgeLearning/
http://fb.me/AndroidTutorialsForBeginners
http://fb.me/Programmingknowledge
http://fb.me/CppProgrammingLanguage
http://fb.me/JavaTutorialsAndCode
http://fb.me/SQLiteTutorial
http://fb.me/UbuntuLinuxTutorials
http://fb.me/EasyOnlineConverter
Views: 1255321
ProgrammingKnowledge
One of the main use-cases for Apache Kafka is the building of reliable and flexible data pipelines. Part of Apache Kafka, Kafka Connect enables the integration of data from multiple sources, including Oracle, Hadoop, S3 and Elasticsearch. Building on Kafka's Streams API, KSQL from Confluent enables stream processing and data Transformations using a SQL-like language. This presentation will briefly recap the purpose of Kafka, and then dive into Kafka Connect with practical examples of data pipelines that can be built with it. We'll explore two options for data transformation and processing: Pluggable Single-Message Transformations and the newly-announced KSQL for powerful query-based stream processing.
GWEN SHAPIRA
Solutions Architect
Confluent
Gwen is a principal data architect at Confluent helping customers achieve success with their Apache Kafka implementation. She has 15 years of experience working with code and customers to build scalable data architectures, integrating relational and big data technologies. She currently specializes in building real-time reliable data processing pipelines using Apache Kafka. Gwen is an author of “Kafka - the Definitive Guide”, "Hadoop Application Architectures", and a frequent presenter at industry conferences. Gwen is also a committer on the Apache Kafka and Apache Sqoop projects. When Gwen isn't coding or building data pipelines, you can find her pedaling on her bike exploring the roads and trails of California, and beyond.
Views: 4011
Oracle Developers
In this basic training session, we illustrate how to install and configure the Tungsten Replicator to extract events from a MySQL instance.
Topics covered include:
• Review of the Tungsten Replicator
• Inspect the required pre-requisites
• Explain the available installation methods
• Demonstrate a simple installation
This course is aimed at anyone looking to setup replication from MySQL. A basic understanding of Tungsten Replicator is assumed.
Learn more at www.continuent.com
Views: 549
Tungsten University