Hi ,
I am trying to setup connection manager in DEV env. I have started the cmctl on one machine. And DB machine is different. While i try to connect from Windows Machine to ORA Instance i get error ORA-12564 connection refused.
Here is the info you might want to know:
1. cman.ora
#CMAN = (ADDRESS=(PROTOCOL=tcp)(HOST=everest1.beyond.com)(PORT=1630))
#CMAN_ADMIN = (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1650))
cman_profile = (parameter_list=
(MAXIMUM_RELAYS=1024)
(LOG_LEVEL=1)
(TRACING=no)
(RELAY_STATISTICS=yes)
(SHOW_TNS_INFO=yes)
(USE_ASYNC_CALL=yes)
(AUTHENTICATION_LEVEL=0)
)
cman_rules = (rule_list=
(rule=
(src = delphi.beyond.com)
(dst = everest.beyond.com)
(srv = EVEREST.BEYOND.COM)
(act = accept)
)
)
use_otrace = no
2. Oracle instance running in MTS mode
3. Client tnsnames.ora
EVEREST.BEYOND.COM =
(DESCRIPTION =
(SOURCE_ROUTE = YES)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = everest1.beyond.com)(PORT = 1630))
)
(CONNECT_DATA =
(SERVICE_NAME = EVEREST.BEYOND.COM)
)
)
Any idea ? why i am getting this error !
Thanks for help!!
- DBKID -
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks