How to hide the 'Drop' item in the right click menu?

7fe0789ajw1f9uwmyfn0uj20iv0m7dmo.jpg


I want to hide the "drop" item, it's too dangerous to put it here. I can't find the way to hide it in the settings, Can anyone tell me how to do it?
Thank you very much!!
 
You can edit the Policies.cfg file in the PL/SQL Developer installation directory and add or change the DropObject option:

DropObject=Disable
 
Back
Top