Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlTuningSetAdminActionStatus

The status of a Sql tuning set admin action.

Properties

Optional errorCode

errorCode: undefined | number

The error code that denotes failure if the Sql tuning set admin action is not successful. The error code is "null" if the admin action is successful. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional errorMessage

errorMessage: undefined | string

The error message that indicates the reason for failure if the Sql tuning set admin action is not successful. The error message is "null" if the admin action is successful.

Optional showSqlOnly

showSqlOnly: undefined | number

Flag to indicate whether to create the Sql tuning set or just display the plsql used for the selected user action. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sqlStatement

sqlStatement: undefined | string

When showSqlOnly is set to 1, this attribute displays the plsql generated for the selected user action. When showSqlOnly is set to 0, this attribute will not be returned.

status

status: Status

The status of a Sql tuning set admin action.

Optional successMessage

successMessage: undefined | string

The success message of the Sql tuning set admin action. The success message is "null" if the admin action is non successful.

Functions

getDeserializedJsonObj

getJsonObj