cannot startup the DB because Audit file directory not exist [message #455774] |
Wed, 12 May 2010 23:29  |
oravijay
Messages: 43 Registered: March 2010
|
Member |
|
|
Hello Everybody
I cannot able to stratup the database since i have configfured the audit dumps to the external harddisk of the
server.Today my External harddisk is crashed.
when i give
sql>connect / as sysdba
SQL> connect / as sysdba
ERROR:
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 2: No such file or directory
Additional information: 9925
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 2: No such file or directory
Additional information: 9925
I have checked my alert logs
<txt>OS Audit file could not be created; failing after 5 retries
currently the database has been running with spfile
How can i login to sys user or any user.?
what parameters i have change in pfile ?
Is it needed to create any password file to login to sys user?
I can't able to startup the database through pfile or spfile without connecting to any user.
i cannot login to internal user and login through SVRMGL utility.
ORA-09275: CONNECT INTERNAL is not a valid DBA connection
please,suggest your possible ways to startup my Database
Thanks in Advance
Vijay
|
|
|
|
Re: cannot startup the DB because Audit file directory not exist [message #455777 is a reply to message #455774] |
Wed, 12 May 2010 23:56   |
oravijay
Messages: 43 Registered: March 2010
|
Member |
|
|
env | sort
_=/bin/env
DISPLAY=localhost:11.0
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/home/rahs2orcl
HOSTNAME=nixon
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=rahs2orcl
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32: *.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*. zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00; 35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
MAIL=/var/spool/mail/rahs2orcl
OLDPWD=/
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
ORACLE_HOSTNAME=nixon
ORACLE_SID=RAHSII
PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/u01/app/oracle/product/11.2.0/dbhome_1/bin:/home/rahs2orcl/bin
PWD=/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/audit
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_CLIENT=192.168.6.59 2012 22
SSH_CONNECTION=192.168.6.59 2012 192.168.6.56 22
SSH_TTY=/dev/pts/2
TERM=xterm
USER=rahs2orcl
|
|
|
|
|
|
|
|
|