Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试一个基本的插入语句:
INSERT INTO HOLIDAY (HOLIDAY_TYPE_CODE, CALENDAR_NAME, HOLIDAY_DATE, DESCRIPTION, CREATE_TS, UPDATE_TS) VALUES (2, 'CZK', '17-NOV-2009', NULL, SYSDATE, NULL);
我们得到这个错误:
ORA-24334: no descriptor for this position
我们在这里做错了什么?
我在 TOAD 中得到了这个。
它在 sqlplus 中工作。
重新启动 TOAD,我很好。
它在重新启动 TOAD 后工作。执行此操作时 TOAD 出现一些问题。