Java
AI blog Database docker Duality Views Go Graph Java JDBC JMS JPA JSON Kafka livesql microservices MongoDB NodeJS Observability OCI oraclefree Oracle Text ORDS PDB performance PL/SQL python security Spatial SpringBoot Testcontainers TxEventQ TypeScript Vector Search
-

An Agent Skill that uses Kafka Java APIs for Oracle AI Database
In my own work, I found most coding agents weren’t generating high-quality code for Oracle AI…
-

An app that keeps its data in one place : multi-model database pattern
The code for this article on multi-model database patterns lives in the oracle-database-code-samples repo, under the support-ticket-intelligence sample. When I add…
-

MongoDB Over Relational Data: JSON Relational Duality Views
Can your MongoDB client be used against a document-shaped contract while the system of record stays…
-

Database Per Service with Oracle AI Database PDBs
Using Oracle AI Database Pluggable Databases (PDBs) to give each Spring Boot service its own clear…
-

Full-Text JSON Search with Oracle Text
Did you know Oracle AI Database supports rich, full-text search and indexing, without the need to…
-

Oracle AI Database: Property Graphs and JDBC
Want to query graph-shaped relationships in Oracle AI Database from plain JDBC? You can do exactly…
-

Test ORDS locally with Testcontainers, Oracle AI Database Free, and MongoDB
Want to run Oracle REST Data Services (ORDS) for integration tests, local experiments, or prototyping? This sample combines ORDS…
-

Get Started with Spatial Data in Oracle AI Database Using JDBC
Spatial data is a database feature that sounds niche right up until you need it. When your application…
-

Common Strategies to Improve Spring Boot Performance
If your Spring Boot apps feel slow, the fix is usually not one magic JVM flag or…
-

Generate JSON Relational Duality Views from JPA entities
Oracle AI Database’s JSON Relational Duality Views (or simply duality views) let you treat relational tables…