DisApproveStat Usage Notes - Teradata VantageCloud Lake
Lake - Monitor Resources and Performance
- Deployment
- VantageCloud
- Edition
- Lake
- Product
- Teradata VantageCloud Lake
- Release Number
- Published
- February 2025
- ft:locale
- en-US
- ft:lastEdition
- 2025-11-21
- dita:mapPath
- wyu1683671641248.ditamap
- dita:ditavalPath
- pny1626732985837.ditaval
- dita:id
- wyu1683671641248
- Call MissingStatRecs to display which recommended missing statistics are not yet approved or disapproved.
- To disapprove a single statistics recommendation, callers should specify a value for SCOID. It is not necessary to specify DatabaseName or TableName when SCOID is specified.
- To disapprove all statistics recommendations for a given database, callers should specify a value for DatabaseName.
- To disapprove all statistics recommendations for a given table, callers should specify a value for both DatabaseName and TableName.
- When the desired scope of the disapproval operation involves a list of objects that cannot be specified via parameters DatabaseName or TableName, callers can alternatively specify an ObjectListName that was previously created by APIs CreateObjectList and AddObjectListEntry.
- ObjectListName usage is mutually exclusive with DatabaseName and TableName. When a non-NULL value is specified for ObjectListName, DatabaseName and TableName must be NULL.
- Callers must specify a non-NULL value for at least one of the following: SCOID, DatabaseName, or ObjectListName.