Integrations
Oracle
Mask sensitive Oracle Database fields before they reach a model and govern OCI Generative AI in-path.
Overview
For teams on Oracle, DataStrict governs both the data path and the model path. It masks sensitive fields in Oracle Database before they can enter a prompt, and enforces policy on OCI Generative AI in-path.
The gateway runs on OCI so governed traffic and the Ledger stay inside your tenancy.
How it works
When an AI application retrieves from Oracle Database, DataStrict inspects the result set and applies field-level masking bound to the caller's identity and purpose. Requests to OCI Generative AI are adjudicated the same way, and every decision is recorded to an autonomous Postgres-compatible Ledger.
Connect
Route your application's model and retrieval calls through the gateway, register your Oracle Database connection, and attach masking policy to the columns that carry regulated data.
# datastrict.yaml
sources:
- type: oracle-db
dsn: "//db.internal:1521/PROD"
policy:
mask:
- column: customers.ssn
- column: customers.dobWhat you can enforce
- Regulated Oracle Database columns masked before they reach a model.
- OCI Generative AI prompts and responses checked against policy in real time.
- Queries that exceed their stated purpose denied at the boundary.
- A hash-chained record of every decision inside your OCI tenancy.
Was this page helpful?