Tag: Oracle

Community

Cursor In, Cursor Out

(Mark A. Williams) A ref cursor is a reference to a result set that resides in server memory. When a ref cursor is opened, no data is initially returned to the client. Instead, the address where the data resides is passed to the client and the client can choose how and when to process the data repre

Community

Appreciating the Entity Object

(Steve Muench) As you’ve seen in my previous columns, an Oracle Application Development Framework (ADF) entity object represents a business domain entity such as an order, a part, a customer, or a service request. By creating a set of associated Oracle ADF entity objects that represents the full bus