Connect to Oracle Autonomous Database

I am new to Metabase. I use Metabase for PostgreSQL without any problem. Now I want to connect to an Oracle autonomous database (19c) in the Oracle cloud with a Wallet. I run Metabase from Docker. The ojdbc8.jar is available in /plugins. When I try to add an Oracle database in Metabase, I get the error: "IO Error: The Network Adapter could not establish the connection". How can I tell Metabase to use an Oracle Wallet for the connection and which fields do I have to use in de screen to add the Oracle database to Metabase?

{
  "browser-info": {
    "language": "nl-nl",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15",
    "vendor": "Apple Computer, Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.10+9",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.10",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.10+9",
    "os.name": "Linux",
    "os.version": "3.10.0-1160.21.1.el7.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "postgres",
      "h2"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "13.2"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.2.18"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2021-04-08",
      "tag": "v0.38.4",
      "branch": "release-x.38.x",
      "hash": "057b6bb"
    },
    "settings": {
      "report-timezone": "Europe/Amsterdam"
    }
  }
}

Hi @fvl
I don't know what it requires to use Wallet, but there's a request open about it:
https://github.com/metabase/metabase/issues/13431 - upvote by clicking :+1: on the first post

Here is how to configure the Oracle Autonomous Database in the Metabase instance running in docker.