ITPUB个人空间 »
shengang34的个人空间
欢迎访问 shengang34 的个人空间
我的论坛主题
-
2008-09-06 09:34:38 / Oracle开发
原来的表如下numberabcd110020030040021000 200030004000生成一个新表,如下numbercolvalues1a1001b2001c3001d4002a10002b20002c30002d4000请教
查看(93)
评论(3)
-
2008-07-22 18:11:18 / Oracle数据库管理
CRS和ORACLE软件都安装好了,在建库的时候报错说共享磁盘有问题,奇怪。信息如下:[oracle@mysql2 ~]$ cd /u01/app/oracle/product/10.2.0/crs/bin/[oracle@mysql2 bin]$ ./crs_stat -tNameTypeTargetStateHost------------------------------------------------------------ora....L1.lsnr applicationONLINEONLINEmysql1ora.mysql1.gsd applicationONLINEONLINEmysql1ora.mysql1.ons applicationONLINEONLINEmysql1
查看(207)
评论(9)
-
2008-05-22 16:46:22 / Oracle数据库管理
推荐几家北京的oracle的代理商,信誉和服务都不错的,有没?
查看(232)
评论(4)
-
2008-04-14 11:34:07 / MySQL及其它开源数据库
mysql板块比较冷清呀,发个以前自己的笔记。1.perl安装[root@oracle mysqlreport-3.4a]# perl -vThis is perl, v5.8.5 built for i386-linux-thread-multiCopyright 1987-2004, Larry WallPerl may be copied only under the terms of either the Artistic License or theGNU General Public License, which may be found in the Perl 5 source kit.Complete documentation for Perl, including FAQ lists, should be found onthis system using `man perl' or `perldoc perl'.If you have access to the
查看(508)
评论(1)
-
2008-03-05 09:52:28 / 数据仓库与数据挖掘
http://localhost:19000/workspace 进入登录见面,输入用户名和密码,到底是什么呢?http://localhost:58080/interop/这里的密码是 adminpassword 这我知道.郁闷1天了。。谢谢帮助
查看(408)
评论(6)
-
2008-01-18 14:47:00 / Oracle开发
比如一个表TABLE,有2个列A,B,A是date,B是numberselect a,b from table;比如A的日期里有1月1,2,3,4到18号的日期都有,除了9号的没有,我想结果按照1-18号显示,9号没有数据的话,B按照0显示。不知道能否实现?事先我不知道9号没有数据,也可能是其他日期没有数据
查看(548)
评论(8)
-
2008-01-17 17:11:10 / MySQL及其它开源数据库
Sun斥资10亿美元收购MySQL,挑战IBM?
查看(499)
评论(5)
-
2007-12-07 13:27:49 / Oracle数据库管理
select sum(a.paysum) paysum,sum(a.freesum) freesum,sum(a.costsum) costsum,2sum(a.payedpaysum) payedpaysum,sum(a.payedfreesum) payedfreesum,3sum(a.payedcostsum) payedcostsum,11 paytype_id4from( select sum(decode(so.status,1,so.smsstamp,0)) paysum,6sum(decode(so.status,1,so.freestamp,0)) freesum,7sum(decode(so.status,1,so.cost,0)) costsum,8sum(decode(so.status,2,so.smsstamp,0)) payedpaysum,9sum(decode(so.st
查看(271)
评论(5)
-
2007-12-04 15:54:56 / Oracle数据库管理
select sum(cost),sum(smsstamp),sum(freestamp)fromsms_order where orderno=:1 and status=:2callcountcpuelapseddiskquerycurrentrows------- -------------- ---------- ---------- ---------- --------------------Parse550080.960.780000Execute550082.102.230000Fetch550083.023.3102204280
查看(337)
评论(10)