Question

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??

Was it helpful?

Solution

I was getting this in TOAD.

It worked in sqlplus.

Restarted TOAD and I was good.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top