Hello experts,
I wrote a java stored procedure, and a client program to invoke the procedure.
I can invoke the procedure when I register it using "NOT FENCED" , but I can't do so by registering it as "FENCED".
So I cannot return ResultSets, and you know, NOT FENCED is dangerous to the database. Can anybody help me? Thanks a lot! :-(
I wrote a java stored procedure, and a client program to invoke the procedure.
I can invoke the procedure when I register it using "NOT FENCED" , but I can't do so by registering it as "FENCED".
So I cannot return ResultSets, and you know, NOT FENCED is dangerous to the database. Can anybody help me? Thanks a lot! :-(