Hi All
Can any one guide me how to call/invoke a oracle package using java.
i just tried like below code which is not working properly.
Can any one let me know how to call the package and then i have to read a variable from that package.Code:cstmt = con.prepareCall("{call P_Cat_Globals()}");
Thanks in Advacne.

