ITPUB??ì3
新一届的微软MVP评选已经开始,欢迎各位推荐!
ITPUB论坛 » Oracle专题深入讨论 » 如何查找全文索引的参数

标题: 如何查找全文索引的参数
离线 lanbaibai
初级会员



精华贴数 0
个人空间 0
技术积分 790 (2405)
社区积分 0 (123715)
注册日期 2004-7-10
论坛徽章:0
      
      

发表于 2008-5-26 17:12 
如何查找全文索引的参数

如何查找全文索引的参数


创建全文索引时:
begin ctx_ddl.create_preference('club_lexer','chinese_vgram_lexer'); end;

CREATE   INDEX   INDEX_MESSAGES_TOPIC   ON   JSY_MESSAGES_INFO(TOPIC)   
      INDEXTYPE   IS   CTXSYS.CONTEXT parameters('lexer club_lexer');

我在以后创建索引时,直接使用”club_lexer'这个参数即可,但是如果我忘记了的话,我如何查找知道这个”club_lexer'啊?


只看该作者    顶部
离线 Yong Huang
版主



精华贴数 2
个人空间 0
技术积分 4176 (340)
社区积分 129 (3006)
注册日期 2001-10-9
论坛徽章:6
现任管理团队成员ITPUB元老管理团队2006纪念徽章会员2006贡献徽章授权会员2008年新春纪念徽章
      

发表于 2008-5-27 21:12 
I can't answer your question now. But if I were you, I would do research this way:

alter session set sql_trace=true;
begin ctx_ddl.create_preference ...
Check trace file
select * from user_objects where created > sysdate - 1/48;
Search Reference manual for a possible name
If you still can't figure out, search sql.bsq for internal tables that use the base tables you saw in the SQL trace file.
Search on Metalink
...


Yong Huang


只看该作者    顶部
 
    

相关内容


CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号 联系我们 法律顾问