oracle.rst
changeset 1485 752e99dbb016
parent 1484 20964d8677d7
child 1486 f3be7476145d
equal deleted inserted replaced
1484:20964d8677d7 1485:752e99dbb016
    86 
    86 
    87   http://docs.oracle.com/cd/B19306_01/server.102/b14237/dynviews_2113.htm
    87   http://docs.oracle.com/cd/B19306_01/server.102/b14237/dynviews_2113.htm
    88                 $SQL lists statistics on shared SQL area without the GROUP BY
    88                 $SQL lists statistics on shared SQL area without the GROUP BY
    89                 clause.
    89                 clause.
    90 
    90 
       
    91 Last table modification time.
       
    92 =============================
       
    93 ::
       
    94 
       
    95   select max(scn_to_timestamp(ora_rowscn)) from TBL;
       
    96 
       
    97   select timestamp from all_tab_modifications where table_owner = 'OWNER';
       
    98   select timestamp from all_tab_modifications where table_name = 'TABLE';
    91 
    99 
    92 List of Oracle Reserved Words.
   100 List of Oracle Reserved Words.
    93 ==============================
   101 ==============================
    94 
   102 
    95  * http://docs.oracle.com/cd/B19306_01/em.102/b40103/app_oracle_reserved_words.htm
   103  * http://docs.oracle.com/cd/B19306_01/em.102/b40103/app_oracle_reserved_words.htm