14.1 Before You Begin

Before you begin to work with Oracle Property Graphs, you must understand the workflow for installing Oracle Graph Server and Client.

Table 14-1 Workflow for Installing Oracle Graph Server and Client

Sequence Task Description More Information
1 Verify Oracle Database Requirements Ensure that your Oracle Database version is 12.2 and higher. Verifying Database Compatibility
2 Download Oracle Graph Server and Client Download Oracle Graph Server and Client from Oracle Software Delivery Cloud or from Oracle Technology Network. Downloading Oracle Graph Server and Client
4 Install Oracle Graph Server Install Oracle Graph server, which is available as a separate downloadable package. Installing Oracle Graph Server For Linux x86-64
5 Install Oracle Graph Clients Install the graph clients (such as the graph shell CLIs and graph visualization application) to work with property graphs. Oracle Graph Client Installation
6 Set up transport layer security Configure the graph server and client to trust the self-signed keystore. Setting Up Transport Layer Security
7 Add permissions to publish the graph Grant permissions to publish graphs. Adding Permissions to Publish the Graph

14.1.1 Verifying Database Compatibility

Oracle Graph Server and Client works with Oracle Database 12.2 onwards on both on-premises and cloud environments. The cloud environment includes working with all versions of Oracle Autonomous Database Serverless and Oracle Autonomous Database Dedicated.

However, modifying a property graph using a PGQL INSERT, UPDATE, or DELETE query is not supported for Oracle Database 12.2.

14.1.2 Downloading Oracle Graph Server and Client

You can download Oracle Graph Server and Client from Oracle Software Delivery Cloud or from Oracle Technology Network.

Table 14-2 summarizes all the files contained in the Oracle Graph Server and Client deployment.

<ver> denoted in the file name in the Table 14-2 reflects the downloaded Oracle Graph Server and Client version.

Table 14-2 Components in the Oracle Graph Server and Client Deployment

File Component Description
oracle-graph-<ver>.rpm Oracle Graph Server An rpm file to deploy Oracle Graph Server.
oracle-graph-client-<ver>.zip Oracle Graph Client A zip file containing Oracle Graph Client.
oracle-graph-sqlcl-plugin-<ver>.zip Oracle Graph PGQL Plugin for SQLcl A plugin for SQLcl to run PGQL queries in SQLcl.
oracle-graph-webapps-<ver>.zip Oracle Graph Web Applications A zip file containing .war files for deploying graph servers in an application server.
oracle-graph-visualization-library-<ver>.zip Oracle Graph Visualization Library A zip file containing a Java Script library for the Graph Visualization application.