|
原帖由 jkdkungfu 于 2009-12-21 10:14 发表 ![]()
[oracle@orcl ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 18 09:57:03 2009
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
ORA-48140: the specified ADR Base directory does not exist [/yen/oracle/product/11.2.0/dbhome/dbs/]
ORA-48187: specified directory does not exist
Linux Error: 2: No such file or directory
Additional information: 1
缺省情况下,ADR的目录在$ORACLE_BASE下,你检查一下你的init参数中是否指定了
diagnostic_dest为自定的路径,并确保这个路径存在! |
|