Ad Widget

Collapse

Zabbix Installation: data.sql script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fleguay
    Junior Member
    • Jul 2010
    • 5

    #1

    Zabbix Installation: data.sql script

    Hi all,

    I have installed the database and created ths schema. I tried to run data.sql for an oracle databse but several times I have those questions:

    Enter value for lt:
    Enter value for gt:

    What are those values used for and what should I put ?

    Thanks.
  • KhaineVII
    Junior Member
    • Jul 2010
    • 2

    #2
    Hi,

    I'm having the same problem, what I have to answer to these questions?

    Thanks in advance

    Comment

    • fleguay
      Junior Member
      • Jul 2010
      • 5

      #3
      To correct this issue, you will need to type on the sqlplus session this command

      SET DEFINE OFF

      and then launch the sql script

      Regards

      Comment

      Working...