From 88ad408e105fd6f282f9be65388cf0a9d560265d Mon Sep 17 00:00:00 2001 From: Paolo Paolucci Date: Tue, 2 Dec 2025 15:02:43 +0100 Subject: [PATCH] Commit Changes --- .../oracle-mcp-server-sqldev-vscode/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/data-platform/data-development/oracle-mcp-server-sqldev-vscode/README.md b/data-platform/data-development/oracle-mcp-server-sqldev-vscode/README.md index ab3cc4968..aabc95ef4 100644 --- a/data-platform/data-development/oracle-mcp-server-sqldev-vscode/README.md +++ b/data-platform/data-development/oracle-mcp-server-sqldev-vscode/README.md @@ -11,16 +11,16 @@ MCP has three primary constructs: - Prompts: define reusable prompt templates than can be surfaced by clients to LLMs provide a powerful way to standardize and share common LLM interactions. -Oracle SQLcl version 25.2 extends Oracle SQLcl to support MCP-based communication. It enables you to perform operations, create reports, and run queries on Oracle Database using natural language through AI-powered interactions. +Oracle SQLcl version 25.2 extends Oracle SQLcl to support MCP-based communication. It enables you to perform operations, create reports, and run queries on Oracle Database using natural language through AI-powered interactions. SQLcl MCP Mode: -- Works with all supported Oracle Database releases (19c, 21c, 23ai) on-prem and in the Cloud (OCI, Azure, AWS, GCP). +- Works with all supported Oracle Database releases (19c, 21c, 23ai) on-prem and in the Cloud (OCI, Azure, AWS, GCP) - Comes with an offer of Server Tools (SQLcl MCP Server Tools): - list-connections: discovers all saved Oracle DB connections - connect: establishes a connection to DB - disconnect: terminates the current DB connection - run-sql: runs standard SQL queries/DDLs/DMLs and PL/SQL code against DB - - run-sqlcl: runs specific SQLcl commands + - run-sqlcl: runs specific SQLcl commands - schema-information: provides insight metadata details about currently connected schema enriching info returned by query executions (from 25.3.1 version) The SQL Developer Extension for VS Code 25.2 offers Oracle SQLcl MCP Server Integration. The extension when install auto-registers our MCP Server for Copilot, making your SQL Developer database connections available for agentic chat requests, including running SQL and PL/SQL against your database. @@ -38,7 +38,6 @@ Reviewed: 12.12.2025 # Team Publications - [Introducing SQL Developer SQLcl integration in MS VSCode & MCP support for Oracle Database](https://www.youtube.com/watch?v=521GBhrmrmw&t=2s) - # Useful Links - [Model Context Protocol - Overview](https://modelcontextprotocol.io/docs/getting-started/intro) - [Introducing SQL Developer Copilot Integration in Microsoft VSCode & MCP Support for Oracle Database](https://www.youtube.com/watch?v=hj6WoZVGUBg)