You only need to be aware that the APIs are called implicitly with the authorization of the user who called the stored procedure; usually that's also the user who connected to the database. 您只需知道,这些API是用调用该存储过程的用户的授权隐式地调用的,通常该用户也是连接到数据库的用户。
Once you have retested the stored procedure at design-time, it's time to build the user interface around the stored procedure. 在设计时重新测试过存储过程后,即可着手围绕存储过程构建用户界面。
The user can interactively invoke mining by calling a corresponding stored procedure on the database from a Cognos report. 从Cognos报告中,用户可以通过调用数据库上相应的存储过程,交互式地调用数据挖掘。
For example, you could write a Trigger and Trigger calling User Defined Function, or write a Trigger and Trigger calling a Java Stored Procedure. 例如,可以编写触发器,而让触发器调用用户定义函数;或编写触发器,而让触发器调用Java存储过程。
If fenced stored procedures are used, then each user connection has two DB2 agents, in addition to the memory required to run the stored procedure application. 如果使用了受防护的存储过程,那么除了运行存储过程应用程序所需的内存之外,每个用户连接还有两个DB2代理程序。