oracle.rst
changeset 2217 3005f2860e3c
parent 2216 303e4963ffc5
child 2218 39e18e1912b7
equal deleted inserted replaced
2216:303e4963ffc5 2217:3005f2860e3c
   213 Dump how exactly field stored::
   213 Dump how exactly field stored::
   214 
   214 
   215   select dump(date '2009-08-07') from dual;
   215   select dump(date '2009-08-07') from dual;
   216   select dump(sysdate) from dual;
   216   select dump(sysdate) from dual;
   217 
   217 
       
   218 https://dba.stackexchange.com/questions/11047/how-to-retrieve-foreign-key-constraints-data/
       
   219   How to retrieve foreign key constraints data.
       
   220 
   218 Managing data files location
   221 Managing data files location
   219 ============================
   222 ============================
   220 
   223 
   221 To find out where is data files located run as ``sysdba``::
   224 To find out where is data files located run as ``sysdba``::
   222 
   225