DBMS_AQ
-
[email protected]
- Posts: 3
- Joined: Fri 17 Jul 2009 09:20
DBMS_AQ
Hello
I am testing DBMS_AQ and DBMS_AQADM when I send messages by
pl/sql to a windows client. This works, but not in direct mode I get
OCI function is not linked. What can I do to make it work in direct mode
also?
I'm using an Oracle 9.2.0.7 server and ODAC 6.70.0.42.
Additional question async notification seems not to work with this
server version. Would it be possible to accomplish notification by
using dbms_alert or pipe? Will alert or pipe work in direct mode?
Thank you for any help.
Kurt
I am testing DBMS_AQ and DBMS_AQADM when I send messages by
pl/sql to a windows client. This works, but not in direct mode I get
OCI function is not linked. What can I do to make it work in direct mode
also?
I'm using an Oracle 9.2.0.7 server and ODAC 6.70.0.42.
Additional question async notification seems not to work with this
server version. Would it be possible to accomplish notification by
using dbms_alert or pipe? Will alert or pipe work in direct mode?
Thank you for any help.
Kurt
-
Kurt_Jegge
- Posts: 21
- Joined: Wed 09 Sep 2009 10:38
Plus
If I try t OCIinit before connecting in
direct mode I get
Access violation in address 00F...
in modul 'elogger.dll'
Thanks for your help.
Kurt
direct mode I get
Access violation in address 00F...
in modul 'elogger.dll'
Thanks for your help.
Kurt
-
Kurt_Jegge
- Posts: 21
- Joined: Wed 09 Sep 2009 10:38
Direct mode does not support Oracle OBJECT data types. So if the stored procedures you are calling have such parameters, you cannot use them in Direct mode.
Try to use our components TOraQueue, TOraQueueAdmin, and TOraQueueTable. They work in Direct mode. You can use the Listen method of TOraQueue to wait for messages.
TOraAlerter component can be used to receive events from DBMS_ALERT or DBMS_PIPE. This component works in Direct mode.
Try to use our components TOraQueue, TOraQueueAdmin, and TOraQueueTable. They work in Direct mode. You can use the Listen method of TOraQueue to wait for messages.
TOraAlerter component can be used to receive events from DBMS_ALERT or DBMS_PIPE. This component works in Direct mode.
-
Kurt_Jegge
- Posts: 21
- Joined: Wed 09 Sep 2009 10:38
DBMS_AQ
Thank you for your response
Is it possible that your queue components only work
in non direct mode because our oracle 9i is a 64bit oracle on
a unix system?
best regards
Kurt
Is it possible that your queue components only work
in non direct mode because our oracle 9i is a 64bit oracle on
a unix system?
best regards
Kurt
-
Kurt_Jegge
- Posts: 21
- Joined: Wed 09 Sep 2009 10:38
-
Kurt_Jegge
- Posts: 21
- Joined: Wed 09 Sep 2009 10:38