I getting the following error when using "contains" function.
A text search option is not installed or not properly configured.. SQLCODE=-21000, SQLSTATE=42724
DB2 is 10.5 on Linux.
How I can enable text search on existing db?
As db2ts command is not found we I try to unable
db2ts "ENABLE DATABASE FOR TEXT"
I have created a new db but still not found the db2ts exe.
I have installed TEXT_SEARCH component on existing db2 instance.
db2stop
db2iupdt -j "TEXT_SEARCH,TEXT_SEARCH_Port" DB_Instance_Name
then start the instance (db2start)