Unix Technical Forum

View Any Procedure

This is a discussion on View Any Procedure within the Oracle Miscellaneous forums, part of the Oracle Database category; --> We have a new corporate security mandate that does not allow us to grant ALTER ANY PROCEDURE to our ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database > Oracle Miscellaneous

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2008, 12:16 PM
celvart@hotmail.com
 
Posts: n/a
Default View Any Procedure

We have a new corporate security mandate that does not allow us to
grant ALTER ANY PROCEDURE to our developers.

I agree that this should be a function of the DBA, but I have a
problem in that the developers need to be able to look at the source
code in order to diagnose problems.

Is there any way to let the developers view source code without being
able to modify it?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-08-2008, 12:16 PM
DA Morgan
 
Posts: n/a
Default Re: View Any Procedure

celvart@hotmail.com wrote:
> We have a new corporate security mandate that does not allow us to
> grant ALTER ANY PROCEDURE to our developers.
>
> I agree that this should be a function of the DBA, but I have a
> problem in that the developers need to be able to look at the source
> code in order to diagnose problems.
>
> Is there any way to let the developers view source code without being
> able to modify it?
>


dbms_metadata.get_ddl

documented at http://tahiti.oracle.com
demos at www.psoug.org in Morgan's Library

No one should be using ALTER to extract source code. Going back into
the Neolithic period it would still have been preferable to to go to
user_source or source$.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-08-2008, 12:16 PM
Frank van Bortel
 
Posts: n/a
Default Re: View Any Procedure

celvart@hotmail.com schreef:
> We have a new corporate security mandate that does not allow us to
> grant ALTER ANY PROCEDURE to our developers.
>
> I agree that this should be a function of the DBA, but I have a
> problem in that the developers need to be able to look at the source
> code in order to diagnose problems.
>
> Is there any way to let the developers view source code without being
> able to modify it?
>

grant select on dba_source, or on sys.source$?

--
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:22 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com