DBMS_CLOUD_OCI_DM_SQL_TUNING_CLONE_SQL_TUNING_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the clone_sql_tuning_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_clone_sql_tuning_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_task_return_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of clone_sql_tuning_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_CREATE_SQL_TUNING_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_sql_tuning_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_create_sql_tuning_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_sql_tuning_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_DROP_SQL_TUNING_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the drop_sql_tuning_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_drop_sql_tuning_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_admin_action_status_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of drop_sql_tuning_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_DROP_SQL_TUNING_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the drop_sql_tuning_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_drop_sql_tuning_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_DROP_SQLS_IN_SQL_TUNING_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the drop_sqls_in_sql_tuning_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_drop_sqls_in_sql_tuning_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_admin_action_status_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of drop_sqls_in_sql_tuning_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_FETCH_SQL_TUNING_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the fetch_sql_tuning_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_fetch_sql_tuning_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of fetch_sql_tuning_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_GET_EXECUTION_PLAN_STATS_COMPARISION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_execution_plan_stats_comparision request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_get_execution_plan_stats_comparision_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_execution_plan_stats_comparision_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_execution_plan_stats_comparision
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_GET_SQL_EXECUTION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_sql_execution_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_get_sql_execution_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_advisor_task_sql_execution_plan_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_sql_execution_plan
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_GET_SQL_TUNING_ADVISOR_TASK_SUMMARY_REPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_sql_tuning_advisor_task_summary_report request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_get_sql_tuning_advisor_task_summary_report_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_advisor_task_summary_report_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_sql_tuning_advisor_task_summary_report
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_LIST_SQL_TUNING_ADVISOR_TASK_FINDINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sql_tuning_advisor_task_findings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_list_sql_tuning_advisor_task_findings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_advisor_task_finding_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sql_tuning_advisor_task_findings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_LIST_SQL_TUNING_ADVISOR_TASK_RECOMMENDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sql_tuning_advisor_task_recommendations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_list_sql_tuning_advisor_task_recommendations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_advisor_task_recommendation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sql_tuning_advisor_task_recommendations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_LIST_SQL_TUNING_ADVISOR_TASKS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sql_tuning_advisor_tasks request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_list_sql_tuning_advisor_tasks_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_advisor_task_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sql_tuning_advisor_tasks
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_LIST_SQL_TUNING_SETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sql_tuning_sets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_list_sql_tuning_sets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sql_tuning_sets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_LOAD_SQL_TUNING_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the load_sql_tuning_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_load_sql_tuning_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_admin_action_status_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of load_sql_tuning_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_SAVE_SQL_TUNING_SET_AS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the save_sql_tuning_set_as request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_save_sql_tuning_set_as_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_admin_action_status_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of save_sql_tuning_set_as
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_START_SQL_TUNING_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_sql_tuning_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_start_sql_tuning_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_task_return_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of start_sql_tuning_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DM_SQL_TUNING_VALIDATE_BASIC_FILTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the validate_basic_filter request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dm_sql_tuning_validate_basic_filter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_management_sql_tuning_set_admin_action_status_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;