This 15-minute tutorial shows you how to build the JNI-based C interface to Oracle NoSQL Database from source.
This 20-minute tutorial walks you through the use of Oracle External Tables to read data from an Oracle NoSQL Database while accessing Oracle Database.
This 15-minute tutorial shows you how to build Oracle NoSQL Database C Driver for Tables.
This tutorial covers the use of Oracle Big Data Spatial and Graph to perform spatial raster analysis
This tutorial covers the use of Oracle Big Data Spatial and Graph to perform spatial vector analysis
This tutorial covers the use of Oracle Big Data Spatial and Graph to discovery graph properties, query property graph data, and visualized property graph data.
This tutorial illustrates how you can securely analyze all of your data across the big data platform - whether that data resides in Oracle Database 12c, Hadoop, Oracle NoSQL Database or a combination of these sources.
In this tutorial, you do a bulk insert across different shards of an Oracle NoSQL Database.
In this tutorial, you retrieve data from an Oracle NoSQL Database by providing multiple primary keys.
Oracle NoSQL Database is a scalable, distributed NoSQL database, designed to provide highly reliable, flexible and available data management across a configurable set of storage nodes.
Apache Hive is a data warehouse infrastructure built on top of Hadoop for providing data summarization, query, and analysis. Hive also provides a pluggable programming model that allows you to specify custom interfaces and classes that support querying data residing in data sources like an Oracle NoSQL Database table.
Oracle NoSQL Database Hadoop Integration Classes support running Hadoop MapReduce jobs and Hive queries against data stored in an Oracle NoSQL Database table.
In this tutorial, you retrieve data stored in an Oracle NoSQL Database using Hive Query Language.
The Oracle NoSQL Database is a distributed key-value database. It is designed to provide highly reliable, scalable and available data storage across a configurable set of systems that function as storage nodes. Data is stored as key-value pairs, which are written to particular storage node(s), based on the hashed value of the primary key. Storage nodes are replicated to ensure high availability, rapid failover in the event of a node failure and optimal load balancing of queries. Customer applications are written using an easy-to-use Java/C API to read and write data.
In this tutorial, you prepare three Rasperry Pis to act as three storage nodes and form a 1x3 cluster. All the storage nodes have the same copy of data.
Perform the steps required to configure and use Oracle NoSQL Database with Oracle SQL Developer.
Recognizing patterns in a sequence of rows has been a capability that was widely desired, but not possible with SQL until now. There were many workarounds, but these were difficult to write, hard to understand, and inefficient to execute. With Oracle Database 12c Release 1 (12.1), you can use the MATCH_RECOGNIZE clause to perform pattern matching in SQL to do the following: