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'