The log write at the primary and the send to the standby are performed in parallel on the primary server.
主服务器的日志写入和对于备用服务器的发送在主服务器上是并行执行的。
You could create a custom logging file and write log messages to it, but why not use the tools that have already been provided for you?
您可以创建自定义日志记录文件并向其中写入日志消息,但是为什么不使用已经提供给您的工具呢?
Once the standby system receives the log write, it sends acknowledgements to the primary.
备用系统收到日志写后,将确认通知发送到主系统。
Let's use that to write our code for filling our order and ID variables, and for printing some information to the log.
我们将使用此编辑器来编写代码,以填充订单和ID变量,并将一些信息输出到日志中。
The default log level should be WARN which will write a message to the log file only if a request has been blocked.
默认的日志记录级别应该是WARN,它只在已经阻止了请求的情况下在日志文件中写消息。
Whatever the outcome of the pre-script, the load will write the results to a log file.
无论前脚本的输出是什么,加载都会将结果写入一个日志文件中。
If there is a problem writing to any log path, DB2 will write a message in the administration notification log stating that an error has been encountered.
如果将副本写入镜像日志路径时发生问题,那么DB2将在管理通知日志中写入消息,指出已经碰到错误。
The design is to use the XSLT output stream to create a new, refined document and an XSLT extension to write the log messages to a separate output stream.
这个设计是使用XSLT输出流来创建一个新的优化文档和一个XSLT扩展来将日志消息写到另一个输出流。
LIO VP: Runs internal threads that write to the logical log on the disk.
LIOVP:运行内部线程从而写入磁盘上的逻辑日志。
For example, we are a little liberal about what it means to write to the log.
例如,我们很少关心打算把什么写到日志里。
To change the level of log write used for the queue manager, you must change the default value in the registry.
要更改为队列管理器使用的日志写入级别,必须在注册表中更改缺省值。
To change the level of log write used for the queue manager, you must change the default value in the queue manager qm.ini file.
要更改为队列管理器使用的日志写入级别,必须在队列管理器qm . ini文件中更改缺省值。
The log buffer acts as a staging area in memory to hold log records instead of having the DB2 UDB engine write each log record directly to disk.
日志缓冲区作为内存中的分级区域(staging area)来保存日志记录,而不是让DB2UDB引擎直接将每条日志记录写入磁盘中。
The property traceOn causes the mediation handler to write information in the log, or if running in a development tool, in the console.
属性traceOn使中介处理程序能够在日志中写入信息(或者运行在控制台的开发工具中)。
Sending a message will trigger the mediation to write information to the WebSphere Application Server log. Your output should be similar to that shown below.
发送消息将触发中介向WebSphereApplicationServer日志中写入信息。
Many WebSphere Application Server processes need read access to numerous files and write access to the log and transaction directories.
许多WebSphereApplicationServer进程都需要对无数文件具有读访问权限,并且对log和transaction目录具有写访问权限。
Think of how people can be leveraged to resolve errors, rather than letting a Business Process Definition fail or write to a log file waiting for an administrator to pick up.
考虑一下,如何利用人来解决错误,而不是让BusinessProcessDefinition失败,或写入一个日志文件,等待管理员查看。
In the real system we would write to a log file. We would take three steps to implement our solution in aspectj.
在实际系统中,我们将写入一个日志文件。
Write down your worries in a worry log - If you find that worries are churning around inside your mind, write them down in a notebook or 'worry log,' and then schedule a time to deal with them.
把您的担心写入担心日志——如果您发现担心这种情绪在您的大脑里横冲直撞那么就把它们记录在笔记本或是“担心日志”上,然后再计划一个时间进行处理。
These failures write an entry to the AIX error log.
这些失败会向AIX错误日志写入一个条目。
As shown in the code snippet below, this requires keeping a counter so you know when to commit and write a log record, taking care not to count rows that cause an exception.
如下面的代码段所示,这需要维护一个计数器,以便能够知道什么时候进行提交并写日志记录,这个计数器不考虑导致异常的行。
After writing the first log entry, shown in blue, when the process tries to write the second one, shown in red, the buffer doesn't have enough space left.
在写入了第一个日志条目(用蓝色表示)之后,当该进程尝试写入第二个条目(用红色表示)时,该缓冲区中已经没有足够的剩余空间。
The application will also write logs of certain events to a log file, which you can use for tracing purposes.
该应用程序还把某些事件的日志写到日志文件中,您可以把日志文件用于跟踪目的。
In case the transaction log becomes a performance bottleneck, striped disks can be used to increase the write throughput, as described in [9].
如果事务日志成为一个性能瓶颈,可以使用带状磁盘来提高写入流量,如[9]所述。
Thus, if the filesystem that contains the audit log files fills up, it still continues to write events to the beginning of the log file.
因此,如果包含审计日志文件的文件系统满了,它仍然会继续将事件写到日志文件的开头。
Every five seconds, query the available physical memory and write the result to the log file.
每五秒钟查询一个可用物理内存并将结果写入日志文件。
The example below shows how to write a simple handler to log details of the incoming SOAP message to standard output.
以下的例子展示了如何编写一个简单的处理程序,将传入的SOAP消息的细节记录到标准输出。
During the transformation, it is often useful to write status messages to the visible log, so the developer can monitor the progress.
在转换的过程中,讲状态信息写入可视化日志是很有用的,这样开发人员可以控制进展。
MIRRORLOGPATH is the configuration parameter to specify a secondary path, allowing DB2 to write an identical second copy of log files to a different directory.
MIRRORLOGPATH是用来指定镜像路径的配置参数,它允许DB 2将相同日志文件的第二份副本写入不同目录中。
In this script, you're going to learn how to import modules for specific functions, how to work with files, and how to write to a log file.
在该脚本中,您将学习如何导入特定函数的模块,如何使用文件,以及如何写入日志文件。
应用推荐