FW: how to reset modified date of an object

  • From: JayMiller@xxxxxxxxxxxxxxxx
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Wed, 15 Jun 2005 11:07:55 -0400

Or perhaps a less intrusive way if you only want this for a particular user
would be to create a view on dba_objects where the modified date = the
created date.


Jay Miller


-----Original Message-----
From: John Clarke [mailto:jclarke@xxxxxxxxxxxxxxx] 
Sent: Wednesday, June 15, 2005 8:52 AM
To: onkarnath.tiwary@xxxxxxxxx; oracle-l@xxxxxxxxxxxxx
Subject: Re: how to reset modified date of an object

How about

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

(in a test system of course)

----- Original Message -----
From: Onkar N Tiwary <onkarnath.tiwary@xxxxxxxxx>
To: oracle-l@xxxxxxxxxxxxx
Sent: Wed, 15 Jun 2005 02:15:01 -0400
Subject: how to reset modified date of an object


> 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@xxxxxxxxx
> onkarnath.tiwary@xxxxxxxxx
> 
> --
> //www.freelists.org/webpage/oracle-l
> 

--
//www.freelists.org/webpage/oracle-l

-----------------------------------------
This message is confidential and sent by TD Waterhouse solely for use
by the intended recipient. If you are not the intended recipient, you
are hereby notified that any use, distribution or copying of this
communication is strictly prohibited. This should not be deemed as an
offer or solicitation, to buy or sell any product. Any 3rd party
information contained herein was prepared by sources deemed reliable,
but is not guaranteed. TD Waterhouse does not accept electronic
instructions that would require an original signature. Information
received by or sent from TD Waterhouse is stored, subject to review,
and may be produced to regulatory authorities or others with a legal
right to such.

--
//www.freelists.org/webpage/oracle-l

Other related posts:

  • » FW: how to reset modified date of an object