Hi Oracle Team,
I have encountered the error message below from my database (12c R2) alert log right after the database creartion.
"Unified Audit record write to audit trail table failed due to ORA-12899. Writing the record to OS spillover file."
I just want to clarify the solution provided below from (Doc ID 2320330.1)
Solution: One of the application exe files connecting to Database had long name (61 chars length).
The failed actions were LOGON/LOGOFF audit - related to audit of the program name of the session.
When we shortened the exe name (the "limit" is 48 chars) the errors disappeared from the alert log.
Can someone explain on how to do the provided solution above step by step or in details?
Thanks.