Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> printjoins vs. skipjoins Oracle Text index
If I change this statement in my Oracle Text index creation from skipjoins
to printjoins:
begin
ctx_ddl.set_attribute('mdf_text_lexer_prf', 'skipjoins', '_-');
end;
/
to
begin
ctx_ddl.set_attribute('mdf_text_lexer_prf', 'printjoins', '_-');
end;
/
Do I have to recreate the table, the Text index or both to make the change permanent?
thanks.
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 18 2006 - 09:07:58 CDT
![]() |
![]() |