Hi,
In the LISTENER.ORA
LSNRextproc =
(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=extproc))
SID_LIST_LSNRextproc =
(SID_LIST=(SID_DESC=(SID_NAME=extproc)
(ORACLE_HOME=/oracle/oracle/8.1.7.64)(PROGRAM=extproc)(ENVS=LD_LIBRARY_PATH=/opt/mqm/lib)))
TIA
Hi,
I have given full right to the oracle user.
In the first thread I gave give the listener.ora which is having ld_library_path set.
Q manager is running. If I run the sample progam from PLSQL through OS command it is working fine.
'Interesting. Modify the file where MQCONN is MAPPED from...
Hi,
If I give some other Q manager name which is not defined in the MQ it is giving the following error
MQCONN: CompCode=2 Reason=2058
MQOPEN: CompCode=2 Reason=2018
MQGET: CompCode=2 Reason=2018
MQCLOSE: CompCode=2 Reason=2018
MQDISC: CompCode=2 Reason=2018
message <...
Yes I have modified.
I am having a program which will run os command
In the mq.txt I am having the following script
DISPLAY QUEUE(TEST.LISTEN) CURDEPTH
SQL> execute osutil.r_runoscmd('runmqsc TEST_Q.DV <
/ram/mq.txt');
04L1788, 5765-B74 (C) Copyright IBM Corp. 1994, 1999 ALL RIGHTS RESERVED...
I am having the files from IBM for AIX
which is for Oracle PL/SQL support
I have changed it accordingly for HP UNIX.
According to their script I have created the following shared library for mqi.c
make -f $ORACLE_HOME/rdbms/demo/demo_rdbms.mk extproc_nocallback
SHARED_LIBNAME=mqi.so...
How to configue the support pac given for AIX from MQM (oracle stored procedure pack) in HP unix.
I want to try MQSERIES call like MQCONN,MQOPEN...
from Oracle Stored External Procedure.
TIA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.