A federated stored procedure can be thought of as a nickname for a remote stored procedure.
联邦存储过程可以看作是远程存储过程的一个昵称。
The JDBC client called the remote stored procedure either directly or using a corresponding federated stored procedure.
JDBC客户机或者直接调用远程存储过程,或者使用相应的联邦存储过程。
The only way for a remote server to enlist in the transaction is to be the target of a distributed query or a remote stored procedure call.
远程服务器登记到事务中的唯一方法是成为分布式查询或远程存储过程调用的目标。
Naturally, we are interested in understanding what overhead is added to a remote stored procedure call when it is issued through the federated server.
我们的兴趣在于理解当通过联邦服务器发出一个远程存储过程调用时,会增加什么开销。
Our experimental setup was the same as for the last tests, except that the remote stored procedure was written to return a result set whose size depended on an input parameter.
实验设置与前面的测试相同,惟一不同的是远程存储过程现在返回一个结果集,结果集的大小取决于输入参数。
Calling a remote stored procedure with no result set means that the overhead added by federation is limited to name and type mapping between local and remote names and input parameters.
如果调用没有结果集的远程存储过程,那么联邦所增加的开销仅限于本地和远程名称及输入参数之间的名称和类型映射。
In this case you need to make sure that the stored procedure exists on that remote server.
在这种情况下,需要确保这个存储过程在远程服务器上存在。
Now when performing the LOAD FROM CURSOR operation within the stored procedure, DB2 tries to establish the remote connection to database SAMPLE with the authorization ID of the local user.
在存储过程中执行LOADFROM CURSOR操作时,DB2尝试用本地用户的授权ID连接远程数据库SAMPLE。
The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure.
JDBC应用程序以ResultSet对象的形式从联邦存储过程或远程本地存储过程返回结果集。
The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure.
JDBC应用程序以ResultSet对象的形式从联邦存储过程或远程本地存储过程返回结果集。
应用推荐