equal
deleted
inserted
replaced
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 |