“此位置没有描述符”Oracle 错误

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

"no descriptor for this position" Oracle error

sqloracletoad

提问by Marcus Leon

We're trying a basic insert statement:

我们正在尝试一个基本的插入语句:

INSERT INTO HOLIDAY (HOLIDAY_TYPE_CODE, CALENDAR_NAME, HOLIDAY_DATE, DESCRIPTION, CREATE_TS,
UPDATE_TS)  VALUES (2, 'CZK', '17-NOV-2009', NULL, SYSDATE, NULL);

And we get this error:

我们得到这个错误:

ORA-24334: no descriptor for this position

What are we doing wrong here??

我们在这里做错了什么?

采纳答案by Marcus Leon

I was getting this in TOAD.

我在 TOAD 中得到了这个。

It worked in sqlplus.

它在 sqlplus 中工作。

Restarted TOAD and I was good.

重新启动 TOAD,我很好。

回答by Siva

It is working after restarting the TOAD.Some issue with TOAD while executing this.

它在重新启动 TOAD 后工作。执行此操作时 TOAD 存在一些问题。