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

Home -> Community -> Usenet -> c.d.o.server -> Re: Table Creation Date & Time

Re: Table Creation Date & Time

From: Steve Miller <smiller_at_gers.com>
Date: Tue, 28 Jul 1998 19:56:21 GMT
Message-ID: <01bdba62$09e1db80$4f400580@sdm>


Scott,

  You can find this information in the dba_objects view. Try this:

  select object_name, created, last_ddl_time from dba_objects   where object_name='YOUR TABLE HERE';

 That should do it!

Steve

Steve Miller
Database Administrator
Oracle Certified Professional - DBA
smiller_at_gers.com
http://www.gers.com

Scott C. <sdcairns_at_mindspring.com> wrote in article <6piea3$mo7$1_at_camel29.mindspring.com>...
> Where can I find the creation date & time of a user table in the Oracle
> (8.x) data dictionary?
>
>
>
Received on Tue Jul 28 1998 - 14:56:21 CDT

Original text of this message

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