tags:

views:

682

answers:

2

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

A: 

I was getting this in TOAD.

It worked in sqlplus.

Restarted TOAD and I was good.

Marcus
A: 

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

Siva