Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Autotuning error Format '%s' invalid or incompatible with argument
설명
The user will receive this error when trying to Autotune:
"Autotuning error Format '%s' invalid or incompatible with argument"
해결 방안
WORKAROUND
The trigger of this problem is the existing of an '&' character in one of the condition. A workaround is to avoid the use of the '&' character. The user can change to the following:
a.c100000014 = 'TESTING & DEVELOPMENT APPS' to a.c100000014 = 'TESTING ' || chr(38) || ' DEVELOPMENT APPS'
STATUS No definitive date of when this issue will be fixed, but it will be included in the future release.