Oracle doesn't show up on my database menu

I had the same problem with the Docker installation. What I needed to do to fix it is:

  • Set MB_PLUGINS_DIR
  • Make sure the metabase account in the Docker container can actually access those files, for example chmod -R 777 ./plugins on the host. You can verify this with docker exec -it metabase ls -l /app/plugins.
2 Likes