I want to be able to do a code comparison between stored procedures in production and code in QA to visually verify what is about to be implemented.
Then, once implemented, I want to be able to compare production code to QA to verify that everything was deployed as expected.
To do this, I need read access to db objects in the production environment.
I assume that it is possible to set up oracle security such that people can be given READ ACCESS to SPs w/o also being access to update the code.
Please confirm.