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?
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...