Gets the optimizer statistics advisor execution script for the provided task and execution name.
GET {{baseUrl}}/managedDatabases/:managedDatabaseId/optimizerStatisticsAdvisorExecutions/:executionName/script?taskName=<string>
Gets the Oracle system-generated script for the specified Optimizer Statistics Advisor execution.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
taskName | string | (Required) The name of the optimizer statistics collection execution task. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
opc-named-credential-id | string | The OCID of the Named Credential. | |
Accept | string |
RESPONSES
status: OK
{"script":"\u003cstring\u003e"}