database startup error [message #60706] |
Fri, 27 February 2004 07:12 |
al_paso
Messages: 1 Registered: February 2004
|
Junior Member |
|
|
I am trying to restart my oracle db after it quit abnormally on me.
I am running Oracle 8.1.6 on Solaris 2.7.
When i try to run the dbstart command I get the following output:
SQL>ORA-09925: Unable to create audit trail file
SVR4 Error: 13: Permission Denied.
Additional information: 9925
SQL>ORA-01031: Insufficient privileges
SQL>
database "<dbname>" warm started.
But when I check the database it is not started.
Any ideas as to what is happening here?
Thanks
|
|
|
Re: database startup error [message #60716 is a reply to message #60706] |
Sat, 28 February 2004 23:05 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
Look where your "audit_file_dest" parameter is
pointing. Is this a valid directory path? Is the
filesystem full? Do you have permissions to write to
this directory?
Best regards.
Frank
|
|
|