Hi,
I ran the following script in R client
> test <- ore.doEval(
function() {
"Hello World!"
}, ore.connect = TRUE)
, and it returned me the error message as below ---
Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch, :
ORA-28579: network error during callback from external procedure agent
ORA-06512: at "RQSYS.RQEVALIMPL", line 104
ORA-06512: at "RQSYS.RQEVALIMPL", line 101
How can I resolve it?