bdump 目录莫名地丢失!

发现实例关闭了。重启出现错误。

srvctl status database -d RTST
Instance RTST1 is not running on node tst-rac01-ud-us-eqx
Instance RTST2 is running on node tst-rac02-ud-us-eqx
$ ps -ef|grep ora_
oracle 16428 8431 0 03:38:23 pts/1 0:00 grep ora_
$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.3.0 - Production on Mon Aug 9 03:38:27 2010

Copyright (c) 1982, 2006, Oracle. All Rights Reserved.

Connected to an idle instance.

SQL> startup
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORA-00444: background process "LMD0" failed while starting
ORA-07446: sdnfy: bad value '' for parameter .
SQL> show parameter user
ORA-01034: ORACLE not available


SQL> startup nomount
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORA-00444: background process "LMD0" failed while starting
ORA-07446: sdnfy: bad value '' for parameter .

当查看alert日志时发现bdump没有了。

$ cd $ORACLE_BASE
$ ls
admin locks logs oraInventory patches product test.sql
$ cd admin
$ ls
RTST
$ cd *
$ ls
adump cdump dpdump hdump pfile rman rman.tar udump
$ cd bd*
ksh: bd*: not found
$ ls
adump cdump dpdump hdump pfile rman rman.tar udump
$ ls -lrt
total 33968
drwxr-xr-x 2 oracle dba 512 Jun 4 2007 dpdump
drwxr-xr-x 2 oracle dba 512 Jun 4 2007 hdump
drwxr-xr-x 2 oracle dba 512 Aug 7 2007 pfile
-rw-r--r-- 1 oracle dba 17169920 Sep 24 2007 rman.tar
drwxr-xr-x 2 oracle dba 5120 Feb 16 2008 cdump
drwxr-xr-x 4 oracle dba 512 Aug 8 2008 rman
drwxr-xr-x 2 oracle dba 64512 Aug 9 03:38 adump
drwxr-xr-x 3 oracle dba 111104 Aug 9 03:38 udump
$ pwd
/opt/app/oracle/admin/RTST
$ mkdir bdump

然后再重启启动一切正常了。

但不清楚bdump为什么会丢失?

你可能感兴趣的:(dump)