Hello
I have a query:
INSERT INTO mrbs_entry (ID, START_TIME, END_TIME, ENTRY_TYPE, REPEAT_ID, ROOM_ID, TIMESTAMP, CREATE_BY, NAME, TYPE_ENTRY, DESCRIPTION) VALUES ('1047', '1032332400', '1032364800', '0', '0', '24', TO_DATE('26112001121629','DDMMYYYYHH24MISS'), '172.18.34.63', 'TRAINING GENERIC', 'I', 'GLOBAL TELECOM DAY');

Oracle return me:
ORA-01465: invalid hex number

I don't understand

    Look at the description of the table and make sure the data types match up with the data types you're trying to insert.

    Hank

      Write a Reply...