Oracle - Checking for running jobs Posted on January 19, 2006 You can see if a job is running in Oracle by checking against the user_jobs table for the exact name of what you are running, for example: [Read More] Tags: oracle plsql
Oracle Cursors Posted on January 11, 2006 A proc containing a cursor can be written as follows: [Read More] Tags: oracle plsql
Sending arrays to Oracle stored procedures with .NET Posted on November 2, 2005 You can send arrays to Oracle stored procedures as parameters. [Read More] Tags: oracle c#
Executing oracle functions Posted on October 18, 2005 To execute a function with 2 varchar parameters: [Read More] Tags: oracle plsql
Passing arguments into XSLT transformations with .NET Posted on October 18, 2005 XSL can be transformed programmatically as follows. [Read More] Tags: c# xsl