ORA-28056: Writing audit records to Windows Event Log failed Error
Error faced during login user
SQL> conn scott/tiger
ERROR:
ORA-28056: Writing audit records to Windows Event Log failed
ORA-01031: insufficient privileges
solution
This was because the Event Viewer log is full and unable to log events.We need to clear the event log as follows Control Panel->Administrative Tools->Event Viewer->Clear All Events
picture can vary syatem to system
this is worked for me
Error faced during login user
SQL> conn scott/tiger
ERROR:
ORA-28056: Writing audit records to Windows Event Log failed
ORA-01031: insufficient privileges
solution
This was because the Event Viewer log is full and unable to log events.We need to clear the event log as follows Control Panel->Administrative Tools->Event Viewer->Clear All Events
picture can vary syatem to system
this is worked for me
Thank you, this worked for me, too.
ReplyDelete