ORA-13788: invalid recommendation type
Cause: The user passed an invalid recommendation type in the rec_type argument to script_tuning_task. Possible values are ALL or any subset of a comma-separated list of PROFILES, STATISTICS and INDEXES.
Action: Check the rec_type arg and retry the operation.
ORA-13788 是Oracle数据库错误信息,表示用户输入的 recommendation type 无效。
1. 当用户使用SA_RECOMMENDATION_BASELINE、SA_RECOMMENDATION_VMLIMIT或SA_RECOMMENDATION_MGRLIMIT以外的recommendation type 时,将会抛出此错误。
2. 如果用户输入的 recommendation type 本身有误,也会导致ORA-13788错误。
1. 检查用户输入的recommendation type 是否正确,并确保它在Oracle支持的类型中。
2. 检查用户输入的recommendation type 是否拼写正确,避免输入错误。
3. 如果仍然出现ORA-13788,请联系Oracle技术支持获取帮助和指导。