Getting ddl out for any object is quite simple. You can just call dbms_metadata with something nice and easy like select dbms_metata.get_ddl('TABLE','EMP') from dual;SQL> select...
[Read More]
SQL Developer 4.1 EA1 is out
SQL Developer 4.1 is out for tire kicking. There's a lot of new things in there as well as some great enhancements. There's a nice...
[Read More]
Oracle XE 11.2 for Windows 64 bit is here
Title says it all. Get it here: http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html
Node Road show recap. When to use and not use node.
I was recently at a Node road show. This was very much like the OTN tour just obvious focused on Node. They had multiple big...
[Read More]
Publish data over REST with Node.js
Of course the best way to expose database data over REST is with Oracle REST Data Services. If you haven't read over the Statement of...
[Read More]