Hi all,
Trying to get ordinary least squares regression going using the UTL_NLA
package in Oracle.
The UTL_NLA
package is installed by default and appears to be working. Next up, I tried to run some of the regression sample code (OLS_Regression) that ships with Oracle (olsexmpl.sql
and olstype.sql
). I am able to create the model just fine, but when I try to use it, i get the error
<schema_name>.UTL_NLA_ARRAY_DBL does not exist.
I am pretty sure that it does exist. What permissioning am I missing?