ORA-29400 When Executing R Enterprise Function In RDBMS 11.2.0.3 On Solaris10 Sparc
(Doc ID 1520678.1)
Last updated on OCTOBER 15, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
begin
sys.rqScriptCreate('demo',
'function() {
ID <- 1:10
res <- data.frame(ID = ID, RES = ID / 100)
res
}');
end;
/
PL/SQL procedure successfully completed
Executed in 0.015 seconds
SQL> select * from table(rqEval(NULL,'select 1 id, 1 res from dual','demo'));
select * from table(rqEval(NULL,'select 1 id, 1 res from dual','demo'))
ORA-29400: data cartridge error
Error in png(pngfile) :
X11 I/O error while opening X11 connection to 'localhost:10.0'
ORA-06512: at "RQSYS.RQEVALIMPL", line 57
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |