Thank you visitors!
- 1,361,183 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
Top Posts
- Using Multiple Datasources with Spring Boot and Spring Data JPA
- Installing Oracle REST Data Services (standalone)
- Setting up a Maven Repository Manager with Artifactory
- Storing ATP Wallets in a Kubernetes Secret
- Memory problems with BPM or SOA 11g, especially after multiple composite deployments
- Deploying WebLogic applications with Maven
- Implementing the Transactional Outbox pattern using Transactional Event Queues and JMS
- Getting started with Continuous Integration for OSB
- Running Oracle Autonomous Database in a container
- Finding which activities will execute next in a process instance
-
Copyright 2009-2026 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
Subscribe
Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Fusion Middleware 12.1.2: Developing Applications with Continuous Integration
Fusion Middleware 12.1.3: Developing Applications with Continuous Integration
Tag Archives: memory
Exploring Helidon AI: trace the recipe assistant with OpenTelemetry and Jaeger
Key Takeaways In the first article in this follow-on series, the Helidon Eats app learned how to answer a recipe question with OpenAI, LangChain4j, Oracle AI Database vector search, and the same recipe data from the published Helidon Eats demo. … Continue reading
Exploring Helidon AI: give the recipe assistant memory
Key Takeaways In the last article, the Helidon Eats application learned how to answer a recipe question. The route embedded the question with OpenAI, searched recipe chunks in Oracle AI Database, built a grounded prompt, and called OpenAI through LangChain4j. … Continue reading
Give a Java agent durable memory with LangChain4j and Oracle AI Database
Key Takeaways I like agent memory demos that make one thing obvious: where did the memory actually go? A lot of examples keep memory in a list, a chat window, or a local object. That is fine for learning how … Continue reading
Add real business actions to your Spring AI app with Oracle (part 3 of 4)
By the end of Episode 2, the assistant could answer policy questions from Oracle Vector Store and remember conversations across requests. That combination already felt more like a real application than a bare LLM wrapper. But it still could not … Continue reading
Add persistent chat memory to your Spring AI chatbot with Oracle (part 2 of 4)
The first version of this application could already answer support questions against real policy data. Oracle Vector Store was retrieving the right documents before generation, and the responses were grounded in what was actually in the database rather than in … Continue reading
Build a stateless RAG chatbot with Spring AI and Oracle (part 1 of 4)
Hi everyone! I just posted the first video in this series about building AI assistance with memory and agency. In this video, we built a simple customer support assistant using Spring Boot, Spring AI, and Oracle Database. It answers policy … Continue reading
Exploring Oracle’s new AI Agent Memory Python Library with OpenAI
Hi everyone! In this post, I want to show you a small but useful demo application that uses Oracle AI Agent Memory from Python. The complete code for this example is in the agent-memory repository. You can learn more about … Continue reading
Be aware of JDK 1.6.0_30 with BPM or SOA on Windows Server
Have not done extensive testing of this, but I have noticed on a few BPM 11.1.1.6 installs on Windows Server 2008 R2 and also on Windows 7 – both 64-bit – that BPM is very unstable with JDK 1.6.0_30 (64-bit). … Continue reading
Memory problems with BPM or SOA 11g, especially after multiple composite deployments
Update: There is now a bundle patch available that contains all the recommended patches on top of BPM 11.1.1.3 – the patch number is 9958661 and this patch should be installed in preference to the individual patches listed below. A number … Continue reading
Installing BPM for Developers
If you are going to be doing development for Oracle BPM Suite 11g, you may want to install a copy of BPM on your own machine so that you can do some unit testing as you build components and composites. … Continue reading

You must be logged in to post a comment.