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 19c 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 |
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 |
Parent topic: Oracle Graph Server and Client Installation
14.1.1 Verifying Database Compatibility
Oracle Graph Server and Client works with Oracle Database 19c 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.
Parent topic: Before You Begin
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 for Linux x86-64. |
oracle-graph-<ver>.aarch64.rpm |
Oracle Graph Server | An rpm file to deploy Oracle Graph Server for Linux ARM. |
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. |
Parent topic: Before You Begin