Oracle plugins not working on Centos

Hi everyone,

I've installed metabase on Centos using .jar and followed the instruction below, but somehow I still can't get the Oracle menu.

folder str:

/var/metabase
├── metabase.db.mv.db
├── metabase.db.trace.db
├── metabase.jar
└── plugins
    └── ojdbc7.jar

systemd setting.

[Unit]
Description=Metabase server
After=syslog.target
After=network.target

[Service]
User=root
Type=simple
ExecStart=/bin/java -jar /var/metabase/metabase.jar
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=metabase

[Install]
WantedBy=multi-user.target

Can anyone help?

Hi, there,

I solved my problem by re-download ojdbc7.jar, everything works fine now.

Thanks,
Rafe