Skip Headers
Oracle® Secure Enterprise Search Administrator's Guide
11g Release 2 (11.2.2)

Part Number E23427-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

Setting Up Table Sources

A table source represents content in a database table or view. Table sources and database sources are similar, in that they both crawl database tables. The important difference between them is that the table source type was designed for ease of use, while the database source type was designed for high performance. If you are creating a source for a production environment, then see "Setting Up Database Sources".

Database object names may be represented with a quoted identifier. A quoted identifier is case-sensitive and begins and ends with double quotation marks ("). If the database object is represented with a quoted identifier, then you must use the double quotation marks and the same case whenever you refer to that object.

When creating a table source in Oracle SES, if the table name is a quoted identifier, such as "1 (Table)", then in the Table Name field enter "1 (Table)", with the same case and double quotation marks. Similarly, if a primary key column or content column is named using a quoted identifier, then enter that name exactly as it appears in the database with double quotation marks.

See Also:

Oracle Database SQL Reference for more information about schema object names and qualifiers

The following procedures identify the basic steps for setting up a table source using the Oracle SES Administration GUI. For more information on each page, click Help.

To create a table source: 

  1. On the Home page, select the Sources secondary tab to display the Sources page.

  2. For Source Type, select Table.

  3. Click Create to display the Create Table Source page.

  4. Complete the following fields. Click Help for additional information.

    Database Information

    • Source Name: Name that you assign to this table source.

    • Database Host Name : Name or IP address of the host computer for the database.

    • TCP Port Number: Port number of Oracle Net Listener. The default port number for Oracle Database is 1521.

    • SID: System identifier or instance name of the database.

    • User Name: Database user name with SELECT access rights to the table or view.

    • Password: Password for User Name.

    • Delete Passwords After Crawl: Select to ensure that Oracle SES does not store the database schema password for this source longer than is needed to crawl the source.

    Table Information

    • Schema: Name of the database schema that owns the table or view.

    • Table Name: Name of the table or view.

    • Primary Key Column: Column or set of columns that uniquely identify each row in the table or view. For performance, the primary key must be indexed. Click Locate Table for a list of columns in the table.

    • Content Column: Column with searchable content for Oracle SES to crawl and index. The content column cannot be the same as the primary key column.

    • Content Type: Binary, plain text, or HTML.

  5. Click Create or Create & Customize.

  6. Follow the steps for crawling and indexing a source in "Getting Started Basics for the Administration GUI".

To customize a table source: 

  1. When creating a table source, click Create & Customize on the Create Table Source page to display the Customize Table Source page.

    or

    After creating a source, click the Edit icon on the Home - Sources page.

  2. Click the following subtabs and make the desired changes.

    • Basic Settings: Identifies the source name and schema password. Any other changes to the original settings require a new source definition.

    • Table Column Mappings: Maps columns to Oracle SES search attributes. See "Table Search Attributes".

    • Language: Identifies the default language and different column languages.

    • Display URL: Specifies the URL that users see for security reasons instead of the actual URL.

    • Authorization: Configuration of an Access Control List or an authorization manager plug-in.

  3. Click Apply.

Table Search Attributes

Table sources have no predefined attributes. The crawler collects attributes from columns defined during source creation. You must map the columns to the search attributes.