Welcome to Salem Houali ‘s Oracle Developer Notes

December, 2025

Basic tests with true cache on oracle database 26 ai

In this article, I’ll continue with some basic tests following my previous post orale-true-cache-installation-on-database-26ai Thanks to Ulrike Schwinn To complete the demo, we need to go through the following steps: Step 1.  we need to download the following packages: db-sample-schemas-23.3.zip sqldeveloper-24.3.1-347.1826.noarch.rpm jdk-17.0.17_linux-x64_bin.rpm Download jdk-17.0.17_linux-x64_bin.rpm Step 2.  install jdk-17.0.17_linux-x64_bin.rpm & qldeveloper-24.3.1-347.1826.noarch.rpm install jdk-17.0.17_linux-x64_bin.rpm Step 3. add /opt/sqldeveloper […]

Oracle True Cache installation on database 26ai

Configure true Cache on Oracle AI Database Free Ref. Oracle documentation About Oracle True Cache True Cache is an in-memory, read-only cache in front of an Oracle AI Database. Like Oracle Active Data Guard, True Cache is a fully functional, read-only replica of the primary database, except that it’s mostly diskless. Unlike conventional caches, True Cache […]