Ad Widget

Collapse

Oracle errors when adding host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wout
    Junior Member
    • Apr 2008
    • 1

    #1

    Oracle errors when adding host

    Hi all, glad to join you here.

    We have installed Zabbix 1.4.5 on a RHEL4 machine. It wasn't the easiest install ever, but things are working now.

    However, we are still encountering the below Oracle errors in our logs. It looks like these errors occur when a new host is created.

    Code:
     23400:20080416:115044 Query::begin;
     23400:20080416:115044 Query failed:ORA-06550: line 1, column 6:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    
       begin case declare exit for goto if loop mod null pragma
       raise return select update while with <an identifier>
       <a double-quoted delimited-identifier> <a bind variable> <<
       close current delete fetch lock insert open rollback
       savepoint set sql execute commit forall merge pipe
    
    /usr/local/sbin/zabbix_server [23400]: Query::begin;.
    /usr/local/sbin/zabbix_server [23400]: Query failed:ORA-06550: line 1, column 6:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    
       begin case declare exit for goto if loop mod null pragma
       raise return select update while with <an identifier>
       <a double-quoted delimited-identifier> <a bind variable> <<
       close current delete fetch lock insert open rollback
       savepoint set sql execute commit forall merge pipe
    .
     23400:20080416:115044 Query::commit;
     23400:20080416:115044 Query failed:ORA-00911: invalid character
    
    /usr/local/sbin/zabbix_server [23400]: Query::commit;.
    /usr/local/sbin/zabbix_server [23400]: Query failed:ORA-00911: invalid character
    .
    The errors are just errors for now, we haven't encountered symptoms to go with them yet. (read: everything seems to work normally)

    But, of course, errors point to a problem, and we'd sure like to find out where that is.

    Any ideas are welcome !

    Cheers,
    Wout
    Last edited by Wout; 23-04-2008, 16:21.
Working...