linux --备份oracle

时间:2014-01-25 19:35:27   收藏:0   阅读:449

1.exp\imp 导入导出命令使用
exp username/pwd@sid file=path.dmp owner=user
不导出表数据:rows=n
举例:exp iflashbuy/qwerwhy246@width246 file=/201401025.dmp owner=iflashbuy

2.&& 命令
举例:sh startup.sh && tail -f ../logs/catalina.out

3.netstat 使用
举例:netstat -ano | grep 2460


4.fine -name 当前目录下查找
举例:find -name MemCachedaopBean.class

5.valgrind
valgrind tomcat-if sample

原文:http://www.cnblogs.com/yangxia-test/p/3533273.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!