Always remain updated about current software development trends

Articles in ORACLE

Getting Started with PHP Zend Framework 2 for Oracle DB

This post shows the changes to theZF2 tutorial applicationto allow it to run with Oracle Database 11gR2. Oracle Database SQL identifiers are case insensitive by default so "select Abc from Xyz" is the same as "select abc from xyz". However the identifier...

Getting Started with the MySQL Database Across FIve Continents

TheMySQL for Beginners course is your first step to getting started on the MySQL Database. This four-day, live, instructor-led course is your chance to learn about this powerful relational database management system - MySQL is the most popular open source...

May 21/22 Oracle Spatial and Graph User Conference Available Via Webcast!

Spatial Community!  Can't Make it to DC? You canattend the Oracle Spatial and Graph User Conference by webcastMay 21/22-- for live and on demand streaming of new product/technology training sessions and leading use cases.  In ...

MySQL is Better Than Ever for the Web

Whether you are a developer who wants to use MySQL and PHP to build and maintain websites or if you want to learn how MySQL and PHP can be used for the rapid prototyping and development of dynamic websites, theMySQL and PHP - Developing Dynamic Web Applicationstraining...

New Podcast: Reasons Developers and DBAs Should Attend ODTUG's KScope13

Recently, I had the pleasure to interview two ODTUG(Oracle Development Tools User Group) members: Monty Latiolais, President, ODTUG Kellyn Pot'Vin, ODTUG, responsible for Database content at KScope 13 During this podcast (listen),...

Calling an Oracle Cloud Service from Java

73 | 0By default, all connections to the Oracle Cloud are encrypted: The Problem Browsers automatically import the necessary certificates, however, trying to access these services from a Java client, you will not be so successful. Take this Java Client: import...

Wikipedia Migrates to MariaDB... but facts are facts

Wikipedia Migrates to MariaDB... but facts are facts:Jon Buys: There was, and continues to be, concern over Oracle's treatment of the open source competitor to their own Oracle database. I personally have wondered what motivation, if any, Oracle has...

DBTool for Oracle - Part 1

Enhance productivity and reliability, write your own tools.

Deploying JAX-RS RESTful Web Services to the Oracle Cloud (Using JDeveloper and Jersey)

1068 | 0In this blog entry I outline the steps necessary to deployJAX-RS(JSR 311) RESTful web services to the Oracle Cloud. We'll be usingJersey, which is the reference implementation for JAX-RS, and JDeveloper, which is my primary Java IDE. Step 1. Create...