Skip to Main Content

SQL & PL/SQL

Announcement

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!

ROWTYPE

Augustine VinishMar 25 2014 — edited Mar 26 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2014
Added on Mar 25 2014
6 comments
288 views