类型:转载 责任编辑:asp.net 日期:2007/05/23
热门软件下载:
用.net 编写 com+的服务对象事务属性是要求,在函数中调用oracleconnect.open() 出现 oramts.dll无法找到异常。
oracle 的 mtsrecovery service 已打开
oramts.dll也在oracle\bin目录中,且该路径已在path 中有设置。
网友回答:
up
do you have patch 2428356 from Oracle support ?
also take a look at
http://support.microsoft.com/default.aspx?scid=kb;EN-US;193893
顶,接点分^_^
无聊就接分来了
it is a patch, you need to get it from Oracle and install it
it is supposed to fix your problem
http://forums.oracle.com/forums/thread.jsp?forum=149&thread=172229&message=&tstart=0&trange=15640880
我用ODP.net 9.2 访问 Oracle8.17, com+分布事务正确。
要安装ODP.net 9.2 自带的MTS servive.
注册表中:
[HKEY_LOCAL_MACHINE\SOFTWARE
\Microsoft\MSDTC\MTxOCI]
"OracleXaLib"="oraclient9.dll"
"OracleSqlLib"="orasql9.dll"
"OracleOciLib"="ociw32.dll"
注意%path%变量,ora92\bin 应该在 ora81\bin 前面。(通过Home Selector 也可以)
I believe, if you just register at oracle site as a developer, it is free, you should be able to get the patch