It’s that time of year again. Things are a bit tense around the house. The other morning, I woke up to find that someone had placed a leek in my slippers. Yes it’s Six Nations time again.… more →
The Anti-Kytewrote 1 month ago: The REF CURSOR is a data type in the Oracle. REF CURSOR also referred as Cursor Variables.Cursor var … more →
wrote 4 months ago: create or replace procedure sp_is_refcursor_null (v_cursor OUT SYS_REFCURSOR) AS v_rec number; BEGIN … more →
wrote 8 months ago: A ref cursor is a variable, defined as a cursor type, which points to, or references a cursor result … more →
wrote 8 months ago: Suppose you want to run a SQL*Plus script from a DOS batch file. The SQL*Plus script does not contai … more →
wrote 11 months ago: My web application accesses the database using packages. These packages contain procedures that retu … more →
wrote 1 year ago: It’s that time of year again. Things are a bit tense around the house. The other morning, I wo … more →
wrote 1 year ago: Just wondering from sometimes that why the hell we have one more cursor type called as ref cursor wh … more →
wrote 1 year ago: Many RDBMS have started implementing support for some sort of CURSOR, REF CURSOR or ARRAY/TABLE type … more →
wrote 2 years ago: Introduction Use case: You need to be able to copy and optionally transform any PL/SQL REF CURSOR in … more →
wrote 2 years ago: Introduction Use case: You need to be able to describe any PL/SQL REF CURSOR in a uniform way across … more →
wrote 2 years ago: Object Relational Features of Oracle; user defined types(UDT) and Csharp.NET In this article I am go … more →
wrote 2 years ago: Calling Oracle packages from CSHARP.NET with ref cursor I think you heard about the terms of ORACLE … more →
wrote 2 years ago: At least it wasn’t penalties. Another straw to clutch at – to paraphrase George W Bush – the G … more →
wrote 2 years ago: CURSORS: A cursor is a mechanism by which you can assign a name to a “select statement” … more →
wrote 3 years ago: How to use Ref Cursor example A REF CURSOR is basically a data type. A variable created based on su … more →
wrote 3 years ago: The previous iBatis example on this blog was for simple embedded SQL queries. The following example … more →
wrote 4 years ago: Quick Update: I move the blog because folks told me the screen shots weren’t as useful as copi … more →