author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 07 Jun 2017 23:41:55 +0300 (2017-06-07) | |
changeset 2146 | 274a3e6678ba |
parent 2145 | 9139b230c7ee |
child 2147 | e6dcc210bd6b |
oracle.rst | file | annotate | diff | comparison | revisions |
--- 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; -