sábado, dezembro 07, 2024

Oracle OCI CLI - Linux (Debian)

Install and Configure:

$bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"

You can check the version with:

$oci --version

You can generate your keys using this command:

$oci setup keys

In the Oracle console, add your public key (Profile -> My Profile -> API Keys):




Create your config file:

$oci setup config

Then specify the parameters.

Nenhum comentário: