ORE Packages Version/Built Mismatch After Upgrade From ORE 1.3.1, R 2.15.2 to ORE 1.4.1, R 3.1.1
(Doc ID 1957186.1)
Last updated on OCTOBER 15, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterOracle Database Cloud Schema 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
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Multiple entry of same package found in below command
> ore.doEval(FUN=function(){
+ x <- installed.packages()
+ x[grep("ORE", rownames(x), value=TRUE), c("Package","Version","Built")]
+ })
Package Version Built
ORE "ORE" "1.4.1" "3.0.1"
OREbase "OREbase" "1.4.1" "3.0.1"
OREcommon "OREcommon" "1.4.1" "3.0.1"
OREdm "OREdm" "1.4.1" "3.0.1"
OREeda "OREeda" "1.4.1" "3.0.1"
OREembed "OREembed" "1.4.1" "3.0.1"
OREgraphics "OREgraphics" "1.4.1" "3.0.1"
OREmodels "OREmodels" "1.4.1" "3.0.1"
OREpredict "OREpredict" "1.4.1" "3.0.1"
OREserver "OREserver" "1.4.1" "3.0.1"
OREstats "OREstats" "1.4.1" "3.0.1"
ORExml "ORExml" "1.4.1" "3.0.1"
ORE "ORE" "1.4.1" "3.0.1"
OREbase "OREbase" "1.4.1" "3.0.1"
OREcommon "OREcommon" "1.4.1" "3.0.1"
OREdm "OREdm" "1.4.1" "3.0.1"
OREeda "OREeda" "1.4.1" "3.0.1"
OREembed "OREembed" "1.4.1" "3.0.1"
OREgraphics "OREgraphics" "1.4.1" "3.0.1"
OREmodels "OREmodels" "1.4.1" "3.0.1"
OREpredict "OREpredict" "1.4.1" "3.0.1"
OREstats "OREstats" "1.4.1" "3.0.1"
ORExml "ORExml" "1.4.1" "3.0.1"
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 |