TEST系统:AIX6.1
1.由于TEST系统本地存储空间不足,就MOUNT了一个LINUX的NFS 目录:/oratmp3,然后将数据库文件放到/oratmp3上,在执行克隆过程中的创建控制文件时出错:
CREATE CONTROLFILE REUSE SET DATABASE "TEST"
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file
'/oratmp3/test/db/apps_st/data/system01.dbf'
ORA-27054: NFS file system where the file is created or resides is not mounted
with correct options
Additional information: 6
2.经在ORACLE上查找到文档(ORA-27054),按其说的是MOUNT NFS时需要带参数.于是使用以下命令(在AIX6.1上直接使用会报错,经修改):
dev = fileserver:/raid0/data/oratmp3
vfs = nfs
log = /tmp/nfslog
mount = true
options = rw
account = false
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/24908207/viewspace-684477/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/24908207/viewspace-684477/
本文解决因NFS挂载选项不当导致的ORACLE数据库创建控制文件失败问题。通过调整AIX系统中NFS挂载参数,成功解决了ORA-01503及ORA-27054等错误。
14万+

被折叠的 条评论
为什么被折叠?



