Hi DBA's
In a SQL statement when i try to use the like Operator against a column
of LONG data type i get the error
3DP05891> select * from xmit_msg_que_w where to_char(QUE_MSG_T) like
'%010405890%';
select * from xmit_msg_que_w where to_char(QUE_MSG_T) like '%010405890%'
*
ERROR at line 1:
ORA-00932: inconsistent datatypes: expected CHAR got LONG
Could You please help me on the issue. I want to search for a pattern
against a column defined as LONG data type.
Thanks In Advance
Satheesh M
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Oracle LazyDBA home page