I have a sql function in oracle
create or replace function testfunc.....
Compile it succesfully. When i verify all_procedures system table it's not there. select * from all_procedures where procedure_name like '%testfunc%';
Not sure whether i am looking at the correct system table