Recent content by Nastya

  1. N

    Strange traffic surge

    Hello! We've developed the following application : client (Delphi 5, DOA 3) rather frequently requests Oracle (8.1.7) server some data. The frequence is constant. When looking at the traffic report it's seems that the size on each iteration is quite normal. BUT: sometimes there's a big (about...
  2. N

    Exception on changing password

    It works. Thank you
  3. N

    Exception on changing password

    Hi, All! I've got problem while changing user password. The Oracle procedure works OK and and the password really changes, but when I want to quit the programm the TOracleEvent object raises an exception "invalid user name or password". Also it raises an exception if the Stop() method is called...
  4. N

    TOracleEvent is missing events

    Hi! Does anybody knows what to do with Oracle alerts sent one after one ? PL SQL code looks like this : begin dbms_alert.signal(alerttype.name , 'some string 1'); dbms_alert.signal(alerttype.name , 'some string 1'); end; TOracleEvent used in my program can easily get only the LAST event...
Back
Top