You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Autonomous DB + DBMS_CLOUD = Export Data

Follow these steps to bypass that annoying “Insufficient Privileges” message 😫 when attempting to export a .dmp file to Object Storage.

Step 1: Generate an RSA Key Pair on Windows

  1. Open PowerShell or Git Bash:
    • Open PowerShell or Git Bash on your Windows computer.
  2. Generate the RSA Key Pair:
    • Run the following command to generate a key pair in PEM format:

ssh-keygen -t rsa -b 2048 -m PEM -f C:\User\profile\you_folder\oci_api_key.pem

Explanation of each parameter:

  • -t rsa: Generates an RSA key.
  • -b 2048: Uses a 2048-bit key size (recommended for security).
  • -m PEM: Ensures the key is in PEM format.
2 votes

Submitted · Last Updated

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!