今天在做oracle归档测试的时候发现了几个问题,在这里记录下来希望能得到大家的纰漏和帮助
ERROR at line 1:
ORA-01126: database must be mounted in this instance and not open in any instance...
分类:
数据库 时间:
2014-12-20 10:29:38
阅读次数:
247
The trick to be able to read the default values for instance parameters is to get to the FamilyManager.The family manager is a whole separate area of ...
分类:
其他好文 时间:
2014-12-18 21:55:08
阅读次数:
176
isinstance说明如下: isinstance(object, class-or-type-or-tuple) -> bool Return whether an object is an instance of a class or of a subclass thereof. With a...
分类:
其他好文 时间:
2014-12-18 16:40:09
阅读次数:
196
随手写的,后续整理。1. Entry如何调用父类的__init__? 以下错,原因后续分析super(Your_Entry_Class, self).__init__(self,**kw) 报错:TypeError: must be type, not instance 。 莫名其妙 谷歌了下,.....
分类:
编程语言 时间:
2014-12-18 10:10:59
阅读次数:
629
#create oracle instance parametervi initkevin.ordb_name='kevin'memory_target=0sga_max_size=5Gsga_target=3Gpga_aggregate_target=1gprocesses = 150audit_...
分类:
数据库 时间:
2014-12-18 01:38:53
阅读次数:
302
#create oracle instance parameter
vi initkevin.or
db_name='kevin'
memory_target=0
sga_max_size=5G
sga_target=3G
pga_aggregate_target=1g
processes = 150
audit_file_dest='/u01/app/oracle/admin/k...
分类:
数据库 时间:
2014-12-17 16:32:15
阅读次数:
317
一、前言 以前一直不太明白CATALINA_HOME与CATALINA_BASE有什么不同,那时一般都是把多个项目同时部署到一个tomcat实例中,因此在配置环境变量的时候也就只配了CATALINA_HOME,并没有配过CATALINA_BASE,这是由于...
分类:
其他好文 时间:
2014-12-17 14:47:24
阅读次数:
284
(转自:http://www.cnblogs.com/spatial/archive/2009/08/01/1536429.html)Oracle的日志归档模式可以有效的防止instance和disk的故障,在数据库故障恢复中不可或缺,由于oracle初始安装模式为非归档模式,因此需要将其设置为归档...
分类:
数据库 时间:
2014-12-17 12:23:32
阅读次数:
215
一个服务器程序,长时间运行报错了. ----------- terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc ----------- 据查为内存不足所致 new 无法分配到相应内存...
分类:
其他好文 时间:
2014-12-17 09:40:45
阅读次数:
153
One measure of ``unsortedness'' in a sequence is the number of pairs of entries that are out of order with respect to each other. For instance, in the...
分类:
其他好文 时间:
2014-12-16 20:51:37
阅读次数:
272