DBMS_CLOUD_OCI_LOGI_LOGGING_PUT_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the put_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_logi_logging_put_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;