It’s been an incredible Oracle AI World 2025

Oracle AI World 2025 has ended, bringing together customers, partners, and prospects from around the globe to experience our latest enterprise AI innovations and strategies. Relive the energy, excitement, learning, and connections that defined the event by watching this roundup video. Executive keynotes, deep-dive sessions, and hands-on labs came together for an inspiring celebration of AI and enterprise technology.

In my role as a champion of Oracle True Cache to boost application performance, it was amazing to meet many of our customers, partners and development community folks at the AI World 2025. The energy was incredible and this is truly the best part of my job where I can meet the folks that use Oracle products and hear directly from them about their use-cases and see how best we may help address their needs. I truly value the opportunity to meet with the attendees and learn from the collective wisdom of this fantastic community.

AI World 2025

 

I interacted with folks during the Oracle True Cache session ( LRN2898 ) as well as at the Hands-On Lab, and also met several during the time at Demo Booth. A lot of you expressed an interest to learn more about True Cache, and I wanted to provide some resources to help with that.
 

Oracle LiveLabs provides an excellent opportunity to easily explore various labs and technical workshops for Oracle’s tools and technologies. LiveLabs is completely free! To reserve a workshop, simply log in with your Oracle (oracle.com) account. Each LiveLabs reservation provides a self-contained environment to run the workshop. You can learn more here:  https://livelabs.oracle.com/

Oracle True Cache hands-on workshop is available on the LiveLabs platform – So, jump right in and don’t hesitate to give this technology a spin which can be very useful in your journey with databases and applications!

What is Oracle True Cache?

Oracle True Cache is an in-memory, consistent, and automatically managed cache for Oracle Database. True Cache is a SQL cache as well as key-value (object or JSON) cache for the database. It caches all Oracle database objects and types. True Cache is a fully functional, read-only replica of the primary database, except that it’s mostly diskless. One of the most awesome features of True Cache is that it is automatically managed, saving application developers from having to manage the cache in their caching tier, and saving developers from having to worry about managing cache consistency or time-to-live of items in their cache. This is all managed and truly makes the lives of application developers so much easier!

 

Oracle True Cache

 

Oracle True Cache provides several business benefits related to application development and performance.

  • Improves scalability and performance by offloading queries from the primary database.
  • Reduces application response time and network latency by deploying True Cache closer to the application. This especially benefits situations where a database is in a different location than the application due to data residency requirements.
  • Creates a large, in-memory storage area by dividing data across multiple True Caches. The total size of the cached data across all True Caches can be much larger than it would be for a single primary database or cache.
  • Automatically maintains the cache contents.
  • Simplifies development and maintenance by being transparent to the application.

There is a lot more to it and please read this blog to get a good understanding of Oracle True Cache and the use-cases.

Now, let’s get to the LiveLabs workshop for Oracle True Cache.

 

Oracle True Cache Workshop

This is a workshop on Oracle True Cache where you can get a feel for how True Cache can be used to scale reads even without partitioning your data! True Cache can help offload reads from the primary – thereby alleviating the primary database from becoming a bottleneck (this is a critical aspect to many customers and organizations). This also allows you to scale your workloads more efficiently.

 

This workshop is based on a demo application on a compute instance which is connected to a primary database configured with True Cache. The demo application is a java program using the Oracle JDBC driver. It simulates a high number of transactions for the primary database and demonstrates how offloading the read queries to True Cache helps in application performance (you can see the read only transactions per second which is a good indicator that shows the throughput gain).

True Cache LiveLabs Screenshot

 

The instructions in the LiveLabs are easy to follow along. It shows you how to setup the environment, initialization steps, and load data into the database. There is guidance on how you can use True Cache through JDBC, and see a glimpse of the power of using an automatically maintained cache in front of your database.

 

Do try it out and also read more about Oracle True Cache in the documentation section and see for yourself how it can greatly benefit your applications. Oracle True Cache helps with relieving load on your primary database, providing higher availability for your systems, and better cost management for your enterprise.
 

Resources

Oracle True Cache Homepage: https://www.oracle.com/truecache
Oracle True Cache User’s Guide: True Cache User’s Guide
Oracle Live Labs Workshop for True Cache: Live Labs for True Cache