<?xml version="1.0" encoding="GB2312"  ?>
<rss version="2.0">
<channel>
<title>ChinaUnix.net - Sybase</title>
<link>http://bbs.chinaunix.net/forumdisplay.php?fid=21</link>
<description>Sybase数据库管理与相关开发
&nbsp;&nbsp;&nbsp;&nbsp;
&lt;a href=http://sybase.chinaunix.net target=_blank/&gt;&lt;font color=red/&gt;&lt;u/&gt;Sybase技术频道&lt;/u/&gt;&lt;/font/&gt;&lt;/a/&gt; </description><managingEditor>admin@staff.chinaunix.net</managingEditor>
<webMaster>admin@staff.chinaunix.net</webMaster>
<lastBuildDate>2008-09-07 00:45:00</lastBuildDate>
<item>
<title>syslogs </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1262803</link>
<author>wangledahai</author><pubDate>2008-09-06 14:54:30</pubDate><description><![CDATA[
作者: wangledahai
发表于: 2008-09-06 14:54:30 (GMT 8)
简介：syslogs
这个表有啥用啊 说是记录日志 但是里面是16进制的吧！~~~~
如何翻译啊！
]]></description>
</item>
<item>
<title>一个并发问题。 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1262770</link>
<author>snow888</author><pubDate>2008-09-06 11:49:41</pubDate><description><![CDATA[
作者: snow888
发表于: 2008-09-06 11:49:41 (GMT 8)
简介：数据结构：
[code]
table   a (
       code             char(12)      primary  key not null,
       amt              decimal(18,2)                       ,
       enableflag    smallint             
]]></description>
</item>
<item>
<title>drop proc 遇到的问题！ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1262760</link>
<author>wangledahai</author><pubDate>2008-09-06 11:09:44</pubDate><description><![CDATA[
作者: wangledahai
发表于: 2008-09-06 11:09:44 (GMT 8)
简介：create   proc test _P
as
begin

     --save tran tran1
     select wd into #test1 from test_t
    -- commit tran tran1


end

过程本身很简单，我在几个数据库上实验。 其中有一个数据库 执行过
]]></description>
</item>
<item>
<title>1000w数据量表做接口问题 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1262453</link>
<author>yanjin0304</author><pubDate>2008-09-05 17:55:39</pubDate><description><![CDATA[
作者: yanjin0304
发表于: 2008-09-05 17:55:39 (GMT 8)
简介：需求：1000w数据量表做接口问题，字段数量在20左右，没有text（不仅仅一张表，还有其他表只不过数据量相对小一些）
可能要和其他表做一定关联操作。要做一组接口，最强的用户几乎需要全部数据，
目前想法是把数据
]]></description>
</item>
<item>
<title>已知kpid號如何查找對應的是哪個進程 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1262253</link>
<author>aly8848</author><pubDate>2008-09-05 14:16:31</pubDate><description><![CDATA[
作者: aly8848
发表于: 2008-09-05 14:16:31 (GMT 8)
简介：最近數据庫錯誤日志中一直不定時出現類似 kernel  upstatus: kpid = 477889509, status 0x4484 not valid 的信息﹐系統能正常運行﹐但查sysprocesses 中找不到這個kpid 號﹐大家幫忙說說會是何原因﹐另外此kpid號如
]]></description>
</item>
<item>
<title>当链接遇到group by... </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1261487</link>
<author>wangledahai</author><pubDate>2008-09-04 13:42:35</pubDate><description><![CDATA[
作者: wangledahai
发表于: 2008-09-04 13:42:35 (GMT 8)
简介：create table t1
(id int)

insert into t1
values (1)

t1
1
create table t2
(id int)

insert into t2
values(1)

insert into t2
values(1)

insert into t2
values(2)

t2
1
1
2



]]></description>
</item>
<item>
<title>招聘软件MA工程师 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1261567</link>
<author>lobo767</author><pubDate>2008-09-04 11:22:03</pubDate><description><![CDATA[
作者: lobo767
发表于: 2008-09-04 11:22:03 (GMT 8)
简介：
]]></description>
</item>
<item>
<title>请教一个在HP 安腾服务器上设置磁异步IO的问题 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1260047</link>
<author>与影随行</author><pubDate>2008-09-03 09:44:41</pubDate><description><![CDATA[
作者: 与影随行
发表于: 2008-09-03 09:44:41 (GMT 8)
简介：最近需要在HP安腾上做性能测试，使用的是sybase12.5.4的数据库。从数据库日志中看到数据库使用的是standard unix io。后来到处找了一些在hp 11.23（使用的安腾服务器操作系统就是11.23的）上设置asyncdsk的方法，而
]]></description>
</item>
<item>
<title>如何在temp_extract_name1的值中使用变量 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1259606</link>
<author>hfvbc</author><pubDate>2008-09-02 16:36:21</pubDate><description><![CDATA[
作者: hfvbc
发表于: 2008-09-02 16:36:21 (GMT 8)
简介：大家好：
请教大家个问题：
iq里，我在倒出数据的时候用到了：set temporary option temp_extract_name1='/dir/filename';

当把'/dir/filename'写固定的时候，我的任务可以顺利完成，

但是我现在的需求是：
]]></description>
</item>
<item>
<title>安装问题 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1259546</link>
<author>hdg11</author><pubDate>2008-09-02 15:40:21</pubDate><description><![CDATA[
作者: hdg11
发表于: 2008-09-02 15:40:21 (GMT 8)
简介：OS为redhat linux as4 update4,sybase 为12.5.0.3，配置程序ａｓｅｃｆｇ在图形界面下运行时由于分辨率的原因不能显示窗口的全部内容（窗口没滚动条），请问ａｓｅ的配置程序能不能在字符界面下运行？记得ｓｙｂａｓ
]]></description>
</item>
<item>
<title>SYBASE报25016错,如何解决? </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1259325</link>
<author>杀无赦</author><pubDate>2008-09-02 11:52:11</pubDate><description><![CDATA[
作者: 杀无赦
发表于: 2008-09-02 11:52:11 (GMT 8)
简介：应用程序在连接库时报25016的错,该用户可以正常使用isql等命令,环境变量SYBASE=/sybase,DSQUERY=mydb,SYBASE_ASE=ASE-12_5,SYBASE_OCS=OCS-12_5,
OCS的版本是12.5.1，ASE版本是12.5.3，OCS装在/sybase下，ASE装在/s
]]></description>
</item>
<item>
<title>数据库断开后 链接里面显示还有用户在链接？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1259309</link>
<author>wangledahai</author><pubDate>2008-09-02 11:44:02</pubDate><description><![CDATA[
作者: wangledahai
发表于: 2008-09-02 11:44:02 (GMT 8)
简介：数据库网线都拔了！但是在链接里面还能查看到很多用户在链接...
]]></description>
</item>
<item>
<title>数据库调报表缓慢 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1259183</link>
<author>cdpal</author><pubDate>2008-09-02 09:55:35</pubDate><description><![CDATA[
作者: cdpal
发表于: 2008-09-02 09:55:35 (GMT 8)
简介：新手提问，希望各位大侠不吝赐教

系统为 hp9000 unix 
数据库为 ase 12.0.0.4
现象为 调报表数据特别慢，比起以前慢了N倍；查看sybase日志无问题、系统日志无问题、硬件无问题、无锁表。

每月主要用到的是3
]]></description>
</item>
<item>
<title>sybase老中断的错误如何解决？（见错误信息） </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1258157</link>
<author>mzd73</author><pubDate>2008-08-31 22:38:42</pubDate><description><![CDATA[
作者: mzd73
发表于: 2008-08-31 22:38:42 (GMT 8)
简介：操作系统：AIX5.3 sybase 12.5.0，数据库日志老报下列错误：
00:00000:00034:2008/08/28 07:58:36.59 kernel  Cannot read, host process disconnected: 12007 1290254 spid: 34
00:00000:00086:2008/08/28 08:00:
]]></description>
</item>
<item>
<title>不重启服务器，用什么命令可以让系统生效？？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1258134</link>
<author>lix1216</author><pubDate>2008-08-31 21:42:02</pubDate><description><![CDATA[
作者: lix1216
发表于: 2008-08-31 21:42:02 (GMT 8)
简介：我在sun solaris9的系统下 修改了system文件 修改了 set shmsys:shminfo_shmmax=4831155200 
保存后 ，参数怎样才能 生效？ 可不可以不重启服务器，用什么命令可以让系统生效？？
]]></description>
</item>
<item>
<title>最近老报错，怎么回事？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1258121</link>
<author>lix1216</author><pubDate>2008-08-31 21:09:11</pubDate><description><![CDATA[
作者: lix1216
发表于: 2008-08-31 21:09:11 (GMT 8)
简介：最近老报错，怎么回事？

00:00000:00092:2008/08/31 12:04:58.15 server  WARNING: memory usage in procedure headers (2)
does not match memory usage count in Pss (4) for server process id 92.
00:00000
]]></description>
</item>
<item>
<title>大家推荐一款数据库服务器！ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1257788</link>
<author>youwei</author><pubDate>2008-08-30 17:34:43</pubDate><description><![CDATA[
作者: youwei
发表于: 2008-08-30 17:34:43 (GMT 8)
简介：最近公司要对数据库服务器进行升级，现在的服务器影响了公司的正常业务开展希
望大家给个意见：
数据库里主要有两个大表，记录都在2千万条记录以上，每天都对这两个表进行大量的
查询和数据更新，整个数据库的数
]]></description>
</item>
<item>
<title>SYBASE   调用CT_CANCEL函数问题请教 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1257407</link>
<author>hustcaicai</author><pubDate>2008-08-29 21:13:24</pubDate><description><![CDATA[
作者: hustcaicai
发表于: 2008-08-29 21:13:24 (GMT 8)
简介：我写了简单的程序,通过VC调用ct函数，执行简单的select语句查询，循环查询100次，在每次查询结束返回结果集后，然后调用ct_cancel，为什么会需要很长时间这个函数才能返回，请高手指教
]]></description>
</item>
<item>
<title>sybase 12.5.4 64位for linux 安装后！ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1257366</link>
<author>youwei</author><pubDate>2008-08-29 18:59:34</pubDate><description><![CDATA[
作者: youwei
发表于: 2008-08-29 18:59:34 (GMT 8)
简介：请教各位，小弟在redhat linux 64位上安装完，sybase 后，对内存进行配置，
物理内存是8G，对max memory 配置为41942000
可是，系统重启后，查看“系统监视器”里面看到的内存只用了，173Mib
这个是什么原因呢！
]]></description>
</item>
<item>
<title>sybase如何处理应用忘记释放的连接？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1257335</link>
<author>zzy302</author><pubDate>2008-08-29 17:50:58</pubDate><description><![CDATA[
作者: zzy302
发表于: 2008-08-29 17:50:58 (GMT 8)
简介：是有一段时间超时之后ase自动给释放吗？   有哪里可以设置这个超时时间吗？
]]></description>
</item>
</channel>
</rss>