I have use the bulk collect in purchase_detail table , within this table have on 30-million records. I wand to maximum how much of value use in limit clause.
example : fetch cur_name bulk collect into pur_var limit 5000;/----Maximum how much LIMIT ?---/