Oracle 11g Gateways (transparent Gateway) configuration

Source: Internet
Author: User
Tags mssqlserver

The main configuration points are two points :

1,%gateways_home% (transparent Gateway installation directory) \dg4msql\admin\initdg4msql.ora

Content:

Hs_fds_connect_info=localhost//databasename
Hs_fds_trace_level=off
Hs_fds_recovery_account=recover
Hs_fds_recovery_pwd=recover

Note that hs_fds_connect_info, which is configured with the parameters of the gateways connection to the SQL Server database, contains 4 parts

1 server address; 2 ports; 3 instance name; 4 Database name

After I test 1, 4 is required, 2, 3 is not the case can also.

Guess: 1433 port can be omitted (not verified)

Strange experience: Use Localhost/mssqlserver/northwind configuration failed, do not know the reason, have to know the friend please correct me

The full configuration is this: Localhost:1433/mssqlserver/northwind

2,%gateways_home% (transparent Gateway installation directory) \network\admin\listener.ora

Content:

Sid_list_listener =    (Sid_list =    (Sid_desc =      (Sid_name = dg4msql)      (Oracle_home = C:\oracle\gateways)      (Program = dg4msql)   )) = = = = (PROTOCOL = IPC) (KEY = EXTPROC1521))                     1521))) = C:\oracle\gateways  

The configuration in this is not very clear, the red part is added in with the point 1 corresponds.

Oracle 11g Gateways (transparent Gateway) configuration

Related Article

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.