Re: creation date of a table?

From: Martin Haltmayer <Martin_Haltmayer_at_KirchGruppe.de>
Date: 1998/03/06
Message-ID: <34FFEC26.5BEB17A7_at_KirchGruppe.de>#1/1


Try

select to_char (created, 'DD.MM.YYYY HH24:MI:SS') from user_objects
where object_name = 'YOUR_TABLE_NAME'
/

Worked for me.

Martin Haltmayer

Jimmy wrote:
>
> Hello all,
>
> Is it possible to see the creation date of a table? Or can I do that by
> a select statement?
>
> Thanks
> Jimmy
Received on Fri Mar 06 1998 - 00:00:00 CET

Original text of this message