linux --备份oracle

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

posted @ 2014-01-25 14:18  阳光温暖了心情  阅读(386)  评论(0编辑  收藏  举报