DTS Shipping Vendors Functions

Package: DBMS_CLOUD_OCI_DTS_SHIPPING_VENDORS

LIST_SHIPPING_VENDORS Function

Lists available shipping vendors for Transfer Package delivery

Syntax

FUNCTION list_shipping_vendors (
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dts_shipping_vendors_list_shipping_vendors_response_t;

Parameters

Parameter Description

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://datatransfer.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.