Open a command prompt and run oci dbtools private-endpoint
create to create a new private endpoint for use with Database Tools
connections:
Note
The endpoint service ID is required
to create new private endpoints and can be located using oci dbtools
endpoint-service list -c <target_compartment_id>.
Open a command prompt and run oci dbtools work-request
get to check the status of a work request:
Note
Some commands for Database Tools start an asynchronous work request
and return a work request ID. Work requests can be inspected by
looking up the details by work request ID.
oci dbtools work-request get --work-request-id <work_request_ocid>
For example:
oci dbtools work-request get --work-request-id ocid1.databasetoolsworkrequest.oc1.phx.example1request25qrlpo4agcmothkbgqgmuz2zzum45ibplooqtabwk3zz
To list work requests by compartment 🔗
Open a command prompt and run oci dbtools work-request
list to list the work requests associated with a
specified compartment:
oci dbtools work-request list -c <compartment_ocid>
For example:
oci dbtools work-request list -c ocid1.compartment.oc1..example1example25qrlpo4agcmothkbgqgmuz2zzum45ibplooqtabwk3zz