oracle.rst
changeset 2146 274a3e6678ba
parent 2137 81d0f561a4a3
child 2147 e6dcc210bd6b
equal deleted inserted replaced
2145:9139b230c7ee 2146:274a3e6678ba
   125 
   125 
   126   select * from USER_SYS_PRIVS
   126   select * from USER_SYS_PRIVS
   127   select * from USER_TAB_PRIVS
   127   select * from USER_TAB_PRIVS
   128   select * from USER_ROLE_PRIVS
   128   select * from USER_ROLE_PRIVS
   129 
   129 
       
   130 Dump how exactly field stored::
       
   131 
       
   132   select dump(date '2009-08-07') from dual;
       
   133   select dump(sysdate) from dual;
       
   134 
   130 Managing data files location
   135 Managing data files location
   131 ============================
   136 ============================
   132 
   137 
   133 To find out where is data files located run as ``sysdba``::
   138 To find out where is data files located run as ``sysdba``::
   134 
   139 
   286 
   291 
   287 Show error details::
   292 Show error details::
   288 
   293 
   289   show errors;
   294   show errors;
   290 
   295 
   291 Dump how exactly field stored::
       
   292 
       
   293   select dump(date '2009-08-07') from dual;
       
   294