Oracle Graph has the ability to run PGQL queries using the in memory server (PGX) or in database (RDBMS). This directory contains sample queries for using PGQL on RDBMS, using the Bank Graph Dataset.
- SQL Developer 23.1 is installed
- A graph enabled user exists in the connected database
- Open SQL Developer
- Create tables from Bank Graph Dataset, using CreateBankGraphDataset.sql
- Load BANK_ACCOUNTS.csv into BANK_ACCOUNTS table
- Load BANK_TRANSFERS.csv into BANK_TRANSFERS table
- Open PGQL Worksheet
- Copy Create Proprty Graph statement from bank-graph-pgql and run the statement
- Copy and paste queries from bank-graph-pgql to PGQL worksheet
- Highlight individual queries and run