Hi,
I have an oracle DB that contains about 1M records. To search on a million records, a stored procedure is created. I could create an EJB and invoke the stored procedure using Java CallableStatement. I'm trying to use CAF instead. Can a stored procedure be invoked inside CAF using external service? Has anyone tried that.
Thanx,
Mahesh