Saves any changes that you made to the settings for the stored procedure and closes the window.
Cancels any unsaved changes and closes the window.
Shows the schema for the federated stored procedure. You can specify a different schema. Schema names can be 1 to 128 characters.
Shows the name for the federated stored procedure. You can specify a different stored procedure name. Federated stored procedure names can be 1 to 128 characters.
Optional: Type a unique name for the instance of the stored procedure that is being defined. If you do not type a unique name, a name is generated by the database manager.
Shows the schema of the stored procedure or function on the data source. Do not change this value if it was generated by the discover feature.
Shows the package name of the stored procedure or function on the data source. Do not change this value if it was generated by the discover feature.
Shows the name of the stored procedure or function on the data source that you want to create a federated stored procedure for. Do not change this value if it was generated by the discover feature.
Shows the unique ID of the stored procedure or function on the data source. Do not change this value if it was generated by the discover feature.
Optional: Shows the type of object on the data source.
Specify the number of parameters for the federated stored procedure. The number of parameters must be an integer, from 0 to 32767. Do not change this value if it was generated by the discover feature.
Specify the level of data access for SQL statements included in the federated stored procedure. Specify a level that matches the stored procedure on the data source. Do not change this value if it was generated by the discover feature.
Specifies that the result set from the stored procedure on the data source is returned to the caller. This is the default setting for result sets.
Specifies that the result set from the stored procedure on the data source is returned to the client.
Select to specify that the stored procedure at the data source always returns the same results for given argument values. A procedure is deterministic when the same results are returned from successive invocations of the procedure with identical inputs. Do not change this value if it was generated by the discover feature.
Select to specify that the stored procedure at the data source takes an action that changes the state of an object that is not managed by the database manager. Do not change this value if it was generated by the discover feature.