Originally posted by akimtiaz
Thanks Harishy,
I want to see my coding in my existing procedure for example test_proc. how can I edit it?
Regards,
Imti
Select text from dba_source where name='TEST_PROC';

U will get the code of the proc.