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.
Error "The parser did not identify the text as a valid SQL statement."
설명
Attempting to optimize a SQL statement in the Optimize SQL Tab results in error:
"The parser did not identify the text as a valid SQL statement."
해결 방안
RESOLUTION:
1. Make sure the statement youre trying to optimize is valid. Try running it in SQL Plus or Toad Editor window to verify.
2. Only one SQL statement can be processed at a time. A nested SQL statement is OK, but a SQL statement followed by another SQL statement will return as invalid.