Use Oracle FreeSQL.com as a remote test database
FreeSQL.com lets you use a free, hosted Oracle AI Database instance right from your browser. But, FreeSQL can also be used as a remote database for testing, POCs, and more! In this article, we'll walk though how to connect to a FreeSQL database from your local machine, no database setup required. Login to FreeSQL.com To use FreeSQL as a remote database, you'll need to login using your Oracle account.
Use Oracle FreeSQL.com as a remote test database
FreeSQL.com lets you use a free, hosted Oracle AI Database instance right from your browser. But, FreeSQL can also be used as a remote database for testing, POCs, and more! In this article, we'll walk though how to connect to a FreeSQL database from…
04.02.2026 20:02
👍 2
🔁 1
💬 0
📌 0
Data Is Context: Building Agent Harness with Database at the Center
Long-running agents often fail because they lack disciplined, accurate context. This is especially important when tasks run for hours, touch multiple systems, and must respect permissions, compliance boundaries, and other constraints. When building with agents, data is context, and context is critical. Where does this data most often live? Your database. What is an “agent harness”? An agent harness is the…
Data Is Context: Building Agent Harness with Database at the Center
Long-running agents often fail because they lack disciplined, accurate context. This is especially important when tasks run for hours, touch multiple systems, and must respect permissions, compliance boundaries, and other…
30.01.2026 21:13
👍 0
🔁 0
💬 0
📌 0
Overview of Caching Strategies with Oracle AI Database - andersswanson.dev
Recently, I’ve been exploring different caching database caching strategies with Oracle AI Database and came to the following conclusion: Choosing the right mix of caching and read-scaling options…
Caching can improve performance by bringing data closer to the client
@anders-swanson.bsky.social gives an overview of the caches in Oracle AI Database, including
Oracle True Cache
Oracle Active Data Guard
Database In-Memory
Buffer Cache
Server-Side Result Cache
26.01.2026 12:02
👍 2
🔁 1
💬 0
📌 0
Reflecting on a year of DevRel with Oracle AI Database
Over the past year, I’ve been working in DevRel focused on modern application development with Oracle AI Database. Coming from a product engineering background, the shift was challenging: I moved from product, DevOps, and infrastructure work into a public-facing role, meeting users, partnering with PMs, and building a presence in the Oracle developer community. It’s been a steep learning curve…
Reflecting on a year of DevRel with Oracle AI Database
Over the past year, I’ve been working in DevRel focused on modern application development with Oracle AI Database. Coming from a product engineering background, the shift was challenging: I moved from product, DevOps, and infrastructure work…
16.01.2026 19:05
👍 2
🔁 0
💬 0
📌 0
Why You Should Use Pluggable Databases (PDBs)
PDBs give microservices their own isolated database environment inside one database instance, reducing blast radius, simplifying lifecycle ops, and enabling hard resource controls. This solves the problem of what services need from the database layer: Strong isolation (workload, security, transactions) Independent lifecycle (patch, clone, refresh, move, deploy) Predictable performance and resource controls Simple connectivity and access, with optional cross-PDB traffic…
Why You Should Use Pluggable Databases (PDBs)
PDBs give microservices their own isolated database environment inside one database instance, reducing blast radius, simplifying lifecycle ops, and enabling hard resource controls. This solves the problem of what services need from the database layer:…
07.01.2026 18:14
👍 0
🔁 0
💬 0
📌 0
Transactional isolation in a multi-model database
Most apps rarely fit a single data model. A single business action can touch JSON documents, update a graph, write spatial coordinates, process vector embeddings, and publish events to downstream services, all within the same database. However, not all work is equal - A millisecond OLTP order update shouldn't wait for a long-running vector similarity scan. Explicit control…
Transactional isolation in a multi-model database
Most apps rarely fit a single data model. A single business action can touch JSON documents, update a graph, write spatial coordinates, process vector embeddings, and publish events to downstream services, all within the same database. However, not…
06.01.2026 18:28
👍 0
🔁 0
💬 0
📌 0
Level Up Your Schema: Annotations for Object Metadata in Oracle AI Database
In Oracle AI Database, annotations provide a powerful way to attach metadata to database objects. Tables, columns, views, and domains are enhanced with self-describing, user-defined assets. This article introduces annotations and how you can start using them to make your data more explainable and AI-ready. Database Annotations Create a Table With Annotations Update Annotations Remove Annotations Example: Use annotations as context for AI Agents with SQLcl MCP Server…
Level Up Your Schema: Annotations for Object Metadata in Oracle AI Database
In Oracle AI Database, annotations provide a powerful way to attach metadata to database objects. Tables, columns, views, and domains are enhanced with self-describing, user-defined assets. This article introduces…
05.12.2025 17:24
👍 3
🔁 2
💬 0
📌 0
Spatial Data in Oracle AI Database
Spatial data describes the shape, location, and relationships of objects or points - whether virtual or in the real world. It powers everything from mapping and logistics to proximity search and location-aware applications. In Oracle AI Database, spatial is a first-class data type. You store it, index it, query it, and join it alongside your relational, JSON, and vector data…
Spatial Data in Oracle AI Database
Spatial data describes the shape, location, and relationships of objects or points - whether virtual or in the real world. It powers everything from mapping and logistics to proximity search and location-aware applications. In Oracle AI Database, spatial is a…
14.11.2025 22:36
👍 0
🔁 0
💬 0
📌 0
AI Optimizer & Toolkit: set up a local sandbox
The Oracle AI Optimizer and Toolkit is a free and open-source tool designed to make it easier for developers and data engineers to build, benchmark, and optimize AI workflows running on Oracle Database. It provides a modular framework for experimenting with model selection, prompt engineering, agents (tool calling), retrieval-augmented generation (RAG), and hybrid query optimization. In this article, we'll set up a local, containerized test environment for the AI Optimizer and Toolkit - enabling you to develop and test AI with Oracle Database without writing a single line of SQL.
AI Optimizer & Toolkit: set up a local sandbox
The Oracle AI Optimizer and Toolkit is a free and open-source tool designed to make it easier for developers and data engineers to build, benchmark, and optimize AI workflows running on Oracle Database. It provides a modular framework for…
21.10.2025 16:53
👍 1
🔁 0
💬 0
📌 0
Monitor your Oracle Database(s) with OpenTelemetry
In this article, we'll explore how Oracle Database fits into the modern, open-source, and cloud-native observability stack. What is OpenTelemetry? OpenTelemetry is an open-source observability framework that provides a standardized way to collect and process telemetry data, including traces, metrics, and logs: Standardizes across tools and vendors, allowing you to send data to any backend that supports OpenTelemetry. Supports modern architectures, where cloud-native microservices greatly benefit from consistent telemetry collection.
Monitor your Oracle Database(s) with OpenTelemetry
In this article, we'll explore how Oracle Database fits into the modern, open-source, and cloud-native observability stack. What is OpenTelemetry? OpenTelemetry is an open-source observability framework that provides a standardized way to collect…
02.10.2025 18:20
👍 1
🔁 0
💬 0
📌 0
Migrate an Apache Kafka application to Oracle Database in 5 minutes
YouTube video by Data Bites
Migrate an Apache Kafka app to Oracle Database in 5 minutes.
youtu.be/LS12tcBNIdM?...
30.09.2025 18:46
👍 0
🔁 0
💬 0
📌 0