- 博客(10)
- 收藏
- 关注
转载 materialize hint, inline hint
看cost-based oracle fundamentals一书的时候,看到使用 materialize 提示。之前从来没用过这个提示,于是google一把。 使用范围: 用于with clause。作用: ...
2013-01-03 22:33:14
219
转载 copy to支持parallel
以前经常用copy to在不同数据库之间进行数据的复制, 用了挺方便的。常用的那些功能就不多说了,什么create/replace, arraysize, copycommit, long 这些大家都知道。今天一个同事...
2012-11-20 10:29:37
207
转载 oracle 存储参数【PCTUSED参数与PCTFREE参数】
链接:http://www.cnblogs.com/csky2002/articles/1542492.html ...
2012-09-16 12:26:05
130
转载 11g extent延迟创建
清理某个表空间,所有segment全部清理了,查dba_tables视图,该表空间中还有表存在,奇了怪了,google下。ORACLE11g新增了一个参数:deferred_segment_creation,默认是true。...
2012-08-21 17:05:34
111
转载 think twice before you act
下午接到一个任务,把生产库上某个表空间的segment全部清理掉。该表空间主要用作割系统割接用,现在系统已经上线一段时间了。就要求把这个表空间上的数据全部清理掉,同时释放一部分空间给另外的表空间。 挺简单一个任...
2012-08-15 18:24:35
712
转载 dbms_utility.get_time含义
在运行程序的时候,常常使用dbms_utility.get_time,取2个点的时间,并相减,来获取运行时间。 eg:declare i number;j number;begin i:=dbms_utili...
2012-07-18 23:00:13
276
转载 disable selinux kernel panic
环境:CentOS 6.2为了安装某个软件,把selinux给禁止了。[root@jcx selinux]# pwd/etc/selinux[root@jcx selinux]# vi configSELINUX=di...
2012-06-24 16:08:23
164
转载 How to add Gnome to a CentOS 6 minimal install
How to add Gnome to a CentOS 6 minimal installbyJbmurphyonDECEMBER 1, 2011inLINUXI have installed theCe...
2012-06-19 23:59:24
127
转载 vsftpd中遇到500 OOPS: cannot change directory
系统:centos 6.2配置vsftpd的时候,遇到这样的错误: 500 OOPS: cannot change directory。在网上找了好多,都是setsebool ftpd_disable_trans 1。执行...
2012-06-17 18:44:18
180
转载 9i connect by最大100
今天需要在数据库中临时(oracle 9i)加一批新的数据,几万条数据,都是连续的号码。立刻就想起connect by。于是立刻开始付诸实施.SELECT 'STR'||LPAD(LEVEL-1,4,0) FROM dual C...
2012-01-10 12:09:39
106
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人