Ad Widget

Collapse

Oracle Database for Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vardhasu
    Junior Member
    • Oct 2015
    • 17

    #1

    Oracle Database for Zabbix

    Hi

    I want to use Oracle as the Database for Zabbix instead of MySQL. The documentation mentions that I can use schema.sql, images.sql and data.sql, which is used for MySQL, on Oracle too. Is that right? or are there some other sql scripts to be used for Oracle?

    I would very much appreciate any help.

    Thanks and Regards

    Vardhan
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If you use Oracle database for Zabbix, you can use SQL for Oracle.
    That file is exists in Zabbix tarball.

    If you use Zabbix 2.4.7, the procedure is as follows.

    Code:
    $ tar zxvf zabbix-2.4.7.tar.gz
    $ cd database/oracle
    $ ls
    Please use the tarball of Zabbix version that you want to use.

    Comment

    • vardhasu
      Junior Member
      • Oct 2015
      • 17

      #3
      Zabbix with oracle database

      Hi Atsushi

      Thanks much. Did that and it worked.

      Regards

      Vardhan

      Comment

      Working...