Chinaunix首页 | 论坛 | 博客
  • 博客访问: 535511
  • 博文数量: 28
  • 博客积分: 150
  • 博客等级: 入伍新兵
  • 技术积分: 429
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-25 12:07
个人简介

Cisco Certified Internetwork Expert(Routing and Switching) CCIE R&S 2101X, IBM Certified Advanced Technical Expert - Power Systems with AIX v2, Red Hat Certified Engineer RHCE 130-165-39X, Oracle Certified Master 10g

文章分类

全部博文(28)

文章存档

2018年(1)

2017年(2)

2016年(4)

2015年(8)

2014年(4)

2013年(2)

2011年(7)

我的朋友

分类: Oracle

2011-05-27 11:38:44

========phanx.com========
Author:   phanx
Updated: 2011-5-27
转载请保留作者信息
=========================

在AIX下将表导出到NFS上

  1. oracle@localhost:/home/oracle $expdp ora/ora tables=test directory=DMPDIR dumpfile=test.dmp
  2. Export: Release 10.2.0.5.0 - 64bit Production on Friday, 27 May, 2011 10:58:57
  3. Copyright (c) 2003, 2007, Oracle. All rights reserved.
  4. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
  5. With the Partitioning, OLAP, Data Mining and Real Application Testing options
  6. ORA-39001: invalid argument value
  7. ORA-39000: bad dump file specification
  8. ORA-31641: unable to create dump file "/mnt/share/test.dmp"
  9. ORA-27086: unable to lock file - already in use
  10. IBM AIX RISC System/6000 Error: 49: No locks available
  11. Additional information: 10

将/etc/filesystems中参数改为

  1. /mnt/share:
  2. dev = "/mnt/nasdatavg/nasdatalv/nas"
  3. vfs = nfs
  4. nodename = 10.0.0.2
  5. mount = false
  6. options = bg,hard,nointr,noac,llock,rsize=32768,wsize=32768,sec=sys,nosuid
  7. account = false

对应LINUX为nolock.

 

阅读(4672) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~