读书人

ora-01261异常解析

发布时间: 2012-07-24 17:47:57 作者: rapoo

ora-01261错误解析
ORA-01261: Parameter string destination string cannot be translated

Cause: The value for the specified parameter contained a destination string that could not be translated.
Action: Use a valid destination string in the specified parameter.




产生原因
  修改了参数db_recovery_file_dest路径不存在导致不能开启数据库




修改Pfile文件,将参数路径修改为存在的路径
  $ vi /home/ora10g/admin/orcl/init.ora.55201042659




启动数据库
  SQL>startup pfile='/home/ora10g/admin/orcl/init.ora.55201042659';
  SQL>create spfile from pfile='/home/ora10g/admin/orcl/init.ora.55201042659'


以上方法在oracle9I+windows2003测试没有问题。

读书人网 >其他数据库

热点推荐