hi,
looking for some help regarding errors during 9.7.1 upgrade.
we've got a script that executes some oracle sql package but we are receiving the following errors (which did not occur in 9.5):
Oracle error: (904) --> ORA-00904: : invalid identifier
KSqlCursor::Open(201f,'SELECT utillib.pvv_GetNVPValue('AGT', null, :A2) "value" FROM dual') -->'Could not prepare cursor.'
the actual script code is:
stmnt = Str.Format("SELECT utillib.pvv_GetNVPValue('%1', null, :A2) %2value%2 FROM dual", objName, '"')
results = CAPI.Exec(connection, stmnt, name)
if isError(results)
echo("error1")
end
no matter how we change the above sql statement we keep getting the same error ...
any insight is much appreciated
thanks
looking for some help regarding errors during 9.7.1 upgrade.
we've got a script that executes some oracle sql package but we are receiving the following errors (which did not occur in 9.5):
Oracle error: (904) --> ORA-00904: : invalid identifier
KSqlCursor::Open(201f,'SELECT utillib.pvv_GetNVPValue('AGT', null, :A2) "value" FROM dual') -->'Could not prepare cursor.'
the actual script code is:
stmnt = Str.Format("SELECT utillib.pvv_GetNVPValue('%1', null, :A2) %2value%2 FROM dual", objName, '"')
results = CAPI.Exec(connection, stmnt, name)
if isError(results)
echo("error1")
end
no matter how we change the above sql statement we keep getting the same error ...
any insight is much appreciated
thanks