Hi,
I use Oracle 8i. I have a CLOB column on which i need to search.
The CLOB column contain data mostly in the range of 2000-4000 characters but it can go up to 20000 characters(on very few cases).
Firstly i want to know how i can do a case insensitive search. I found out we cant use lower() or upper () on CLOB columns.
Secondly, how do i create index on the CLOB column as this is not possible with the create index cmd. If i need to use intermedia for that, how do i find out intermedia is running or not in my server .
Also i came to know that we need some server (ctxsrv) to be running for the online update of index when we insert any new row. How do i find that is running also.
Lastly do i need to store the CLOB enabled in row or disabled (While creating the table in the test environment i did not set it) which is faster? why?.
Please Advice,
Arun
I use Oracle 8i. I have a CLOB column on which i need to search.
The CLOB column contain data mostly in the range of 2000-4000 characters but it can go up to 20000 characters(on very few cases).
Firstly i want to know how i can do a case insensitive search. I found out we cant use lower() or upper () on CLOB columns.
Secondly, how do i create index on the CLOB column as this is not possible with the create index cmd. If i need to use intermedia for that, how do i find out intermedia is running or not in my server .
Also i came to know that we need some server (ctxsrv) to be running for the online update of index when we insert any new row. How do i find that is running also.
Lastly do i need to store the CLOB enabled in row or disabled (While creating the table in the test environment i did not set it) which is faster? why?.
Please Advice,
Arun