is there a LONG VARCHAR datatype in Oracle?
I recently learnt that there is no LONG VARCHAR datatype, nonetheless searching the Web for
"Oracle LONG VARCHAR" yields a hit LONG VARCHAR data type.
On the other hand there is LONG. What are the limitations to this datatype? Somewhere I read there can be only one LONG column per table.
Is that correct? Then I read that LONG is deprecated.
Thanks in advance
Christoph