- A normal PL/SQL cursor is static in definition. Ref cursors may be dynamically opened based on some logic.
- A cursor cannot be returned to a client. A Ref cursor can be returned to a client.
- A cursor can be Global. A ref cursor cannot be Global.
- A ref cursor can be passed from subroutine to subroutine. A cursor cannot be passed from subroutine.
- Static SQL i.e. not using a Ref cursor is much more efficient then using ref cursors.
Thursday, November 4, 2021
Difference between Cursor and Ref Cursor in Oracle APPS
Subscribe to:
Post Comments (Atom)
SupplierAddressImportTemplate.xlsm South Africa Suburb Field mapping in POZ_SUPPLIER_ADDRESSES_INT
Suburb mpping in Supplier Address Import Template will be mapped to Address Element Attribute2 (HZ_LOCATIONS. ADDR_ELEMENT_ATTRIBUTE2)
-
The XDOLoader utility is a Java-based command line program to load template (RTF, PDF, and XSL-FO), XML, and XSD files to the XML Publis...
-
LOT_CONTROL_CODE column contains values as 1 & 2 in mtl_system_items_b table. Inorder to find meaning for this values run below que...
-
Serial_number_control_code column contains values as 1,2,5 &6 in mtl_system_items_b table. Inorder to find meaning for this values r...
No comments:
Post a Comment