Retrieves information based on the filter criteria that you select and returns the information to the Create Federated Stored Procedure window. Closes the Discover window. Available only when the required fields are completed.

Cancels any unsaved changes and closes the window.

Calculates the number of rows that are returned from the data source. You can limit the number of rows by specifying filter criteria in this window.

Select to use the data source schema as filter criteria. You can specify more than one schema name by using an operator such as IN, LIKE, or BETWEEN.

Select to use the data source package as filter criteria. You can specify more than one package by using an operator such as IN, LIKE, or BETWEEN.

Select to use the stored procedures or function name as filter criteria. You can specify more than one name by using an operator such as IN, LIKE, or BETWEEN.

Clear the checkbox to include the system objects in the list of discovered stored procedures and user-defined functions.

Type the schema name for the stored procedure or function on the data source that you want to filter on. For example: BETWEEN 'SCHEMA1' AND 'SCHEMA4'.

Type the package name for the stored procedure or function on the data source that you want to filter on. For example: IN 'ORAPKG1','ORAPKG5','ORAPKG7'.

Type the name of the stored procedure or function for the data source that you want to filter on. For example: LIKE 'PROC%'.