Recent content by jason6510

  1. J

    "SYS.DBMS_PIPE" Must Be Declared

    Seems to be sorted out ... Thanks
  2. J

    "SYS.DBMS_PIPE" Must Be Declared

    Tried that... still doesn't work .. any other ideas?
  3. J

    "SYS.DBMS_PIPE" Must Be Declared

    Hi.. I'm trying to develop a plug-in system for internal messaging using DBMS_Pipes and a session/event component... when I try to pack my message it spits the following error message out ... PLS-00201 "SYS.DBMS_PIPE" MUST BE DECLARED Can anyone tell me what I'm doing wrong?
  4. J

    DBMS_PIPES delay problem

    Hi.. We're developing an app in delphi 6 using DOA components with oracle 9i.What we want to do is use DBMS_PIPES (osession.dbms_pipes.send_message) in conjunction with and oracle event component to create an internal messaging system.This seems to work fine in the beginning but then it begins...
Back
Top