SQL> startup nomount
ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
ORA-48140: the specified ADR Base directory does not exist [/u01/app/oracle/product/11.2.0/dbhome_1/dbs/<ORACLE_BASE>]
ORA-48187: specified directory does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 1
原因是是找不到参数文件路径
SQL> create spfile from pfile='/backup/pfile.ora'
File created
SQL> startup nomount
ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
ORA-48140: the specified ADR Base directory does not exist [/u01/app/oracle/product/11.2.0/dbhome_1/dbs/<ORACLE_BASE>]
ORA-48187: specified directory does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 1
原因是是找不到参数文件路径
SQL> create spfile from pfile='/backup/pfile.ora'
File created
SQL> startup nomount
本文记录了启动Oracle数据库遇到ORA-48108等错误的原因及解决方案。由于诊断目录不存在导致无法启动,通过创建SPFILE参数文件成功解决了该问题。
642

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



