oracle.rst
changeset 1483 1475d464e8a8
parent 1482 1a012d9fe613
child 1484 20964d8677d7
equal deleted inserted replaced
1482:1a012d9fe613 1483:1475d464e8a8
    58 
    58 
    59 Используемое пространство таблиц::
    59 Используемое пространство таблиц::
    60 
    60 
    61   select distinct tablespace_name from user_tables;
    61   select distinct tablespace_name from user_tables;
    62 
    62 
       
    63 Profiling.
       
    64 ==========
       
    65 
       
    66 Timing info about last queries::
       
    67 
       
    68   select LAST_LOAD_TIME, ELAPSED_TIME, MODULE, SQL_TEXT elasped from v$sql
       
    69     order by LAST_LOAD_TIME desc
       
    70 
    63 List of Oracle Reserved Words.
    71 List of Oracle Reserved Words.
    64 ==============================
    72 ==============================
    65 
    73 
    66  * http://docs.oracle.com/cd/B19306_01/em.102/b40103/app_oracle_reserved_words.htm
    74  * http://docs.oracle.com/cd/B19306_01/em.102/b40103/app_oracle_reserved_words.htm