Oracle Text??
?????????????????????????????????????
???????????????????????????????????????
???????????????????????????????
Oracle Text ?????????????????
?????
Oracle Text ??Oracle Database ?????????????????????
Oracle Text ????????????????·??????????????
???Edition????????
- Oracle Database Enterprise Edition(EE)
- Oracle Database Standard Edition(SE)
- Oracle Database Standard Edition One
- Oracle Database Express Edition(XE)
??????
Oracle ??????? Database Configuration Assistant(DBCA)?????????????Oracle Text ??????????????????
???????????????????????????????
???????????????????(?????)?????????????????????????????????
??????????????????????????????????????
(1) ~ (4)????????????????????
(1) ?????
Oracle Text???????(ctxsys)???????????????(????? SCOTT)???? CTXAPP??????????
SQL connect ctxsys/
SQL grant ctxapp to scott;
(2) ???? ? ??????
SQL connect scott/tiger
SQL create table test (
2 id number primary key,
3 text varchar2(80) );
SQL insert into test ( id, text ) values ( 1, 'The cat sat on the mat' );
SQL insert into test ( id, text ) values ( 2, 'The dog barked like a dog' );
SQL insert into test ( id, text ) values ( 3, '??????????' );
SQL commit;
(3) ???????(??)
???????????????????
?????????: test_lexer ???????? JAPANESE_VGRAM_LEXER?????????
SQL connect scott/tiger
SQL execute ctx_ddl.create_preference('test_lexer','JAPANESE_VGRAM_LEXER');
????
????
OracleText????????????????????????????????????????????????????
????
????????????????????
???????????????????????????????????
???????
- JAPANESE_VGRAM_LEXER:????2????????????????????
- JAPANESE_LEXER (Oracle Text 9.0.1???????):????????????????????????????
???????
?????????????????????????????????????????????????????????????
(4) ?????????
TEST??????????????????
SQL create index test_idx on test ( text )
2 indextype is ctxsys.context
3 parameters ('lexer test_lexer');
(5) ?????????
"??"??????????????????
SQL col text for a30
SQL select id, text from test
2 where contains ( text, '??') 0;
ID TEXT
---------- ------------------------------
3 ??????????
¦????
???????/???Oracle Text ??
????????Oracle Text ????