Trigger Polling Page

Select the root database table for the service query.

Note:

No order is maintained while polling records.

Polling Page

The following table describes the key information on the Polling page.

Element Description

Import Tables

Imports the schema, tables, and primary keys that you select for the service query.

Remove Tables

Removes the selected table from the service query tables list.

Review and Manage root database table relationships

Appears after importing tables. Select Edit to open the Relations page where you can view, create, and remove relationships between tables.

Review and verify tables and relationship attributes

Appears after importing tables. Select Edit to open the Attributes Filtering page where you can review, verify, select or deselect the attributes in the object model created from the imported tables and the defined relationships.

Review the polling strategy and specify polling options

Appears after importing tables. Select Edit to open the Polling Strategy and Options page where you can define the polling strategy and specify polling options.

Manage Tables Page

The following table describes the key information on the Manage Tables page. The Manage Tables page appears when you select Import Tables on the Polling page.

Element Description

Schema

Selects the schema for the tables and views you are importing.

Table Type

The type of the table to which the schema or view is applied. The list allows these selections:

  • All — selects all available tables and views.

  • Materialized View — selects materialized views.

  • Materialized View Log — selects materialized view logs.

  • Synonym — selects the alias for the schema object.

  • Table — selects tables.

  • View — selects views.

Table Name

Specify the table name. Table names are case sensitive.

Search

Click to search for the specified table.

Available Tables

Lists the tables that meet the selection criteria.

Selected Tables

Lists your table selection.

Primary Keys

Appears when you select tables without a primary key defined. Selects the virtual primary key for the table.

Note: Having the primary key at the database level is the best practice.

Table Relationships Page

The following table describes the key information on the Relations page. The Relations page appears when you select Edit for the Review and manage root database table relationships option on the Polling page.

Element Description

Create New

Opens the Create Relation page with these options:

  • Parent Table — selects the parent table for the relationship between tables.

  • Child Table — selects the child table for the relationship between tables.

  • Relationship — defines the relationship between the parent and child tables.

  • Attribute Name — Applies attributes to the table relationship.

  • Mapping — Displays the mapping for the table relationship.

Detach

Opens the Relationships list in a new window.

Attributes Filtering Page

The following table shows the attributes in the object model created from the imported tables and the defined relationships. The Attributes Filtering page appears when you select Review and verify table and relationship attributes on the Polling page.

Element Description

Attributes

Deselect any attributes to exclude from the database queries. Primary key attributes cannot be excluded.

Polling Strategy and Options Page

The following table describes the key information on the Polling Strategy and Options page. The Polling Strategy and Options page appears when you select Edit for Review the polling strategy and specify polling options on the Polling page.

Element Description

Logical Delete Field

Selects a field in the root database table. To allow the selection, polling must be enabled in the Status column.

Read Value

Identifies the value that is used to indicate a row has been read. For example, PROCESSED. Surrounding quotes are not required.

Unread Value

Indicates the rows to process. Only rows with Logical Delete Field and column values that match the Unread Value are read.

Polling Frequency (Sec)

Specifies the polling frequency (in seconds) for new records or events.

Rejected Value

Set to REJECTED. If the incoming message is greater than the 10 MB threshold size, that particular record is updated to REJECTED instead of READ. If the outbound operation returns a response greater than the 10 MB threshold size, the response message is ignored and a fault response is sent to the calling client.

Advanced Options

Click Edit to access the Batch Size field to specify the number of table rows to process during a single transaction. The default value is 10.