The platform communicates with the Internet Short Message Gateway using the client method and the task process is done by the database procedure.
平台采用客户端方式与通信公司的互联网短信网关进行通信,用数据库存储过程文现业务处理。
If any object to be restored references an object in another schema, and this object does not exist in the target database, the procedure will fail.
如果恢复的任何对象引用另一个模式中的对象,而被引用的对象在目标数据库中不存在,那么这个过程将失败。
But first you should create your stored procedure in the destination database MYSAMPLE.
但是,首先应该在目标数据库mysample中创建存储过程。
It provides step-by-step details on the procedure for customizing your database, and includes some hooks on how to control access rights to certain fields.
本文提供了定制数据库过程的一步步的细节内容,并且包括一些如何对某些字段控制访问权限的钩子函数。
This procedure makes a copy of a schema within the same database.
这个过程在相同的数据库中创建模式的副本。
In order to use the procedure, it must be registered in the database with the following SQL statement.
为了使用这个存储过程,必须用下面的sql语句将该过程注册到数据库中。
As part of the checkpoint procedure, the database server writes a checkpoint-complete message in the message log.
在检查点过程中,数据库服务器会在消息日志中写一条检查点完成消息。
A connection to the database being backed up is required to execute the backup procedure.
为了执行这个备份过程,必须有到所备份数据库的一个连接。
If the highest performance is needed, the data access service can often be implemented as a database stored procedure.
如果需要最高的性能,通常可以将数据访问服务作为数据库存储过程实现。
In this article, we will look at a stored procedure that accesses a relational database.
在本文中,我们将看一下访问关系数据库的存储过程。
Calling a service from a database stored procedure differs from calling it from a JSP; the skills and expectations are different.
从数据库存储过程中调用服务与从JS p中调用也是不同的;技能和期望值是不同的。
A client application calls the stored procedure, which then performs the database accessing without returning unnecessary data across the network.
客户机应用程序调用存储过程,然后存储过程执行数据库访问,但不会跨网络返回不必要的数据。
Its use for config files, remote procedure calls, object serialization, database dumps, and similar developer-oriented tasks wasn't anticipated or planned for.
最初并未预期或计划将其用于配置文件、远程过程调用、对象串行化、数据库转储和类似的面向开发的任务。
Now you need to deploy your stored procedure to the database so you can test it.
现在,需要将存储过程部署到数据库中以便测试它。
The setup between IDS and any other type of database would follow the same basic procedure.
IDS和其他任何类型的数据库的基本设置过程是相同的。
If a stored procedure is registered as FENCED, the database manager protects its internal resources (for example, data buffers) from access by the procedure.
如果存储过程被注册为FENCED,那么数据库管理器就禁止过程访问它的内部资源(比如数据缓冲区)。
Using the Wizard, the stored procedure will also be deployed in the database itself.
利用向导,还可将存储过程部署在数据库内。
That is, all database access is performed through stored procedure invocations.
也就是说,所有数据库访问都是通过存储过程调用来执行的。
You had to create a DB2 database project to contain the stored procedure to be able to debug it.
您必须创建DB 2数据库项目以包含存储过程,才能调试它。
If the procedure is defined as THREADSAFE, the database manager can invoke the procedure in the same process as other routines.
如果过程定义为THREADSAFE,数据库管理器就可以在其他例程的进程中调用这个过程。
The database server re-optimizes SQL statements in the named procedure.
数据库服务器再度优化指定过程中的sql语句。
It is no longer necessary to create a DB2 database project to contain the stored procedure to be debugged.
不再需要创建DB 2数据库项目以包含要调试的存储过程。
If the procedure is defined as not THREADSAFE, the database manager will never invoke the procedure in the same process as another routine.
如果过程定义为NOT THREADSAFE,数据库管理器就绝不会在其他例程的进程中调用这个过程。
The next step in creating the stored procedure is to issue the CREATE PROCEDURE DDL to register the procedure in the database.
创建存储过程的下一步是执行CREATEPROCEDUREDDL,在数据库中注册该存储过程。
Deploy the stored procedure to the database.
将这个存储过程部署到数据库。
You see the new package created under the packages folder for that stored procedure in the Database Explorer.
在DatabaseExplorer中这个存储过程的Packages文件夹下会看到创建的新包。
Creating a Service Request in a CRM application exposed as a Database stored procedure (e.g. Oracle CRM) exposed over ESB using MQ or JMS bindings; or.
在CRM应用程序中创建服务请求,使用MQ或JMS绑定通过ESB公开为一个数据库存储的过程(如oracle CRM);或者。
The chosen database is where the SQL Procedure Profiler will store its local data.
SQLProcedureProfiler将在所选择的数据库中存储其本地数据。
If you cannot change the database stored procedure, you can use the NotSupported attribute to suspend the existing transaction context to avoid this fatal exception.
如果您无法修改数据库存储过程,那么您可以使用NotSupported属性来暂停已有事务上下文,以避免这种致命的异常。
We can now write the do_auditing1 "c" procedure to provide the database modifications auditing.
现在,我们可以编写do_auditing 1 “C”流程来提供数据库修改审计。
应用推荐