Other News

Community

Show Me the Code

(Joe Gregorio) In my inaugural article, I outlined the four basic steps you needed to follow when creating a RESTful web service. Now let’s take those basic steps and follow them through a worked example. To stay on familiar ground we’ll create something that you may find familiar: a web bookmark se

Community

Delimited data set generator

(Ravi Nookala) This tip is useful for making a backup of a given table’s data database in a delimited format. The spool file generated can then be used for future data loads using a tool like SQL*Loader or any VB application. The script works on Oracle 7.x, 8.x and 9.x. (R)