Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to reset modified date of an object

Re: how to reset modified date of an object

From: John Clarke <jclarke_at_centroidsys.com>
Date: Wed, 15 Jun 2005 08:51:48 -0400
Message-ID: <20050615085148.dc3b519a@centroidsys.com>


How about

update sys.obj$ set mtime=ctime where obj#=<whatever>

(in a test system of course)

> hi all,
> I have one simple but interesting question:
> How to reset the modified date of an object in oracle database to its
> original date irrespective of the date it has been modified?
>
> --
> Thanks & Regards,
> T. Onkar Nath
> Ph : +91-9826728111(Cell)
> to_onkar_at_yahoo.com
> onkarnath.tiwary_at_gmail.com
>
> --
> http://www.freelists.org/webpage/oracle-l
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 15 2005 - 08:57:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US