My query search is :
SELECT cust_field1, cust_field_2, cust_field_2 FROM custom_object SEARCH DOCUMENT CONTAINS 'abrakadabra' enable (RETURN_RANGE 1 101 , object_BASED)
return exception:
[DM_QUERY_E_CURSOR_ERROR]error: "A database error has occurred during the creation of a cursor ('ORA-00933: SQL command not properly ended')
Does fulltext search work with hint RETURN_RANGE?