oracle ORA-00922: 缺少或无效的选项

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

ORA-00922: missing or invalid option

oracletoad

提问by Thush

IN Toad 9,while executing 'SET DEFINE OFF;' I am getting error as 'ORA-00922: missing or invalid option'

IN Toad 9,同时执行“SET DEFINE OFF;” 我收到的错误是“ORA-00922:缺少或无效的选项”

回答by Pramod Karandikar

Alternatively, you can do this:

或者,您可以这样做:

Navigate to View> TOAD Options> And go to "execute/compile" node/itemand uncheck the Prompt for substitution variablesoption.

导航到View> TOAD Options> 并转到"execute/compile" node/item并取消选中该Prompt for substitution variables选项。

Or, for editor level change, Right click in the editor and uncheck Prompt for substitution variables

或者,对于编辑器级别更改,右键单击编辑器并取消选中 Prompt for substitution variables