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 project export keeps deleted database objects in src

Arvydas KFeb 20 2026

Hello,

What is the expected SQLcl project usage for identifying and managing deleted database objects?

As for now, when an object is deleted in the database, project export does not reflect this in the /src directory.

Is the only workaround for this - always delete /src and perform project export to identify what is no longer exported, thus assuming it is deleted from database?

E.g.:
- create a new table
- perform project export - object is added to /src
- delete the table
- perform project export - object is still present in /src

I was unable to find relevant information on this topic either in this forum or in the documentation.

Regards,
Arvydas

This post has been answered by heraoui-Oracle on Feb 20 2026
Jump to Answer
Comments
Post Details
Added on Feb 20 2026
2 comments
94 views