Im getting this error:
ORA-01741: illegal zero-length identifier

when I try to execute the following insert from sqlplus

INSERT INTO messages VALUES
('631','3026','move range automatic frequent degree cloud I there waiting story such sand property fiction','May 2, 07 @ 12:00 am','5745');

The same insert works perfectly from PL/SQL Developer

Any help, suggestions etc please?

Theodor Trimis