测试环境导入一数据库,报错如下:
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31640: unable to open dump file "/backup/oracledata/hxdb_fullbackup20170710002252.dmp" for read
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 6
环境情况:
由于dmp文件较大,所以挂了一个nfs存储使用。
-----------------------------------------------------------------------------
诸事繁多,没想着去细究,找到了相关解决办法,由于是测试环境,数据库可以重启,所以直接选择更改event事件的方式来解决该问题:
alter system set event='10298 trace name context forever, level 32'scope= spfile ;
关于该问题的详细情况,请查阅metalink文档: [ID 370513.1]