For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi Team,
I want to use an Variable in the place "EMP" Since it could be changing I want to use DEPT ,SALARY table in this ROWTYPE.
TYPE fetch_array
IS
TABLE OF EMP%ROWTYPE;
Is there anyway to produce it ?
Thanks in advance.
Regards,
Augustine