动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息

本月文章推荐
.Oracle中三种上载文件技术(三).
.手动建立 Oracle9i 数据库.
.Oracle经验技巧集锦.
.Linux启动过程综述.
.快速建立数据字典我如此设计小型.
.确保Oracle 9i网络的正常运行.
.Oracle 数据库 10g 产品系列 (PD.
.Oracle进程导致CPU 100%具体解决.
.Oracle数据库体系结构.
.i系列上运行的Linux分区数量和Li.
.在Oracle9i中计算时间差.
.Oracle9i中取得建表和索引的DDL语.
.ORACLE SQL性能优化系列 (十三).
.Oracle PL/SQL语言初级教程之操作.
.Oracle 数据库的配置方案 完全分.
.对Foreign Key的进一步认识.
.oracle执行计划刨析.
.9i中一个特殊等待事件--null eve.
.感受“酷”的力量.
.Oracle 常用功能函数汇总.

手工安装Oracle全文检索工具

发表日期:2008-2-9 |


    在Oracle9i Rlease2中,Oracle的全文检索技术被称为:Oracle Text,功能十分强大。Oracle Text是Oracle9i采用的新名称,在Oracle8/8i中它被称作Oracle interMedia Text,在Oracle8以前它的名称是Oracle ConText Cartridge。
Oracle Text组件可以在安装数据库的时候选择,缺省是安装的,假如没有安装,那么可以按照以下方式手动安装Oracle Text。
1.创建存储表空间

$ sqlplus "/ as sysdba" SQL*Plus: Release 9.2.0.4.0 - ProdUCtion on Sun May 15 19:54:48 2005 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Production SQL> select name from v$datafile; NAME -------------------------------------------------------------------------------- /h2love/oracle/system01.dbf /h2love/oracle/undotbs01.dbf /h2love/oracle/users01.dbf ... 9 rows selected. SQL> create tablespace oratext 2 datafile '/h2love/oracle/oratext01.dbf' size 100m 3 extent management local uniform size 128k 4 ; Tablespace created.
2.创建相关对象
SQL> spool text.log SQL> connect sys/oracleHURRAY as sysdba Connected. SQL> start ?/ctx/admin/dr0csys passWord oratext temp ...creating user CTXSYS ...creating role CTXAPP SQL> connect ctxsys/password Connected. SQL> start ?/ctx/admin/dr0inst ?/ctx/lib/libctxx9.so ============== ConText Database Objects Installation ============== This script must be run as CTXSYS. This script will exit below if run as any other user. User is CTXSYS ... creating tables and Oracle object types ... creating table dr$parameter ... creating table dr$class ... creating table dr$object ... creating table dr$object_attribute ... creating table dr$object_attribute_lov ... creating table dr$preference ... creating table dr$preference_value ... creating table dr$index ... creating table dr$index_partition ... creating table dr$index_value ... creating table dr$policy_tab ... creating table dr$sqe ... creating table dr$ths ... creating table dr$ths_phrase ... creating table dr$ths_fphrase ... creating table dr$ths_BT ... creating table dr$section_group ... creating table dr$section ... creating table dr$stoplist ... creating table dr$stopword ... creating table dr$sub_lexer ... creating table dr$index_set ... creating table dr$index_set_index ... creating table dr$server ... creating table dr$pending ... creating table dr$waiting
... creating table dr$online_pending ... creating table dr$delete ... creating table dr$unindexed ... creating table dr$index_error ... creating table dr$parallel ... creating table dr$stats ... creating table dr$part_stats ... creating named data type ctx_feedback_item_type ... creating named data type ctx_feedback_type ... creating safe callout library ... creating CONTEXT interface drop public synonym contains * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist drop public synonym score * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist ... creating CTXCAT interface drop public synonym catsearch * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist ... creating CTXRULE interface drop public synonym matches * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist ... creating CTXXPATH interface ... loading package headers ================== Package Installation ========================== Install Global Symbols ... loading driobj.pkh No errors. ... loading dr0def.pkh No errors. ...loading drig.pkh No errors. Install DR Internal package specs ... loading driutl.pkh No errors. ... loading driacc.pkh No errors. ... loading driadm.pkh No errors. ... loading dricon.pkh No errors. ... loading dridisp.pkh No errors. ... loading dridml.pkh No errors. ... loading dridoc.pkh No errors. ... loading drierr.pkh No errors. ... loading driddl.pkh No errors. ... loading driddlp.pkh No errors. ... loading driddlc.pkh No errors. ... loading driddlr.pkh No errors. ... loading driddlx.pkh No errors. ... loading drilist.pkh No errors. ... loading driload.pkh No errors. ... loading driopt.pkh No errors. ... loading dripipe.pkh No errors. ... loading dripref.pkh No errors. ... loading drirec.pkh No errors. ... loading drirep.pkh No errors. ... loading drirepm.pkh No errors. ... loading drireps.pkh No errors. ... loading drirept.pkh No errors. ... loading drirepz.pkh No errors. ... loading driths.pkh No errors. ... loading drithsc.pkh No errors. ... loading drithsd.pkh No errors. ... loading drithsl.pkh No errors. ... loading drithsx.pkh No errors. ... loading drival.pkh No errors. ... loading driexp.pkh No errors. ... loading driimp.pkh No errors. ... loading driparse.pkh No errors. ... loading drixtab.pkh No errors. ... loading drixtabc.pkh No errors. ... loading drixtabr.pkh No errors. ... loading drixtabx.pkh No errors. Install ConText public API specs ... loading dr0adm.pkh No errors. ... loading dr0ddl.pkh No errors. ... loading dr0doc.pkh No errors. ... loading dr0out.pkh No errors. ... loading dr0query.pkh No errors. ... loading dr0thes.pkh No errors. ... loading dr0repor.pkh No errors.
... loading dr0ulex.pkh No errors. ... loading dr0cls.pkh No errors. ... loading package bodies ================== Package Installation ========================== Install DR Internal package bodies ... loading driacc.plb No errors. ... loading driadm.plb No errors. ... loading dricon.plb No errors. ... loading dridisp.plb No errors. ... loading dridml.plb No errors. ... loading dridoc.plb No errors. ... loading drierr.plb No errors. ... loading driddl.plb No errors. ... loading driddlp.plb No errors. ... loading driddlc.plb No errors. ... loading driddlr.plb No errors. ... loading driddlx.plb No errors. ... loading drilist.plb No errors. ... loading driload.plb No errors. ... loading dripipe.plb No errors. ... loading driopt.plb No errors. ... loading dripref.plb No errors. ... loading drirec.plb No errors. ... loading drirep.plb No errors. ... loading drirepm.plb No errors. ... loading drireps.plb No errors. ... loading drirept.plb No errors. ... loading drirepz.plb No errors. ... loading driths.plb No errors. ... loading drithsc.plb No errors. ... loading drithsd.plb No errors. ... loading drithsl.plb No errors. ... loading drithsx.plb No errors. ... loading driutl.plb No errors. ... loading drival.plb No errors. ... loading driexp.plb No errors. ... loading driimp.plb No errors. ... loading driparse.plb No errors. ... loading drixtab.plb No errors. ... loading drixtabc.plb No errors. ... loading drixtabr.plb No errors. ... loading drixtabx.plb No errors. ... loading driproc.plb No errors. Install ConText public API bodies ... loading dr0adm.plb No errors. ... loading dr0ddl.plb No errors. ... loading dr0doc.plb No errors. ... loading dr0out.plb No errors. ... loading dr0query.plb No errors. ... loading dr0thes.plb No errors. ... loading dr0repor.plb No errors. ... loading dr0cls.plb No errors. ======================================================== ... creating CONTEXT interface body No errors. No errors. ... creating CTXCAT interface body No errors. ... creating CTXRULE interface body No errors. ... creating CTXXPATH interface body No errors. ... creating CONTEXT index type drop public synonym context * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist ... creating CTXCAT index type drop public synonym ctxcat * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist ... creating CTXRULE index type drop public synonym ctxrule * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist ... creating CTXXPATH index type drop public synonym ctxxpath * ERROR at line 1: ORA-01432: public synonym to be dropped does not exist ... creating objects Removing old object definitions... Creating new object definitions... ...creating default preferences Create default preferences System Parameters
======================================================== SQL> start ?/ctx/admin/defaults/drdefus.sql; Creating lexer preference... Creating wordlist preference... Creating stoplist... Creating default policy... SQL> spool off SQL> exit Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Production
请注重假如漏掉drdefus.sql脚本,使用过程中将会出现以下类似错误:
ERROR atline 1: ORA-29855: error occurred in the execution of ODCIINDEXCREATEroutine ORA-20000: interMedia Text error: DRG-10700: preference does notexist: CTXSYS.DEFAULT_LEXER ORA-06512: at "CTXSYS.DRUE", line 126 ORA-06512:at "CTXSYS.TEXTINDEXMETHODS", line 54 ORA-06512: at line 1 这样就完成了手工安装全文检索工具。
-----

上一篇:在Oracle数据库10g中跟踪SQL 人气:545
下一篇:在一台机器配置两个listener 人气:522
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-10-13 爬爬思特新闻管理系统 v2.0 Beta1
2008-10-13 Pligg v9.9.5 Beta
2008-10-13 广优邮件发送系统 v2.1
2008-10-13 缤纷互动视频交友 v3.1 RC
2008-10-13 MyShop网络商城 build 081005
2008-10-13 Chyrp 超轻量级开源博客引擎 v2.
2008-10-13 162100静态(论坛/文章)系统 v2.4
2008-10-13 金博人才招聘求职网黄金版 v4.2
2008-10-13 愚人笔记 v4.0
2008-10-11 联系人分组工具 v1.1 中文破解版
2008-10-11 FaceMelter变脸 v2.0 汉化破解版
2008-10-11 PathTracker道路跟踪仪 v1.2 破解
2008-10-11 Rooms手机聊天室 v0.6.7 破解版
2008-10-11 RemoteDesktop远程桌面 v1.0 破解
2008-10-11 ProRemote远程调音台 v1.0.1 破解
2008-10-11 PicShare照片共享 v1.0.0 破解版
2008-10-11 Photogene照片编辑器 v1.5 汉化破
2008-10-11 WriteRoom共享文档 v1.0 破解版
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | 广告代码 | js/vbs加密 | md5加密 | 进制转换 | UTF-8 转换工具 | Html转换js | Html转换asp | Html转换php | Html转换perl
实用工具:汉字翻译拼音 | 拼音字典 | 符号对照表 | 个税计算 | 实时汇率查询换算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 | 国家代码与域名缩写 | 文字加密解密 | 健康查询 | 万年历 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵
SEO対策 中国語教室 ホームページ作成