til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

ORA-21561: OID generation failed

This Oracle error is really weird and the fix to resolve it is quite hackish.

Append your hostname to your /etc/hosts entry for localhost like so:

127.0.0.1   localhost myhost

References