Hi, I am writing a stored function "create or replace function show_itemcount return number"in oracle, I got error "show_itemcount is not stored procedure" error when called it in java using {call show_itemcount} and stmt.execute(). Should I use int nItemCount=stmt.executequery() instead? Thank you, Raymond