diff --git a/content/en/docs/releasenotes/studio-pro/11/11.10.md b/content/en/docs/releasenotes/studio-pro/11/11.10.md
index c77a7547809..9780d29c653 100644
--- a/content/en/docs/releasenotes/studio-pro/11/11.10.md
+++ b/content/en/docs/releasenotes/studio-pro/11/11.10.md
@@ -3,7 +3,6 @@ title: "11.10"
url: /releasenotes/studio-pro/11.10/
description: "The release notes for Mendix Studio Pro 11.10 (including all patches) with details on new features, bug fixes, and known issues."
weight: 90
-# KI: "Using an Oracle database": Ticket 275597
# KI: "Maia Chat panel issue": MID-317
---
@@ -78,7 +77,7 @@ weight: 90
* We fixed an issue where saving changes in the **Select Elements** dialog of an XML import mapping incorrectly allowed saving an invalid selection where a parent element was checked but its required child element was not, without showing the expected error "Element '…' cannot be checked without a checked child element." (Ticket 273820)
* We fixed an issue where filtering for objects using a constraint like `[not(association)]` in offline apps incorrectly returned no results. (Ticket 274157)
* We fixed an issue in the **Select Elements** dialog of an XML export mapping where clicking **OK** on a checked parent element whose required child elements had not been expanded caused the error "Element '…' cannot be checked without a checked child element." Studio Pro now automatically checks required child elements of unexpanded parent nodes before saving. (Ticket 274683)
-* We fixed an issue when running with Oracle where task queue queries generated invalid SQL. (Ticket 275597)
+* We fixed an issue where, when using an Oracle database, task queue queries generated invalid SQL. (Ticket 275597)
* We made the event sub-process start activity in workflows not draggable.
* We made the main start activity in workflows not draggable to prevent you from accidentally dragging it and losing your progress.
* We fixed an issue where renaming a view entity association in the domain model editor did not update the corresponding ID alias in the OQL query, ensuring the OQL definition now stays consistent with the new association name.
@@ -115,7 +114,6 @@ weight: 90
### Known Issues
-* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
* The Maia Chat panel may appear and remain functional even when Maia is disabled in **Edit** > **Preferences**.
* Workaround: Manually close the panel when it appears.
* In some cases, clicking the **Undo all** button shows an error message after Maia generates and edits a document. Some changes might not fully revert.
diff --git a/content/en/docs/releasenotes/studio-pro/11/11.11.md b/content/en/docs/releasenotes/studio-pro/11/11.11.md
index bca461f9df1..4cd5d2fc82e 100644
--- a/content/en/docs/releasenotes/studio-pro/11/11.11.md
+++ b/content/en/docs/releasenotes/studio-pro/11/11.11.md
@@ -3,8 +3,6 @@ title: "11.11"
url: /releasenotes/studio-pro/11.11/
description: "The release notes for Mendix Studio Pro 11.11 (including all patches) with details on new features, bug fixes, and known issues."
weight: 89
-# TBD: CHECK THESE KIs AGAINST FIXES IN 11.11 AND SEE IF WE CAN MARK AS FIXED
-# KI: "Using an Oracle database": Ticket 275597
# KI: "Maia Chat panel issue": MID-317
---
@@ -136,7 +134,6 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y
### Known Issues
-* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
* The Maia Chat panel may appear and remain functional even when Maia is disabled in **Edit** > **Preferences**.
* Workaround: Manually close the panel when it appears.
* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
diff --git a/content/en/docs/releasenotes/studio-pro/11/11.12.md b/content/en/docs/releasenotes/studio-pro/11/11.12.md
index f6ee47b039a..40e8ea782a0 100644
--- a/content/en/docs/releasenotes/studio-pro/11/11.12.md
+++ b/content/en/docs/releasenotes/studio-pro/11/11.12.md
@@ -4,7 +4,6 @@ url: /releasenotes/studio-pro/11.12/
description: "The release notes for Mendix Studio Pro 11.12 (including all patches) with details on new features, bug fixes, and known issues."
lts: true
weight: 88
-# KI: "Using an Oracle database": Ticket 275597
# KI: "Maia Chat panel issue": MID-317
# KI: "BYO LLM": SPAM-435
# KI: "Maia Skills button": SPAM-434
@@ -212,7 +211,6 @@ CDC can be used with the Mendix Event Broker or with a Bring Your Own Kafka (BYO
### Known Issues
-* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
* The Maia Chat panel may appear and remain functional even when Maia is disabled in **Edit** > **Preferences**.
* Workaround: Manually close the panel when it appears.
* When using BYO LLM, switching back to the Mendix Platform provider and saving your configuration causes reasoning and caching to stop functioning.
diff --git a/content/en/docs/releasenotes/studio-pro/11/11.9.md b/content/en/docs/releasenotes/studio-pro/11/11.9.md
index 792373a6085..c2b4c13cb5c 100644
--- a/content/en/docs/releasenotes/studio-pro/11/11.9.md
+++ b/content/en/docs/releasenotes/studio-pro/11/11.9.md
@@ -3,7 +3,6 @@ title: "11.9"
url: /releasenotes/studio-pro/11.9/
description: "The release notes for Mendix Studio Pro 11.9 (including all patches) with details on new features, bug fixes, and known issues."
weight: 91
-# KI: "Using an Oracle database": Ticket 275597
---
{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.9](https://www.mendix.com/blog/mendix-release-11-9/) blog post.{{% /alert %}}
@@ -186,6 +185,7 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat
### Known Issues
* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
+ * Fixed in [11.10](#fix-oracle-database)
* After you import a module with widgets (for example, the Data Widgets module) or just a widget, Studio Pro enters a state where subsequent imports of widget-containing modules silently fail. Studio Pro may appear to complete the import successfully but fails to actually import the module and its widgets. Studio Pro must be restarted to install another module with widgets, it is not sufficient to close the app or the Marketplace. The issue also persists for downloaded modules with widgets that are manually installed.
We are working on the solution for this issue, the fix will be released as soon as possible in the upcoming patched versions.
* Fixed in [11.9.1](#fix-module-import)
* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: