OOW content for Pattern Matching....
If you missed my sessions at OpenWorld then don't worry - all the content we used for pattern matching (presentation and hands-on lab) is now available for download.
My presentation "SQL: The Best Development Language for Big Data?" is available for download from the OOW Content Catalog, see here:
https://oracleus.activeevents.com/2013/connect/sessionDetail.ww?SESSION_ID=9101
For the hands-on lab ("Pattern Matching at the Speed of Thought with Oracle Database 12c") we used the Oracle-By-Example content. The OOW hands-on lab uses Oracle Database 12c Release 1 (12.1) and uses the MATCH_RECOGNIZE clause to perform some basic pattern matching examples in SQL.
This lab is broken down into four main steps:
Enjoy!
Technorati Tags: Big Data, Data Warehousing, OpenWorld, Oracle, Oracle Database 12c, Pattern Matching, SQL Analytics
My presentation "SQL: The Best Development Language for Big Data?" is available for download from the OOW Content Catalog, see here:
https://oracleus.activeevents.com/2013/connect/sessionDetail.ww?SESSION_ID=9101
For the hands-on lab ("Pattern Matching at the Speed of Thought with Oracle Database 12c") we used the Oracle-By-Example content. The OOW hands-on lab uses Oracle Database 12c Release 1 (12.1) and uses the MATCH_RECOGNIZE clause to perform some basic pattern matching examples in SQL.
This lab is broken down into four main steps:
- Logically partition and order the data that is used in the MATCH_RECOGNIZE clause with its PARTITION BY and ORDER BY clauses.
- Define patterns of rows to seek using the PATTERN clause of the MATCH_RECOGNIZE clause. These patterns use regular expressions syntax, a powerful and expressive feature, applied to the pattern variables you define.
- Specify the logical conditions required to map a row to a row pattern variable in the DEFINE clause.
- Define measures, which are expressions usable in the MEASURES clause of the SQL query.
Enjoy!
Technorati Tags: Big Data, Data Warehousing, OpenWorld, Oracle, Oracle Database 12c, Pattern Matching, SQL Analytics
Comments
Post a Comment