Tag Archives: oracle

Building an Authorization Server with Spring Boot 4 and Oracle Database

Hi again everyone! In this post I want to show you how to build a small authorization server using Spring Boot, Spring Security, Spring Authorization Server, and Oracle Database. The idea is simple: we want an application that can expose … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

Building an Authorization Server with Spring Boot 3 and Oracle Database

Hi everyone! In this post I want to show you how to build a small authorization server using Spring Boot, Spring Security, Spring Authorization Server, and Oracle Database. The idea is simple: we want an application that can expose OAuth2/OIDC … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

Building a Spring Boot Starter for Oracle Spatial

A behind-the-scenes look at how we built a new Spring Boot starter for Oracle Spatial, the feedback that changed the design, and why the final API looks the way it does. Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , | Leave a comment

Building a Simple Spatial Web App with the New Spring Boot Starter for the Spatial Features in Oracle AI Database 26ai

Hi everyone! In this post, I will show how to run the new Spring Boot starter for the Spatial features in Oracle AI Database 26ai by using the sample application and connecting it to a simple web application front end. … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | Leave a comment

Exploring some new Helidon features – Data Repositories and SE Declarative

With Helidon 4.4.0 right around the corner, I’ve been spending some time playing with the latest milestone release (4.4.0-M2). If you haven’t been following along, Helidon 4 was a major milestone because it was the first framework built from the … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , | Leave a comment

Custom vector distance functions in Oracle (using JavaScript)

In case you missed it, Oracle Database 26ai was announced last week at Oracle AI World, with a heap of new AI features and capabilities like hybrid vector search, MCP server support, acceleration with NVIDIA and much more – check … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | Leave a comment

Getting started with Oracle Vector Store support in LangChain

In this post, I would like to show you the basics of how to use the Oracle Vector Store support in LangChain. I am using Visual Studio Code with the Python and Jupyter extensions from Microsoft installed. I will show … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | 1 Comment

Running Oracle Autonomous Database in a container

Did you know that you can easily run Oracle Autonomous Database in a container on your local machine? This is a great for development. It’s totally free, and you don’t even need to authenticate to pull the image. It also … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

How to read the content of a JMS message using PL/SQL

This is just a short post – but all the details are in this post from Rob Van Wijk. Today I wanted to read the contents of a JMS Text Message sitting in a queue. I wrote a Spring Boot … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Start up an Oracle Database in Kubernetes with Oracle REST Data Services and Database Actions in no time at all!

Hi everyone! Today I want to show you how easy it is to get an instance of Oracle up and running in Kubernetes, with Oracle REST Data Services and Database Actions using the Oracle Database Operator for Kubernetes Let’s assume … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment