Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: recording SQLPlus activity
Dennis,
You have hit the sore point. Developers start maintaining separate schemas,
make schema changes, test their programs in this artificial schema, and then
forget that nothin's going to work in the real development schema.
We want to seriously walk away from that. Single schema. We want developers to push changes via change control. Change controls will be aggressively addressed.
To try out something, they can always copy part of the development schema into their own "self maintained" schema or work area. But, this is not encouraged. We want the entire development team to work on a marching rhythm, everyone in synch. and on the same page.
SQL*Plus login.sql script: We are looking for a tamper proof solution, since it is for a bank. This wont work for several reasons. User may find a terminal without the login script, may alter the login script, may logon from home, etc.
Ray
>From : WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Reply-To : ORACLE-L_at_fatcity.com
To : Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Subject : RE: recording SQLPlus activity
Date : Tue, 25 Jun 2002 12:45:16 -0800
Ray,
Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Tuesday, June 25, 2002 2:24 PM
To: Multiple recipients of list ORACLE-L
Dennis,
I dont want to create separate working environments for each of the users.
We have had cases where developers compile programs in their programs and
which do not work in the real environment, and several other issues.
Ideally, I would like to have everyone work in the same environment, but with controls.
Ray
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ray Gordon INET: rgordon_1_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jun 25 2002 - 17:27:07 CDT
![]() |
![]() |