| Oracle Context Option QuickStart | Library |
Product |
Contents |
The chapter covers the following topics:
Before you proceed to the ConText Option implementation questions, verify the following:
| Task | |
| [ ] | Oracle installed and running |
| [ ] | Tablespaces created |
| [ ] | Oracle users created and granted necessary database roles |
Attention: The Oracle user who performs the QuickStart implementation must have the CONNECT and RESOURCE roles.
Additional Information:
Oracle7 Server SQL Reference,
Oracle7 Server installation documentation specific to your operating system
Proceed to Question 2 >
NO -
You need to create one or more tables for storing your text. Each table used to store text must have at least the following columns:
Additional Information:
Oracle7 Server SQL Reference
Proceed to Question 3 >
NO -
You need to load documents (text) into your table(s). ConText Option supports three types of storage for documents:
The tool/utility you use depends on the structure and usage of the text column. For example, ctxload only works for tables containing a LONG or LONG RAW text column that is used to store the text.
Additional Information:
Oracle7 Server SQL Reference,
Oracle7 Server Utilities,
Oracle ConText Option Administrator's Guide
Proceed to Question 4 >
NO -
You need to install Oracle ConText Option on a server machine.
Additional Information:
Oracle7 Server installation documentation specific to your operating system
Proceed to Question 5 >
NO -
If you want to use one-step queries in ConText Option, you need to set the initialization parameter TEXT_ENABLE to TRUE.
You can set the TEXT_ENABLE parameter by adding the following line to your initsid.ora file and restarting the database:
text_enable = true
You can also use the SQL command ALTER SESSION to set TEXT_ENABLE for the current session.
Additional Information:
Oracle7 Server installation documentation specific to your operating system
You are done with the required implementation tasks for Oracle ConText Option!
Go to "Using Text Queries (Chapter 2)" or "Using Theme Queries and the Linguistic Services (Chapter 3)" >>
NO -
You need to grant the CTXAPP role to Oracle users who own the tables in which text is stored. The CTXAPP role allows a user to create a text index for a column.
To grant the CTXAPP role to users, log in to SQL*Plus as the CTXSYS user and use the GRANT command.
For example:
grant CTXAPP to CTXDEV;
In this example, CTXAPP is granted to a user named CTXDEV.
Additional Information:
Oracle7 Server SQL Reference,
Oracle ConText Option Administrator's Guide
|
| Copyright © 1996 Oracle Corporation. All Rights Reserved. |
Library |
Product |
Contents |