恢复PL/SQL Developer中删除确认对话框

2014-11-24 18:40:40 · 作者: · 浏览: 2

打开的界面中列出了所有不需要弹出确认对话框的配置信息,事实上,DSA的意思是Don't Show this message Again,如果你之前选择了Don't show this message again,那弹出的对话框中的内容应该如下:

;Shows a list of dialogs that have the "Don't Show this message Again" option checked
;You can delete lines for the messages you want to enable
AutomaticStatisticsDisabled=1
Commit=6

RecompileOK=1
DropSelectedObjects=6
DropTABLE=6


在配置项中找到需要恢复确认功能的配置行“DropTABLE=6”,删除这一行后点击确定,即可恢复在Drop时弹出确认对话框功能。