Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: why administrator refuse to give permission on PLUSTRACE
Peter J. Holzer wrote:
> On 2007-11-03 06:30, DA Morgan <damorgan_at_psoug.org> wrote:
>> But lets give you an opportunity to test those developers around you to >> see how good they really are. >> >> What would you do if the stored procedure "test" was identified as the >> issue?
>> CREATE OR REPLACE PROCEDURE test IS >> BEGIN >> FOR r IN (SELECT * FROM parent) >> LOOP >> r.part_num := r.part_num * 10; >> INSERT INTO child >> VALUES >> (r.part_num, r.part_name); >> END LOOP; >> COMMIT; >> END test; >> /
You are mostly correct in your assumptions. But I am still waiting for some hotshot developer, one who thinks he or she is good enough to be given DBA privileges in a production database to identify the glaring problem in the procedure I created and fix it.
I am already on record stating that I think DBAs should give developers PLUSTRACE in development and test. So I am not trying to stomp on developers egos. My point from the beginning is that developers need the best tools and the greatest access but NOT in prod.
One or more developers keep claiming to be such hotshots that I should rethink my position so I've put up a very simple test, one I give my students at the U as part of their midterm. I'm still waiting for one of you to see the obvious.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Sat Nov 03 2007 - 08:23:19 CDT
![]() |
![]() |