免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1823 | 回复: 7
打印 上一主题 下一主题

[SCO UNIX] SCO UNIX 6.0 2GB limitation... [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-12-14 12:16 |只看该作者 |倒序浏览
I've installed SCO UNIX 6.0 (eval license), restore my oracle + printers everything. system works fine.

But, i still encounter the problem for 2GB single file size limitation.
1) original tar, only support up to 2GB. (I use tar cvf /temp/test * )
    - should be able to solved by using /u95/bin/cpio

2) oracle (7.3.4) export command seem can't jump over 2GB on Unix 6.

On /u95/bin directory, no tar, only cpio. I could use /u95/bin/dd command to write file size more than 2GB...

I still can't figure out how to use the /u95/bin/ulimit command. When I check, everything are unlimited, include file(blocks) also.

Unix 6 TCP looks better than OSR 5, change host name/IP no need to relink kernel, just tcp stop& start will do, users logon while after restart Unix 6, users still can continue the previous disconnected session.

Unix 6 auto configure any backup tape, compare with OSR5 need manually keyin SCSI ID/LUN/Host etc..

Unix 6 KDE not much surprise, need to enable manually.

Unix 6 can configure "Dedicated memory", to reserve for some other program usage/purpose. This is great feature even I have not tested it out.

Unix 6, still same as OSR 5.0.7, failed to installed Oracle 7.3.4

Still need some time to explore more new features on Unix 6...

论坛徽章:
0
2 [报告]
发表于 2005-12-16 15:35 |只看该作者
今天作个实验, 用(Oracle 7.3.4) exp system/manager file=database.dmp log=test.log full=y, 都不可以超过2GB.当它跑到2137483647(file size)时就停了,说EXP-00002: error in writing to export file.. 有点被骗的感觉。

有那位高手可以帮忙吗?
SCO 6只有 /u95/bin 里头的command 可以写超过2GB 的 file.
http://wdb1.sco.com/kb/showta?ta ... 5623565&pgnum=1


就像我用这写出3GB的 file
/u95/bin/dd if=/dev/zero of=/temp/size/gb count=6144000

如果我只用普通 dd if=/dev/zero of=/temp/size/gb count=6144000  那也只可以写出2GB的 file

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
3 [报告]
发表于 2005-12-16 16:04 |只看该作者
only VxFS filesystem support > 2G

论坛徽章:
0
4 [报告]
发表于 2005-12-16 16:25 |只看该作者
CNL, its VxFS already....  i can use /u95/bin/dd to generate file in /u/oracle/dmp larger than 2GB, i did it on 3GB. But somehow, other conventional command couldn't do that.

The other thing, Oracle 7.3.4 installation, will facing the same issue on 5.0.6 & 5.0.7, which installed somewhere until TNS part will failed.

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
5 [报告]
发表于 2005-12-16 16:35 |只看该作者
1 oracle 7.3.4 not support file > 2G, you must use pipe to imp or exp
2 install 7.3.4, you must select relink oracle execute option,
   you also need replace crt0.0,crt1.0 with 5.0.5 and  replace back after install oracle
3 osr6, only some commands support large file operation(NOT ALL),
such as:
cat(C)     du(ADM)         pathchk(C)
     chgrp(C)   ff(ADM)         pax(C)
     chmod(C)   find(C)         pwd(C)
     chown(C)   fsck(ADM)       rcp(TC)
     cksum(C)   fsdb(ADM)       rm(C)
     cmp(C)     ln(C)           rmdir(C)
     compress(C)        ls(C)           sum(C)
     cp(C)      mkdir(C)        touch(C)
     cpio(C)    mkfs(ADM)       ulimit(C)
     dd(ADM)    mv(C)           uncompress(C)
     df(ADM)    ncheck(ADM)     zcat(C)

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
6 [报告]
发表于 2005-12-16 16:37 |只看该作者
in addition, osr6 you must apply osr6 MP1

论坛徽章:
0
7 [报告]
发表于 2005-12-16 17:02 |只看该作者
How to use this (pipe to imp/exp)? (i'm not very good in oracle)

"oracle 7.3.4 not support file > 2G, you must use pipe to imp or exp"

Relink oracle execute option? Ok, let me try again n let u know.

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
8 [报告]
发表于 2005-12-16 17:10 |只看该作者
How to use this (pipe to imp/exp)?

such as follow: (use pipe & split (2000m)

  1. $ /etc/mknod exp_pipe p
  2. $ split -b 2000m exp_pipe _your_expfile_headname_ &
  3. $ exp .... file=exp_pipe
  4. $ rm exp_pipe
  5. then you may get dmp files like these:
  6. _your_expfile_headname_aa,
  7. _your_expfile_headname_ab,
  8. ...

  9. $ /etc/mknod imp_pipe p
  10. $ cat _your_expfile_headname_aa ...ab ..ac ... > imp_pipe &
  11. $ imp ... file=imp_pipe
  12. $ rm imp_pipe
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP