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!

Successfully deleting non-existant folders

Patrick JolliffeApr 25 2025

If I try to delete a folder that doesn't actually exist, i get a message that the delete was successful.
I think it should output an error message instead.

SQL> cm delete -folder non_existant_folder
Folder non_existant_folder has been deleted
SQL> cm delete -folder non_existant_folder
Folder non_existant_folder has been deleted
Comments
Post Details
Added on Apr 25 2025
1 comment
88 views