Hi All,
Version - Oracle 11gR2
I have one requirement where I need to concatenate a long datatype column with char/varchar column.
While doing this I am getting an error of "Inconsistence datatypes ora-932".
Can we have other way around for this?
e.g
Select 'Some text '|| text
from user_views;
As all we know the TEXT column in USER_VIEWS is of LONG datatype.
Regards,
Sid