Oracle Database cannot load _ OraMTS _

Source: Internet
Author: User

Operate on the Oracle database machine:

◆ 1. Create two views in Oracle Based on KB 193893. Use the SYS account.

The default script path is oracleora92rdbmsadminxaview.

◆ 2. After creating two views, you need to add Public permissions to these two newly created views:

SQL> grant select on v $ xatrans $ to public with grant option;

SQL> grant select on v $ pending_xatrans $ to public with grant option;

SQL> grant select any table to public;

On the computer where the COM component is deployed, perform the following operations:

◆ 1. Modify the registry according to KB 193893:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSDTCMTxOCI

"OracleXaLib" = "oraclient9.dll"

"OracleSqlLib" = "orasql9.dll"

"OracleOciLib" = "oci. dll"

For Windows 2003 or Windows XP2

HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSDTCXADLL

Then add the following name:

String key of mtxoci. dll

Content: C: WINDOWSSYSTEM32MTXOCI. DLL

◆ 2. If you are on Windows 2003 or Windows XP, we need to set the corresponding permissions for the MSDTC account. MSDTC runs under the Network Service account. Add the Network Service account to the Administrators group.

◆ 3. Copy msvcrtd. dll to C: windowssystem32

◆ 4. Restart. Run the program.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.