Object Create Date

Object Create Date

am 19.07.2004 09:36:16 von sameer_deshpande

Hello,

Which data dictionary I have to query to determine the object creation date..

F.ex I would like to find out on which date table or Index has been created..

Thanks

Sameer

Re: Object Create Date

am 26.07.2004 01:35:16 von Gaetano Mendola

Sameer Deshpande wrote:

> Hello,
>
> Which data dictionary I have to query to determine the object creation date..
>
> F.ex I would like to find out on which date table or Index has been created..

You can't.

Regards
Gaeatano Mendola

Re: Object Create Date

am 26.07.2004 03:09:20 von CoL

hi,

Gaetano Mendola wrote, On 7/26/2004 01:35:

> Sameer Deshpande wrote:
>
>> Hello,
>>
>> Which data dictionary I have to query to determine the object creation date..
>>
>> F.ex I would like to find out on which date table or Index has been created..
>
> You can't.

he can :) grab the object's OID from system tables and check the
corresponding file's create date.

C.