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!

SQLcl 25.3 - previous version number in generated files

Arvydas KoNov 5 2025

Hello,

When creating a new SQLcl project with 25.3, noticed hardcoded previous version number (24.3) in files:

README.md - link to documentation at the end of file - links to the previous version

After project stage:

prechecks.sql - from line 18

if '&&_SQLPLUS_RELEASE' != '2403000000' then
raise_application_error(-20001, 'This installer must be run using SQLcl 24.3.0');
end if;
This post has been answered by Oussama Assouar-Oracle on Nov 5 2025
Jump to Answer
Comments
Post Details
Added on Nov 5 2025
1 comment
49 views