-
2008-07-04 10:04:05
/ 招聘求职商务信息
详细信息参考:http://tomszrp.itpub.net/post/11835/465716有兴趣的和我站内外联系!:)
查看(68)
评论(1)
-
2008-02-24 17:25:31
/ IBM数据库产品
:)DB2很早以前接触过7.2,现在落伍了,要重新开始学习了,大家支持一下哈!
查看(814)
评论(15)
-
2007-12-14 17:02:36
/ Oracle数据库管理
因为交流的需要,其中一部分内容需要延伸到11g的部分新特性,包括partition的增强,今天在测试System Partitioning的时候,发现在:insert into table_name partition (number|bind var) values的时候行不通Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.6.0Connected as studySQL> create table sys_part_test2(3region number(4),4recdate date5)6partition by system7(8partition p1,9partition p2,10partition p3,
查看(618)
评论(16)
-
2007-11-21 14:45:58
/ Oracle开发
Commands Not Valid in RUN BlocksThere are a number of RMAN commands which cannot be used in RUN blocks.Typically these are used to control the RMAN environment (connecting to differentdatabases, or configuring RMAN defaults), or to manage or query the recoverycatalog (including creating and using stored scripts). Here are some examples:■ CONNECT■ CONFIGURE■ CREATE CATALOG, DROP CATALOG, UPGRADE CATALOG■ CREATE SCRIPT, DELETE SCRIPT, REPLACE SCRIPT■ LIST■ REPORTYou
查看(305)
评论(5)