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!

Folder already exists error message

Patrick JolliffeApr 25 2025

Testing folder functionality. The error message is wrong, it seems to imply I'm trying to create the folder inside the folder itself.
Also if I'm being super picky, with “A Folder” the capitalization is wrong…

SQL> cm add -folder f
Folder f has been added
SQL> cm add -folder f/s
Folder f/s has been added
SQL> cm add -folder f
A Folder named f already exists in f  
SQL> cm add -folder f/s
A Folder named s already exists in f/s

To my mind the error messages should be something like:

A Folder named f already exists (or already exists in / or .)

A Folder named s already exists in f

Comments
Post Details
Added on Apr 25 2025
1 comment
122 views