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.2 project export with format disabled introduces quotes to object names

Arvydas KoNov 17 2025 — edited Nov 17 2025

Hello,

When using project export with project config export.format.enable set to false, SQLcl creates object DDL scripts (tables, constraints, triggers, …) with quoted object names, even though the objects were created with unquoted names. Is this expected behavior?

Steps to reproduce:
1. Create a new table with unquoted name
2. Set export.format.enable to false
3. Run project export

SQLcl creates table script with quoted table name.

Regards,
Arvydas

This post has been answered by danmcghan-Oracle on Nov 17 2025
Jump to Answer
Comments
Post Details
Added on Nov 17 2025
12 comments
168 views