ChinaUnix.net
相关文章推荐:

tablespace logging

router(config)#logging on router(config)#logging ip-address这个ip 地址是什么意思?

by hjy - 网络技术 - 2006-05-25 14:38:52 阅读(648) 回复(1)

相关讨论

cisco中logging facility到底是什么作用?当使用日志服务器时,是不是一定要配置logging facility local7?

by bluefire76 - 网络技术 - 2003-02-27 13:37:20 阅读(1164) 回复(1)

UNDO tablespace 我想请问一下这个是什么

by linuxtoy - Oracle - 2009-08-07 22:28:47 阅读(1082) 回复(4)

.... -- ============================================================ -- Table: XXX -- ============================================================ create table XXX ( USER_ID INTEGER not null , LOCALE_ID INTEGER not null , CREATE_BY VARGRAPHIC(60) ...

by watsonyaya - DB2 - 2007-03-09 23:35:27 阅读(1625) 回复(3)

Hi, just want to confirm something. Is it create 1 tablespace for 1 table will have better performance? Any benefits? Will it help to optimize the recovery process? Please advise.

by toms1981 - DB2 - 2006-05-29 22:05:54 阅读(913) 回复(2)

如果是在sql里面把tablespace drop了但是没有在os级删除,那原来的数据还在吗?

by tttsjg_cn - Oracle - 2005-01-05 22:42:07 阅读(640) 回复(3)

我的named.conf种logging部分如下: logging{ channel "bind_log" { file "/var/named/bind.log" versions 3 size 25m; severity info; print-time yes; print-severity yes; print-category yes; }; channel "query_log" { file "/var/named/query.log" versions 3 size 25m; severity info; print-time yes; }; named服务重启之后,为什么在var/named...

by jww3000 - 服务器应用 - 2009-09-01 18:46:50 阅读(1479) 回复(2)

def initlog(): import logging # 生成一个日志对象 logger = logging.getLogger() # 生成一个Handler。logging支持许多Handler, # 象FileHandler, SocketHandler, SMTPHandler等,我由于要写 # 文件就使用了FileHandler。 # logfile是一个全局变量,它就是一个文件名,如:'crawl.log' logfile = 'test.log' hdlr = logging.FileHandler('sendlog.txt') # 成一个格式器,用于规范...

by didonglin - Python文档中心 - 2009-05-25 10:40:17 阅读(1071) 回复(0)

def initlog(): import logging # 生成一个日志对象 logger = logging.getLogger() # 生成一个Handler。logging支持许多Handler, # 象FileHandler, SocketHandler, SMTPHandler等,我由于要写 # 文件就使用了FileHandler。 # logfile是一个全局变量,它就是一个文件名,如:'crawl.log' logfile = 'test.log' hdlr = logging.FileHandler('sendlog.txt') # 成一个格式器,用于规范...

by linxh - Python文档中心 - 2009-02-20 11:00:06 阅读(947) 回复(0)

我算服了python了,将日常编程中的每一件事情都已经替你想好了。以前自己写log,还得自己来处理,但是,有了python之后,就用不着这么麻烦。默认的,python可以导入一个logging模块,在这个模块里面,我们定义好一个logging对象,然后就可以随心所欲的写log了。 一个比较简单的示例是,之后便可以返回一个logger对象来调用: logger.error(message) logger.info(message) 1 def initlog(): 2 import loggi...

by riverbird2005 - Python文档中心 - 2008-12-01 23:08:56 阅读(1304) 回复(0)

Product documentation Abstract Domino supports transaction logging and recovery. With this feature enabled, the system captures database changes and writes them to the transaction log. Then if a system or media failure occurs, you can use the transaction log and a third-party backup utility to recover your databases Content Lotus Domino supports transaction logging and recovery. With this ...

by xiaomao2006 - 存储文档中心 - 2008-07-22 13:34:03 阅读(711) 回复(0)