Skip to content

Commit b32b9ff

Browse files
Merge pull request #2886 from oracle-devrel/ppaolucc-true-cache-ords-may2026-II
Recent Change
2 parents ee4d85e + d431ade commit b32b9ff

3 files changed

Lines changed: 9 additions & 15 deletions

File tree

data-platform/data-development/oracle-mcp-server-sqldev-vscode/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Reviewed: 20.04.2026
4040

4141
# Team Publications
4242
- [Introducing SQL Developer SQLcl integration in MS VSCode & MCP support for Oracle Database](https://www.youtube.com/watch?v=521GBhrmrmw&t=2s)
43+
- [Unlocking EM and RMAN Catalog data with SQLcl Oracle MCP Server AI Bridge - Medium article](https://medium.com/@umutnazlica/unlocking-oracle-enterprise-manager-and-rman-catalog-data-with-oracle-mcp-servers-ai-bridge-sqlcl-e05dd4aa01d9)
4344

4445
# Useful Links
4546
- [Oracle SQLcl MCP Page](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/25.4/sqcug/using-oracle-sqlcl-mcp-server.html)

data-platform/data-development/oracle-true-cache/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Oracle True Cache provides several business benefits related to application deve
1212

1313
- Improves scalability and performance by offloading queries from the primary database.
1414
- Reduces application response time and network latency by deploying True Cache closer to the application.
15-
- Creates a large, in-memory storage area by dividing data across multiple True Caches making the total size of the cached data much
15+
- Creates a large, in-memory storage area by dividing data across multiple True Caches making the total size of the cached data much
1616
larger than it would be for a single primary database or cache.
1717
- Automatically maintains the cache contents.
1818
- It's transparent to the applications
@@ -21,25 +21,17 @@ Oracle True Cache is available starting from Oracle AI Database 26ai release (no
2121

2222
Reviewed: 24.04.2026
2323

24-
25-
# Table of Contents
26-
24+
# Table of Contents
2725
1. [Team Publications](#team-publications)
2826
2. [Useful Links](#useful-links)
2927

30-
3128
# Team Publications
3229
N/A
3330

3431
# Useful Links
3532
- [Oracle True Cache](https://www.oracle.com/database/truecache/)
36-
- [Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/26/odbtc/index.html)
37-
- [Oracle True Cache Users Guide](https://docs.oracle.com/en/database/oracle/oracle-database/26/odbtc/oracle-true-cache-users-guide.pdf)
38-
- [Blog - Accelerate Your Application Performance with Oracle True Cache](https://blogs.oracle.com/database/accelerate-your-application-performance-with-oracle-true-cache)
39-
- [Oracle True Cache Technical Architectures](https://docs.oracle.com/en/database/oracle/oracle-database/26/tciad/tc_genarch.html)
40-
- [Blog - True Cache and Active Data Guard Transparent JDBC Redirection](https://blogs.oracle.com/maa/true-cache-and-active-data-guard-jdbc-redirection)
41-
- [LiveLabs-Improve application performance with True Cache](https://livelabs.oracle.com/ords/r/dbpm/livelabs/view-workshop?wid=3933&clear=RR%2C180&session=103853267931988)
42-
- [YouTube - Application Acceleration with Oracle True Cache: Oracle DatabaseWorld 2025](https://www.youtube.com/watch?v=akCz6tskFLU)
33+
- [True Cache AI World 2025](https://www.oracle.com/database/truecache/)
34+
- [True Cache - Learn about cache warmup - Oracle Blogs](https://blogs.oracle.com/database/oracle-true-cache-learn-about-cache-warmup)
4335

4436
# License
4537

data-platform/data-development/ords/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ORDS is a Java application that enables developers with SQL and database skills to develop REST APIs for Oracle Database,
44
Oracle Database 12c JSON Document store and higher and the Oracle NoSQL Database
55

6-
Reviewed: 07.04.2026
6+
Reviewed: 05.05.2026
77

88
# Table of Contents
99

@@ -12,7 +12,7 @@ Reviewed: 07.04.2026
1212

1313
# Team Publications
1414

15-
- [ORDS version 25.4 is now available, time to upgrade!](https://www.oracle.com/database/sqldeveloper/technologies/db-actions/download/)
15+
- [ORDS version 26.1 is now available, time to upgrade!](https://www.oracle.com/database/sqldeveloper/technologies/db-actions/download/)
1616

1717
- [JSON & Customer Managed ORDS with ADB](https://medium.com/@devpiotrekk/cloud-scalability-using-customer-managed-oracle-rest-data-service-with-autonomous-json-275fa06e8d22)
1818
- Article demonstrating the performance of Customer Managed ORDS combined with the Autonomous Database
@@ -21,7 +21,7 @@ Reviewed: 07.04.2026
2121

2222
# Useful Links
2323

24-
- [ORDS - Latest Release](https://www.oracle.com/tools/ords/ords-relnotes-25.4.2.html)
24+
- [ORDS - Latest Release](https://www.oracle.com/tools/ords/ords-relnotes-26.1.0.html)
2525
- [Webinar - ORDS & DevOps](https://www.youtube.com/watch?v=GIRdoGlqIDE)
2626
- [High Availability (HA) with ORDS](https://docs.oracle.com/en/solutions/deploy-ords-ha-oci/index.html)
2727
- A deployable HA stack showcasing flexibility of ORDS
@@ -30,6 +30,7 @@ Reviewed: 07.04.2026
3030
- [REST APIs for Oracle Database, everything you need to know](https://www.thatjeffsmith.com/oracle-database-rest-apis/)
3131
- [Jeff Smith ORDS Main Page](https://www.thatjeffsmith.com/archive/tag/ords/)
3232
- Main reference page on Oracle REST Data Services curated by Product Manager Jeff Smith
33+
- [Follow The Coffee - Chris Hoina Blog](https://followthecoffee.com/)
3334

3435
# License
3536

0 commit comments

Comments
 (0)