Locally vs. Dictionary Managed Tablespaces整理自:http://www.orafaq.com/node/3.When Oracleallocates space to a segment (like a table or index), a group of...
分类:
数据库 时间:
2014-09-06 13:37:03
阅读次数:
286
迁移环境源:Solaris 10 + Oracle 11.2.0.3目标:Solaris 10 + Oracle 11.2.0.1导出命令:expdp user/pwd directory=jy content=metadata_only tables=xxx,xxx,xxx exclude=sta...
分类:
其他好文 时间:
2014-09-04 23:28:40
阅读次数:
361
进入工作空间目录下的.metadata\.plugins\org.eclipse.wst.server.core子目录,找到servers.xml文件,编辑它,找到start-timeout这一行,把45改成你想要的值,单位是秒。
分类:
其他好文 时间:
2014-09-04 13:03:59
阅读次数:
173
x86_64地址:http://mirrors.163.com/centos/6/os/x86_64/Packages/必要下载的软件包有(以64位系统为例):1>python-iniparse-0.3.1-2.1.el6.noarch.rpm2>yum-3.2.29-40.el6.centos.noarch.rpm3>yum-metadata-parser-1.1.2-16.el6.x86_64.rpm4>yum-plugin-fastest..
分类:
系统相关 时间:
2014-09-03 18:22:37
阅读次数:
345
当我们想要查看某个表或者是表空间的DDL的时候,可以利用dbms_metadata.get_ddl这个包来查看。 dbms_metadata包中的get_ddl函数详细参数 GET_DDL函数返回创建对象的原数据的DDL语句,详细参数如下 -- object_type...
分类:
数据库 时间:
2014-09-02 21:31:15
阅读次数:
322
Locally vs. Dictionary Managed Tablespaces
整理自:http://www.orafaq.com/node/3.
When Oracleallocates space to a segment (like a table or index), a group of contiguousfree blocks, called an extent,...
分类:
数据库 时间:
2014-09-02 14:14:04
阅读次数:
360
获取图片的metaData获取简易的metaData较为容易,以下是测试图:以下是本人提供的源码:UIImage+MetaData.h//// UIImage+MetaData.h// PictureInfo//// Created by YouXianMing on 14-8-27.// ...
分类:
其他好文 时间:
2014-08-31 21:25:01
阅读次数:
493
Use the @WebServlet annotation to define a servlet component in a web application. This annotation is specified on a class and contains metadata about the servlet being declared. The annotated servlet...
分类:
编程语言 时间:
2014-08-28 18:09:25
阅读次数:
190
今天在centos6.3上搭建了hadoop+hive+spark系统,在运行/usr/local/spark-1.0.0/bin/spark-shell出现找不到hive相关的类,于是修改了spark-env.sh在spark_classpath里添加了hive的库路径exportSPARK_CLASSPATH=/usr/local/spark-1.0.0/lib_managed/jars/spark-assembly-1.0.0-..
分类:
其他好文 时间:
2014-08-28 15:00:30
阅读次数:
339
EEPlat相对传统的J2EE应用是在系统运行过程中会根据所需加载相应功能或界面部分的元数据,然后执行引擎根据元数据动态解析执行。在系统的使用过程中与传统J2EE应用没什么区别。
考虑到元数据的加载和动态解析,EEPlat在性能和效率运行上进行了深入考虑,为了提高效率主要采用了如下手段:
1) 元数据的存储和加载使用内存数据库H2等,当然也可以使用MySQL...
分类:
其他好文 时间:
2014-08-26 13:43:06
阅读次数:
252