Pre-General Availability: 2022-08-18. This documentation is in pre-General Availability status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.

Get query execution report

get

/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}/executionReport

Request

Supported Media Types
Path Parameters
Query Parameters
  • Query execution Report level, supported values are 'BASIC' or 'FULL'
    Default Value: BASIC
    Allowed Values: [ "BASIC", "FULL" ]
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

successful operation
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : ExecutionReport
Type: object
Execution Report.
Show Source
Nested Schema : PlanCollection
Type: object
Execution Plan details.
Show Source
Nested Schema : StatsCollection
Type: object
Execution statistics.
Show Source
Nested Schema : items
Type: array
Array of query operations.
Show Source
Nested Schema : PlanOperationSummary
Type: object
Query execution plan summary
Show Source
Nested Schema : RawStatsCollection
Type: object
Execution raw statistics.
Show Source
Nested Schema : items
Type: array
Array of raw statistics.
Show Source
Nested Schema : RawStatsSummary
Type: object
Raw statistics
Show Source
Nested Schema : items
Type: array
Array of statistics.
Show Source
Nested Schema : StatsSummary
Type: object
Statistics
Show Source
  • Allowed Values: [ "ELAPSED_TIME", "CPU_TIME", "USER_IO_WAIT_TIME", "CONCURRENCY_WAIT_TIME", "CLUSTER_WAIT_TIME", "PLSQL_EXEC_TIME", "OTHER_WAIT_TIME", "BUFFER_GETS", "DISK_READS", "DIRECT_WRITES", "READ_REQS", "READ_BYTES", "WRITE_REQS", "WRITE_BYTES", "RET_BYTES" ]
    Metric name.
  • Metric value.

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : DefaultError
Type: object
Error Information.
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    A short error code that defines the error, meant for programmatic parsing.
  • Minimum Length: 1
    Maximum Length: 1024
    A human-readable error string.

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : DefaultError
Type: object
Error Information.
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    A short error code that defines the error, meant for programmatic parsing.
  • Minimum Length: 1
    Maximum Length: 1024
    A human-readable error string.

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : DefaultError
Type: object
Error Information.
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    A short error code that defines the error, meant for programmatic parsing.
  • Minimum Length: 1
    Maximum Length: 1024
    A human-readable error string.

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : DefaultError
Type: object
Error Information.
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    A short error code that defines the error, meant for programmatic parsing.
  • Minimum Length: 1
    Maximum Length: 1024
    A human-readable error string.
Back to Top