- The error received is a result of missing one of the pre-installation steps
- For more information see, "JDA Warehouse Management 9.1.4.0 Installation Guide", section "Pre-installation and upgrade tasks for the server software", page 41
- To verify this setting, the following can be run when connected as a sysdba user (others user will receive a table or view does not exist error). This example shows the setting as indicated in this article:
SELECT x.ksppinm "Parameter",
Y.ksppstvl "Session Value",
Z.ksppstvl "Instance Value"
FROM x$ksppi X,
x$ksppcv Y,
x$ksppsv Z
WHERE x.indx = Y.indx
AND x.indx = z.indx
AND x.ksppinm LIKE '/_fix_control%' escape '/'
order by x.ksppinm;
Parameter
--------------------------------------------------------------------------------
Session Value
--------------------------------------------------------------------------------
Instance Value
--------------------------------------------------------------------------------
_fix_control
17376322:OFF
17376322:OFF