文件压缩:
1.tar cvf FileName.tar FileName不压缩大小,只改变格式
2.gzip -d FileName.gz 压缩成gz
文件解压:
1.gunzip FileName.gz
2.tar xvf FileName.tar 解压到压缩时的目录
db2刷新序列
alter sequence xx restart with 10000
待更新
Posted zjf1990
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了aix,db2简单操作指令相关的知识,希望对你有一定的参考价值。
文件压缩:
1.tar cvf FileName.tar FileName不压缩大小,只改变格式
2.gzip -d FileName.gz 压缩成gz
文件解压:
1.gunzip FileName.gz
2.tar xvf FileName.tar 解压到压缩时的目录
db2刷新序列
alter sequence xx restart with 10000
待更新
以上是关于aix,db2简单操作指令的主要内容,如果未能解决你的问题,请参考以下文章