oracle Toad 添加/插入和删除记录按钮已禁用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1476275/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 19:04:57  来源:igfitidea点击:

Toad Add/Insert and Delete records Button Disabled

oraclebuttontoaddisabled-control

提问by Attilah

I'm using Toad 8.6 and when I try to add new records using the Schema Browser, Data tab, my 'insert record' is grayed out. So, I installed the 9.6 version and the same problem persists.

我正在使用 Toad 8.6,当我尝试使用架构浏览器的数据选项卡添加新记录时,我的“插入记录”显示为灰色。所以,我安装了 9.6 版本,同样的问题仍然存在。

See the grayed out buttons in red in the picture.

请参阅图中红色的灰色按钮。

enter image description here

在此处输入图片说明

I'm able to add records through the SQL insert statement at the SQL Editor of Toad.

我可以通过 Toad 的 SQL 编辑器中的 SQL 插入语句添加记录。

How can I solve this?

我该如何解决这个问题?

回答by asgeo1

Do you mean the + button that displays at the top of the SQL results grid?

您的意思是显示在 SQL 结果网格顶部的 + 按钮吗?

There is an "edit grid" button which you're supposed to click first to then enable changes to the data grid. Otherwise the results grid is read-only.

有一个“编辑网格”按钮,您应该先单击该按钮,然后才能启用对数据网格的更改。否则结果网格是只读的。

回答by asgeo1

Uncheck Default to Read only query in Toad Option (View--Options- Data Grid --Data)

在 Toad 选项(视图--选项-数据网格--数据)中取消选中默认为只读查询

回答by Dandy

If the rowid is selected, then insert/edit icons will be enabled. e.g. select rowid, t.* from table t

如果选择了 rowid,则将启用插入/编辑图标。例如 select rowid, t.* from table t

回答by Darlene Ulmet

If you are in the viewer, then you need to uncheck the read only selection to the far left of the viewer screen. You get to this by pulling down the menu to the right of the red button. Once unchecked the button will turn green.

如果您在查看器中,则需要取消选中查看器屏幕最左侧的只读选项。您可以通过拉下红色按钮右侧的菜单来实现这一点。一旦取消选中该按钮将变为绿色。

回答by Jeremy Thompson

Options > Data > untick "Use Read-Only Queries" > click OK > Close the Schema Browser and open a new Schema Browser window to see the buttons enabled:

选项 > 数据 > 取消勾选“使用只读查询”> 单击确定 > 关闭架构浏览器并打开一个新的架构浏览器窗口以查看启用的按钮:

enter image description here

在此处输入图片说明

回答by AndyDan

Is your TOAD installed Read-Only? The help files provide information about installing TOAD as a Read-Only application.

您的 TOAD 是否安装为只读?帮助文件提供有关将 TOAD 安装为只读应用程序的信息。