RE: Implementing Stored Procedures

2001-05-31 Thread Narender Akula
Title: Implementing Stored Procedures hi lisa, we do have staging area (dba -directory) in production  where all the scripts ...(sql,forms,reports)  are kept and with change request forms they are implemented... if any problems with the scripts they willl go to owner of change requester.  A

Re: Implementing Stored Procedures

2001-05-31 Thread Diana_Duncan
Just to be more specific, the product you'd look for is the "Oracle Accelerator" for Kintana, see the URL here http://www.kintana.com/products/accelerators/oracle_technologies/oracle_technologies.htm Diana Duncan TITAN Technology Partners One Copley Parkway, Ste 540 Morrisville, NC 27560 VM: 9

RE: Implementing Stored Procedures

2001-05-31 Thread Yexley Robert D SSgt AFIT/SCA
Title: Implementing Stored Procedures One option (and I'm not suggesting that this is the BEST option by any means, but it IS an option =) might be to grant the developer(s) the 'CREATE ANY PROCEDURE' role, and then have them create their procedures/functions/packages etc as ., with being t

RE: Implementing Stored Procedures

2001-05-31 Thread Diana_Duncan
Sent by: Fax to: [EMAIL PROTECTED] Subje

RE: Implementing Stored Procedures

2001-05-31 Thread Jamadagni, Rajendra
We put the code in a file on Unix (our server platform) and in the change request form, provide the file name and location. The DBA will log in as the schema owner and simply run the file. Any errors are reported back to developer who requested the change. All the SQL code is archived using SCCS.

RE: Implementing Stored Procedures

2001-05-31 Thread Bala, Prakash
Lisa, This is what we did in my last project: 1. Developers had access to the application schema where they created and modified procedures/functions/triggers as needed 2. After their unit testing is done, the QA team would test it using the front-end application. 3. Once QA team approves the