How do I index Microsoft (Office) Word Document 2007?
From: How to Index a Microsoft (Office) Word Document 2007? (Document ID 752710.1)
Suitable for:
Oracle text-version:11.1.0.7 to 11.2.0.3-release:11.1 to 11.2
Information in this document applies to any platform.
Goal
This article explains how to index BLOB columns in a table that contain Microsoft Word document (new Microsoft Formatting,docx format).
Starting with Oracle Database 11.1.0.7, Oracle text uses Oracle Outside in HTML Export technology (additional note: Oracle Outside in HTML export technology comes from Oracle Company Next product line: Middleware > Content Management > Oracle Outside in Technology >) for document filtering, which replaces the FI that Autonomy Inc. authorizes to Oracle Company Ltering Technology.
Therefore, this will allow for the indexing of Microsoft (Office) Word documents starting with Oracle Database 11.1.0.7+.
Kindly refer to the Appendix B of Oracle Text Reference for a complete list of filter-supported document formats in 11.1.0 .7.
Oracle Text Reference 11g Release 1 (11.1)
Part number b28304-03
http://download.oracle.com/docs/cd/B28359_01/text.111/b28304/afilsupt.htm#i634493
B.2 Supported Document Formats
Solution:
Follow these steps to complete your search for Microsoft Word document
Step 1-within the/tmp Directory Place all the files to is used from this note.
Docx1.sqldocx2.sqltest.txttest.docx
--If the last 4 documents have been uploaded to the CSDN resource, the address is as follows:
http://download.csdn.net/download/msdnchina/9480052
Step 2-create the necessary schema and privileges
Connect System/manager or as any privileged user ...
Create user Testdocx identified by Testdocx;grant Connect, resource, create any directory to Testdocx;connect testdocx/tes Tdocx
Step 3-create The necessary objects (refer to the Docx1.sql script) ...
Sql> @/tmp/docx1.sql
Step 4-check A couple of terms inside the documents (refer to the Docx2.sql script) ...
Sql> @/tmp/docx2.sql
"Translated from MoS article" How to Index Microsoft (Office) Word Document 2007?