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!

26.1.2.0 / 26.1.2.132.1334 SQLcl project verify - Errors with test "stagechangelogcomplete"

Fred DullemondJul 1 2026

After the normal export/stage steps the verify step fails on stageChangelogComplete with following message

ERROR Stage StageChangelogComplete dist\releases\next\changes\t1\xx_playdoh\tables\fd_table.sql
has no entry in changelog file : stage.changelog.xml
dist\releases\next\changes\t1\xx_playdoh\tables\lalalalaal.sql
has no entry in changelog file : stage.changelog.xml

The stage.changelog.xml however do conatin the two files as follows:

<?xml version="1.0" encoding="UTF-8"?>

<databaseChangeLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns="http://www.liquibase.org/xml/ns/dbchangelog"

xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog

http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd">

<include file="xx_playdoh/tables/fd_table.sql" relativeToChangelogFile="true"/>

<include file="xx_playdoh/tables/lalalalaal.sql" relativeToChangelogFile="true"/>

</databaseChangeLog>

This is running under windows.

Any suggestions whether this a a bug and it is safe to continue with gen-artifact and deploy?

Thanks, Fred

Comments
Post Details
Added on Jul 1 2026
0 comments
63 views