禁用 Oracle SQL Developer“运行”快捷方式
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1527701/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Oracle SQL Developer "Run" shortcuts disabled
提问by Kevin Babcock
Suddenly all my keyboard shortcuts in the "Run" menu are disabled and I have no idea why. They were working yesterday, but not today. I can click on the toolbar menu options to run these commands (Run, Trace, etc), but they key bindings don't work. I tried this suggestionand even went so far as to re-install it. Still no luck. Anyone have any suggestions?
突然间我在“运行”菜单中的所有键盘快捷键都被禁用了,我不知道为什么。他们昨天还在工作,但今天没有。我可以单击工具栏菜单选项来运行这些命令(运行、跟踪等),但它们的键绑定不起作用。我尝试了这个建议,甚至重新安装它。仍然没有运气。有人有什么建议吗?
Thanks!
谢谢!
回答by yasha
Most of the menu items in Oracle SQL Developer will be active only if at least one connection is active. So check whether you have your connection object is active.
仅当至少有一个连接处于活动状态时,Oracle SQL Developer 中的大多数菜单项才会处于活动状态。因此,请检查您的连接对象是否处于活动状态。
For more Oracle SQL Developer shortcuts click here
有关更多 Oracle SQL Developer 快捷方式,请单击此处
回答by J. Schei
回答by APC
Have you assigned a connection to the worksheet (or file, if that's what you are trying to run)? It's the dropdown box on the top right-hand side.
您是否为工作表(或文件,如果这是您要运行的内容)分配了连接?它是右上角的下拉框。
回答by geekzspot
This is for debugand won't be enabled until you click on some code (say a Function, Procedure, or a Package)
这是用于调试并且在您单击某些代码(例如函数、过程或包)之前不会启用