15.2.4 Running Oracle Graph Quickstart Container Image
You can easily get started with the property graph feature of Oracle Database using the Oracle Graph Quickstart Container Image.
- Oracle Database 23ai Free (based on 23.7.0.0-lite) image
- JDK 21
- Graph Server (RPM file) and Client (25.2 version)
Also, note that the following are preconfigured in the database:
GRAPHUSER
user account.- A sample SQL property graph called
BANK_GRAPH
based on bank transaction data.
Depending on your Linux version, you can use Docker or Podman to run the Oracle Graph Quickstart Container Image:
- Docker is available on Oracle Linux 7 (x86_64) and Red Hat
Enterprise Linux 7.
Refer to Oracle Container Runtime for Docker User's Guide for more information.
- Podman is available on Oracle Linux 8 (x86_64) and Red Hat
Enterprise Linux 8.
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-quickstart
image. - Generate an authentication token to authenticate Docker or 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: Oracle Graph Server Installation