Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Oracle 8.0.5, Context Cartridge, Columns with 4000+ characters of data
Hi,
The app server which would use this column is written in Java and uses
JDBC.
Have some questions regarding columns holding a large amount of
character data.
The context cartridge:
Will this only work with the normally used datatypes (varchar2, char) ?
Large character columns:
Which column to use for sizes above 4000characters? All columns(long,clob) seems to be so difficult manage.
LONG cannot be indexed and has a shitload of restrictions when dealing with expressions, ie cannot be used in a WHERE clause.
In other words what datatype to use that would be (close to) the SQL Server TEXT datatype?
TIA!
Best Regards
Jerra
Received on Thu Apr 05 2001 - 14:55:36 CDT
![]() |
![]() |