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: Creation date of table

Re: Creation date of table

From: Shreepad Vaidya <Shreepad.Vaidya_at_alltel.com>
Date: Tue, 18 Jul 2000 5:04 -0500
Message-Id: <10562.112244@fatcity.com>

       Hi,
       The dba_objects dictionary table will give your the info
       required.
       SQL> desc dba_objects
        Name
        ------------
        OWNER
        OBJECT_NAME
        OBJECT_ID
        OBJECT_TYPE
        CREATED      
        LAST_DDL_TIME
        TIMESTAMP
        STATUS





                      SHREEPAD  
Received on Tue Jul 18 2000 - 05:04:58 CDT

Original text of this message

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