Objective : How to print record type values in Oracle PL/SQL . Solution : Step 1: Create package fxgn_sample_pkg . DROP PACKAGE fxgn_sample_pkg ; create or replace PACKAGE fxgn_sample_pkg as TYPE fxgn_sample_rectype IS RECORD ( p_name varchar2(40), p_emp_id number ); ...
by Karkuvelraja Thangamariappan ♠ (@tkarkuvelraja)