Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody,

today when i am trying to connect oracleDB which is in linux server i am getting a error msg as given below
SQL> connect sys/orcl123 as sysdba
ERROR:
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 30: Read-only file system
Additional information: 9925
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 30: Read-only file system
Additional information: 9925



can anybody pls help me out..

Thanks & Regards
Posted
Updated 21-Dec-11 5:15am
v2

Check from your init parameters where audit_file_dest is pointing. Ensure that it's a read-write disk and that you (oracle) have necessary privileges to write to that destination
 
Share this answer
 
Comments
Harsha11421 21-Dec-11 16:31pm    
Hello,
ya tried the audit_file_dest location and it has few permission i tried to give full permission but it is not accepting.. can u give me some OS command by which we can give permissions to that folder

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900