Oracle SQL Developer“运行”快捷方式已禁用

发布于 2024-08-07 12:37:35 字数 434 浏览 13 评论 0原文

突然,“运行”菜单中的所有键盘快捷键都被禁用,我不知道为什么。他们昨天还在工作,但今天没有。我可以单击工具栏菜单选项来运行这些命令(运行、跟踪等),但它们的键绑定不起作用。我尝试过 这个建议,甚至重新安装了它。还是没有运气。有人有什么建议吗?

替代文本

谢谢!

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 suggestion and even went so far as to re-install it. Still no luck. Anyone have any suggestions?

alt text

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

無心 2024-08-14 12:37:35

仅当至少有一个连接处于活动状态时,Oracle SQL Developer 中的大多数菜单项才会处于活动状态。
因此,请检查您的连接对象是否处于活动状态。

有关更多 Oracle SQL Developer 快捷方式单击此处

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.

For more Oracle SQL Developer shortcuts click here

≈。彩虹 2024-08-14 12:37:35

您是否已分配与工作表(或文件,如果您要尝试运行的内容)的连接?它是右上角的下拉框。

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.

|煩躁 2024-08-14 12:37:35

这是用于调试的,只有单击某些代码(例如函数、过程或包)后才会启用

This is for debug and won't be enabled until you click on some code (say a Function, Procedure, or a Package)

陌伤浅笑 2024-08-14 12:37:35

我遇到了同样的问题,直到我使用过程编辑器而不是作为工作表打开过程/函数等。这是通过在连接资源管理器中找到您的程序并从那里打开它来完成的。

输入图片此处描述

I had this same issue until I opened the procedure/function etc. with the procedure editor instead of as a worksheet. This is done by finding your program in the Connections explorer and opening it from there.

enter image description here

陌伤ぢ 2024-08-14 12:37:35

这个问题的出现是因为我们的系统中没有安装sql server配置,我们大多数人只安装了sql workbench,要在sql workbench中使用数据库运行查询,您需要在系统中安装sql server配置。

步骤1:检查服务中是否存在这样的mysql80或mysql**(在启动中搜索)
步骤2:如果存在尝试手动运行
第 3 步:否则安装并创建新的 sql 连接,然后启用运行按钮

This problem rises because of sql server configuration not installed in our system,most of we only installed the sql workbench,to run the query with your database in sql workbench u need sql server configuration install in ur system.

step 1:check the mysql80 or mysql** like this exist in services(search in start)
step 2:if exist try to run manually
step 3:else install and create new sql connection ,then the run buttons got enabled

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文