# HG changeset patch # User Oleksandr Gavenko # Date 1496868115 -10800 # Node ID 274a3e6678baac39fc8ea876c21bf9eba86c4621 # Parent 9139b230c7ee2ea1d7eb91aba831d319c668b0eb Dump how exactly field stored. diff -r 9139b230c7ee -r 274a3e6678ba oracle.rst --- a/oracle.rst Wed May 31 17:52:35 2017 +0300 +++ b/oracle.rst Wed Jun 07 23:41:55 2017 +0300 @@ -127,6 +127,11 @@ select * from USER_TAB_PRIVS select * from USER_ROLE_PRIVS +Dump how exactly field stored:: + + select dump(date '2009-08-07') from dual; + select dump(sysdate) from dual; + Managing data files location ============================ @@ -288,7 +293,3 @@ show errors; -Dump how exactly field stored:: - - select dump(date '2009-08-07') from dual; -