代码改变世界

随笔分类 -  Oracle

oracle 全文检索

2014-08-13 11:35 by 悠悠鑫宝, 1026 阅读, 收藏,
摘要: 一、使用 sys 用户登录oracle(1)运行—cmd—sqlplus — sys/密码 @连接字符 as sysdba二、授权1、grant ctxapp to 全文检索使用用户;2、grant execute on ctx_dll to 全文检索使用用户;3、全文检索使用用户 登录oracle... 阅读全文