We are getting these errors on trying to access an Oracle 7.3.4 database on Unix. It says it is unable to create an audit trail. There have been no changes since yesterday when it was working.
Any assistance is appreciated.
Thanks.
Printable View
We are getting these errors on trying to access an Oracle 7.3.4 database on Unix. It says it is unable to create an audit trail. There have been no changes since yesterday when it was working.
Any assistance is appreciated.
Thanks.
It looks like your system tablepace is full. You have audit trail on and each time you try to login to the database as ordinary user Oracle wants insert data to data dictionary audit table.
You can login as internal and
1) add some space to system tablespace
2) truncate aud$
Sergey.