Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle R Technology

Chincheng37Sep 12 2020

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?

Post Details

Added on Sep 12 2020
2 comments
285 views