row count in procedure
767130Apr 16 2010 — edited Apr 16 2010i want to get the no. of row count(rows inserted) in procedure when i insert the record into any table through procedure.When i tried print sql%rowcount through dbms_output it is giving me 0 but i have inserted 1 record successfully.help me.