Copy command [message #250361] |
Mon, 09 July 2007 15:02 |
qasim845
Messages: 95 Registered: March 2007 Location: Philadelphia
|
Member |
|
|
While running this copy command i am getting the following error.
ORA-01458: invalid length inside variable character string
Command: copy from lc_feed/lc_feed@lnlcsuu1 to lc_feed/lc_feed@lnlcsuu1
insert JP_FACE_RAW_TDALLOCATION_NEW using select * from JP_FACE_RAW_TDALLOCATION e
where tradedate between '31-DEC-2005' and '30-JUN-2006';
Thanks in advance
|
|
|
|
Re: Copy command [message #250577 is a reply to message #250361] |
Tue, 10 July 2007 09:15 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
Just to add to Michel's post, you are comparing character strings, as in:
FOO SCOTT>l
1* select * from dual where '31-DEC-2005' >= '#$%!'
FOO SCOTT>/
D
-
X
|
|
|