DBMS_CLOUD_OCI_DF_DATA_FLOW_CHANGE_APPLICATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_application_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_change_application_compartment_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_DF_DATA_FLOW_CHANGE_POOL_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_pool_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_change_pool_compartment_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_DF_DATA_FLOW_CHANGE_PRIVATE_ENDPOINT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_private_endpoint_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_change_private_endpoint_compartment_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_DF_DATA_FLOW_CHANGE_RUN_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_run_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_change_run_compartment_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_DF_DATA_FLOW_CHANGE_SQL_ENDPOINT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_sql_endpoint_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_change_sql_endpoint_compartment_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_DF_DATA_FLOW_CREATE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_create_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_CREATE_POOL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_pool request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_create_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_pool_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_pool
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_CREATE_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_create_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_private_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_private_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_CREATE_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_create_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_run_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_run
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_CREATE_SQL_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_sql_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_create_sql_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_sql_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_sql_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_CREATE_STATEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_statement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_create_statement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_statement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_statement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_DELETE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_delete_application_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_DF_DATA_FLOW_DELETE_POOL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_pool request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_delete_pool_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_DF_DATA_FLOW_DELETE_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_delete_private_endpoint_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_DF_DATA_FLOW_DELETE_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_delete_run_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_DF_DATA_FLOW_DELETE_SQL_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_sql_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_delete_sql_endpoint_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_DF_DATA_FLOW_DELETE_STATEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_statement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_delete_statement_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_DF_DATA_FLOW_GET_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_GET_POOL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_pool request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_pool_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_pool
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_GET_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_private_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_private_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_GET_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_run_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_run
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_GET_RUN_LOG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_run_log request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_run_log_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_run_log
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_GET_SQL_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_sql_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_sql_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_sql_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_sql_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_GET_STATEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_statement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_statement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_statement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_statement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DATAFLOW_APPLICATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataflow_application_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataflow_application_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataflow_application_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_APPLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_applications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_applications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_application_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_applications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_POOLS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_pools request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_pools_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_pool_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_pools
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_PRIVATE_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_private_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_private_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_private_endpoint_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_private_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DATAFLOW_RUN_LOG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataflow_run_log_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataflow_run_log_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataflow_run_log_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_RUN_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_run_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_run_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_run_log_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_run_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DATAFLOW_RUN_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dataflow_run_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dataflow_run_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dataflow_run_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_RUNS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_runs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_runs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_run_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_runs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_SQL_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sql_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_sql_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_sql_endpoint_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sql_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_STATEMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_statements request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_statements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_statement_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_statements
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_work_request_log_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_work_request_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_START_POOL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_pool request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_start_pool_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_DF_DATA_FLOW_STOP_POOL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the stop_pool request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_stop_pool_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_DF_DATA_FLOW_UPDATE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_update_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_UPDATE_POOL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_pool request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_update_pool_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_DF_DATA_FLOW_UPDATE_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_update_private_endpoint_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_DF_DATA_FLOW_UPDATE_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_update_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dataflow_run_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_run
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DF_DATA_FLOW_UPDATE_SQL_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_sql_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_df_data_flow_update_sql_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;