2 Running Oracle Graph Quickstart Container Image
You can easily get started with the property graph feature in your database using the Oracle Graph Quickstart Container Image.
- Oracle AI Database 26ai Free (based on 23.26.0.0-lite) image
- JDK 21
- Graph Server (RPM file) and Client (25.4 version)
Also, note that the following are preconfigured in the database:
GRAPHUSERuser account.- A sample SQL property graph called
BANK_GRAPHbased on bank transaction data.
You can use Podman (available on Oracle Linux 8 (x86_64) and later, Red Hat Enterprise Linux 8 and later) to run the Oracle Graph Quickstart Container Image. Refer to Podman User's Guide for more information.
Note that this image is not available for Oracle Linux 8 64-bit Arm architectures.
Before you get started, perform the following prerequisites:
- Sign in to Oracle Container Registry
and accept the Oracle Standard Terms and Restrictions to download the
graph-quickstartimage. - Generate an authentication token to authenticate Podman with the
Oracle Container Registry.
See Generating an Authentication Token for Use With the Oracle Container Registry for more information.
Perform the following steps to run the Oracle Graph Quickstart Container Image inside a Docker or Podman container.
Parent topic: Getting Started with Oracle Property Graphs