REM Maxinst started Tue Mar 29 07:26:01 GMT 2011 for schema MAXIMO
REM Maxinst connected to database jdbc:oracle:thin:@localhost:1521:max60
ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH24-MI.SS'
;
call ctx_ddl.drop_preference('global_lexer')
;
call ctx_ddl.drop_preference('default_lexer')
;
call ctx_ddl.drop_preference('english_lexer')
;
call ctx_ddl.drop_preference('chinese_lexer')
;
call ctx_ddl.drop_preference('japanese_lexer')
;
call ctx_ddl.drop_preference('korean_lexer')
;
call ctx_ddl.drop_preference('german_lexer')
;
call ctx_ddl.drop_preference('dutch_lexer')
;
call ctx_ddl.drop_preference('swedish_lexer')
;
call ctx_ddl.drop_preference('french_lexer')
;
call ctx_ddl.drop_preference('italian_lexer')
;
call ctx_ddl.drop_preference('spanish_lexer')
;
call ctx_ddl.drop_preference('portu_lexer')
;
call ctx_ddl.create_preference('default_lexer','basic_lexer')
;
call ctx_ddl.create_preference('english_lexer','basic_lexer')
;
call ctx_ddl.create_preference('chinese_lexer','chinese_lexer')
;
call ctx_ddl.create_preference('japanese_lexer','japanese_lexer')
;
call ctx_ddl.create_preference('korean_lexer','korean_lexer')
;
REM ORA-20000: Oracle Text 错误:
DRG-10703: 无效的框架对象korean_lexer
ORA-06512: 在 "CTXSYS.DRUE", line 160
ORA-06512: 在 "CTXSYS.CTX_DDL", line 26REM Maxinst completed with errors Tue Mar 29 07:26:01 GMT 2011