DBAs,

Right now we don't give the password of schema owner to the developers in our test environment.
But they have full control in dev.
The problem is that they always lose track of their triggers deployment verison.
So, we get a lot of requests that sending the source code of triggers to them so that
they can compare the source codes between dev and test.

Is there any good way to let them have a way to see the trigger's source code
without giving them the password of schema owner?

Thanks!

Lily