Is there a oracle trigger or job that would send out an email if the database schema changes?
We are having a terrible time with devs changing schema and that change information not being sent downstream to the other departments. I know the simple solution is to tighten up the devs and when they make changes, but.... you know.
Is there is a job that could be run once or twice a day to compare the schema with yesterdays schema and if there are changes, these changes would be logged and sent in a notification email.
Does anyone have a solution (can be a standalone COTS application) or a script that can accomplish this task they would be willing to share, that would be great.