Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AI skills for SQLcl CodeScan / Trivadis?

PaavoJun 14 2026

I am one of those developers who gets plenty of Trivadis warnings when using SQLcl CodeScan.

My current idea is to use AI coding agents together with SQLcl MCP and CodeScan so that the AI learns to produce cleaner PL/SQL before the code reaches the database.

As a small experiment I put together this PoC:

https://github.com/vaaPo/oracle-sqlcl-mcp-trivadis-poc

The workflow is:

  • AI agents modify SQL files in Git
  • SQLcl CodeScan validates Trivadis rules
  • Humans review and execute changes
  • Database remains the source of truth

My question: are there any Oracle-provided AI skills, prompts, or best practices specifically for Trivadis guidelines and SQLcl CodeScan?

P.S. If you find anything useful in the repository, please steal it shamelessly.

Regards,
Paavo

This post has been answered by thatJeffSmith-Oracle on Jun 15 2026
Jump to Answer
Comments
Post Details
Added on Jun 14 2026
1 comment
92 views