Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How can I check the time when any table is updated under a
Ashoke,
Any programer worth their salt should know what tables or objects are
modified by their applications. They documented and wrote it and should
know what happens when an "update, delete, insert, etc" happens to the
data. If they do not know what happens, How did they write the
application?.
If it is an inherited application and the documentation is not
available, that is a different story. Then you will have to use auditing
or the "trigger to table" method.
I know that I sound harsh in my statements but in the old school that's
how we had to work, documentation, test, documentation.... I have found
in today's programming world that to many times it is easier to cut and
paste code to get the project running and not even do the
documentation.
PS( I retired from an ISO9001/2 company)
ROR mª¿ªm
>>> wisernet100_at_yahoo.com 07/23/02 02:33PM >>> none of them will capture DML changes
you have two choices:
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rachel Carmichael INET: wisernet100_at_yahoo.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Rogers INET: RROGERS_at_galottery.org 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 Jul 23 2002 - 14:23:31 CDT
![]() |
![]() |