Forum OpenACS Q&A: Re: Request error when doing a user search

Collapse
Posted by Brian Fenton on
Tool, you need Intermedia installed to use the site wide search  in Oracle. The im_convert function should be created after you installed site-wide-search - did you get any errors when you installed it? Check in SQL*Plus to see if im_convert is there by typing this:

select * from user_objects
where object_name = 'IM_CONVERT';