Oracle DB for MS SQL Server through ODBC SSL

Is it possible to connect an Oracle 11.2 box to a box of MS SQL Server with SSL ODBC?

If not; then with 12 c?

If this isn't the case, SSL, the two would also be compatible with another form of encryption? AMT perhaps?

The side of MS SQL Server might be read-only.

Any help would be great, thanks.

It would be good to know what product you are going to use the two bridge products that can connect to SQL Server are based on ODBC. I assume you mean of DG4ODBC but will comment also on Dg4MSQL.

When you use DG4ODBC is the ODBC driver, which must be capable of SSL. When you have a driver capable of SSL, you can use either 11.2 or 12.1 release DG4ODBC.

About DG4MSQl until 11.2.0.4 SSL libraries have been released for multiple platforms, and support can request a backport of the libs to 11.2.0.4 if they do not exist. So just to file a service request if they are absent.

12 c by default comes with SSL libraries and you just need to configure it.

-Klaus

Post edited by: kgronau

Tags: Database

Similar Questions

  • DB Link for MS SQL Server connectivity

    Hi all

    Is it possible to create the DB link in the Oracle to MS SQL server database.

    If yes then guide.

    Best regards

    Cecile

    VISHWAKARMAPARDEEP wrote:

    Hi all

    Is it possible to create the DB link in the Oracle to MS SQL server database.

    If yes then guide.

    Best regards

    Cecile

    refuses or is unable to use GOOGLE yourself?

    https://www.Google.com/search?q=create+DB+link+into+Oracle+database+for+MS+SQL+Server

  • 10.2.0.5 Oracle database link (Linux - x 86) for MS SQL Server 2012 (x 64)

    Please guys, I really need your help on this issue.

    I tried using freetds driver but when I use db link I get this error:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    [Generic connectivity using ODBC] [S1000] [9013] error General nvITrans_BeginT - rc = - 1. Please see the log file for more details.

    ORA-02063: preceding 2 lines MIXERI

    To cite that I can connect to the remote sql server through isql tool with no problem at all. I study a lot and I found no solution for this error, so to this end, I will try to find another alternative way.


    Is there another way to manage the communication link between the system of 2 DB db?

    Thank you

    Hello

    S erro coming from the ODBC side then you can try the following-

    1. change the listener.ora LD_LIBRARY_PATH for-

    (ENVS=LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/db/oracle/10.2.0/lib)

    stop and start the listener.

    2. don't you get the error even if you delete the entry-

    HS_FDS_SQLLEN_INTERPRETATION = 32

    3. get a debugging bridge route-

    -Comment the entry
    HS_FDS_TRACE_FILE_NAME = /db/oracle/10.2.0/hs/admin/MIKSERI.trc

    then the tracks go to the location by default with default names-

    /DB/Oracle/10.2.0/HS/log

    -set the level of the trace-

    HS_FDS_TRACE_LEVEL = DEBUG

    -start a new session of SQLPLUS, run select, close the session.

    -Download the trace from somewhere, it can be displayed by our care.

    It can also be an idea to install and use the 11.2.0.5 last DG4ODBC gateway that is certified with RDBMS 10.2.0.5 and available at My Oracle Support you.

    Patch 13390677: 11.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER

    which must be installed in a new and separate ORACLE_HOME.

    Kind regards

    Mike

  • DG Oracle 11 GR 2 - SQL Server connection problem

    Hi all

    I read the forum discussions and documentation. As far as I can see I have just, however running in typical error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][DBNETLIB]Invalid connection. {08001,NativeErr = 14}[Oracle][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()). {01000,NativeErr = 14}[Oracle][ODBC SQL Server Driver]Invalid connection string attribute {01S00}
    ORA-02063: preceding 2 lines from MSSQL2008
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded
               message.
    Error at Line: 3 Column: 46
    The documentation seems also like plug & play so I must have missed something, if my config files are correct.


    My environment is made up of:
    ====================
    Localhost: Oracle 11.2.0.3 on Windows 7 x 64
    Remote host: SQL Server 2005, 2008, SQLExpress-> each running on their own static ports

    Oracle software Gatways 11 GR 2 is installed on the localhost on port 1522.


    I am trying to connect to the adventure works database on SQL server, but keep the above error. Here's my config files.

    ORACLE_HOME=c:\oracle\product\11.2.0\dbhome_1
    ORACLE_GATEWAY=c:\oracle\product\11.2.0\gtwhome_1

    ORACLE_GATEWAY-> init4dgmsql.ora
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO=[SVR-DEV-CLU-01:1434]/SQL2008/AdventtureWorks2008R2
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    ORACLE_GATEWAY-> listener.ora
    # listener.ora Network Configuration File: C:\oracle\product\11.2.0\gtwhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_GTW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        )
      )
    
    SID_LIST_LISTENER_GTW=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=dg4msql)
             (ORACLE_HOME=C:\oracle\product\11.2.0\gtwhome_1)
             (PROGRAM=dg4msql)
          )
      )
    
    ADR_BASE_LISTENER_GTW = C:\oracle\product\11.2.0\gtwhome_1
    ORACLE_HOME--> tnsnames.ora
    dg4msql  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
        (CONNECT_DATA=
             (SID=dg4msql)
        )
        (HS=OK)
      ) 
    Local database-> db link
    CREATE PUBLIC DATABASE LINK MSSQL2008 CONNECT TO "ORACLE_GATEWAY" IDENTIFIED BY "Dbsoft1234" USING 'dg4msql';
    select AddressLine1, City from Person.Address@MSSQL2008;
    I have validated here sis there no dynamic ports and each database is running on its own static port, in this case, 1434. I did a tnsping the LISTENER_GTW responds properly. I did a ping on the server to validate the name of the server it's ok too.


    SQL Server 2008:
    Server Name: SQL2008\SQL2008
    Instance Name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2    (case sensitive)
    Failure also on:

    SQL Server 2005
    Server Name: SVR-CLU-DEV-01\SQL2005
    Instance Name: SQL2005
    Dataabse: master
    Thanks in advance for any help.

    Jan S.

    Hello
    The configuration files look correct, except for the value of init4dgmsql.ora to HS_FDS_CONNECT_INFO.

    The recommended settings are in format-

    HS_FDS_CONNECT_INFO =:.
    HS_FDS_CONNECT_INFO =//.

    You defined as -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] / SQL2008/AdventtureWorks2008R2

    What happens if you set -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU-01] / SQL2008/AdventtureWorks2008R2

    or

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] //AdventtureWorks2008R2

    Another point, you posted the SQL * Server as -information

    Server name: SQL2008\SQL2008
    Instance name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2 (case sensitive)

    so, is the name of the database AdventtureWorks2008R2 or AdvebtureWorks2008R2?
    Please make sure you use the correct name.

    Kind regards
    Mike

  • The call for a SQL Server SP in PL/SQL Server

    I'm currently run a remote stored procedure (SP) on the system of MS SQL Remote Oracle Server.

    It is where I am currently and if I'm not mistaken this call must be correct:

    ---------
    DESC 'dbo '. "GetIdByLoginEmail"@mssql
    PROCEDURE GetIdByLoginEmail"@mssql
    Name of default input/output argument type?

    @login VARCHAR2 IN
    @email VARCHAR2 IN
    result_set_handle REF CURSOR OUT

    * refcursor variable r *.
    * exec "dbo." "GetIdByLoginEmail"@mssql('test','[email protected]',:r) *.
    BEGIN "dbo." "GetIdByLoginEmail"@mssql ('test', '[email protected]',: r); END;

    *
    ERROR on line 1:
    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:
    [Transparent gateway for MSSQL] [A04B] An incorrect number of parameters passed to saved the query specification
    dbo. GetIdByLoginEmail(). It has 3 parameters and not 2 as indicated.
    ORA-06512: at line 1
    ----------

    Anyone has an idea why this call fails? I can't find a lot of resources on this topic.

    Take a look at Metalink note:
    Article no.: Note 351400.1
    Title: How to call a remote procedure to Sybase using TG4SYBS

    It was written for TG4SYBS, but works for MS SQL Server, too.
    This note contains a sample how to call a foreign procedure using ref Cursor through the gateway.

  • Oracle 9i with microsoft sql server.

    How to connect oracle 9i with microsoft sql server.

    simply the following steps...

    Oracle9i, like the previous versions, supports heterogeneous services in order to allow data in the non-Oracle database to be queried using SQL. This support was in the form of transparent gateways, which are connectivity, vendor specific or generic using ODBC or OLEDB to connect. Features supported by a generic connectivity are generally more limited than as possible when using the vendor specific gateways, but it is fast and simple to configure. The following steps can be used to connect to Oracle to any compatible ODBC database (MS Access, SQL Server etc.) on the local server:
    Make sure that a valid user name and password are present for the non-Oracle (MyUser/mypassword) database.
    Create a data source ODBC for database non-Oracle (Network1).
    Create a file called: "ORACLE_HOME\hs\admin\initACCESS1.ora", which contains:

    HS_FDS_CONNECT_INFO = Network1 #ODBC DSN
    HS_FDS_TRACE_LEVEL = OFF
    Add the following entry in the tnsnames.ora file:

    NETWORK1. WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
    (CONNECT_DATA = (SID = ACCESS1))
    (HS = OK)
    )
    Add the following entry in the listener.ora file:

    (SID_DESC =
    (SID_NAME = NETWORK1)
    (ORACLE_HOME = D:\Oracle\Ora\9011)
    (PROGRAM = hsodbc)
    )
    Reload the listener: lsnrctl reload
    Create a database to help link:

    CREATE DATABASE LINK access1.world CONNECT TO 'MyUser' IDENTIFIED BY 'MyPassword' USING "Network1. WORLD ';
    Query the table to help:

    SELECT *.
    OF [email protected];
    With MS Access, the first query is slow because of the request for access is loading. As expected, the following queries are not displayed a similar shift.

  • Failed to add the source of data for local SQL Server Express

    I can't get the new data source to connect to a local SQL Server Express (2008).

    SES, I activated authentication NTLM-no, created an account specifically to CFServer and was able to connect to SQL Server through Management Studio. But the data source does not always connect.

    When I enter computerName/SQLServerName for the server, I get a message saying '... The instance requested is invalid or not running. »

    When I get home just to SQLServerName, the message says "socket creation error. Unknown host: SQLServerName. »

    When I get home (local), I get a message saying "error creating socket. "Unknown host: (local).

    When I enter 127.0.0.1, message says "error creating socket to host and port: 127.0.0.1:1433.» "Reason: Connection refused: connect".

    I don't know why the first is considered non-valid, or why the fourth refuses connection. I forgot something?

    I found the solution, that doesn't have to do with Coldfusion, but rather with the configuration of SQL Server to TCP/IP.  In case anyone else ever gets on this post with a similar problem, I wrote on this topic to http://forums.devshed.com/ms-sql-development-95/trying-to-connect-to-sql-server-on-localho st - 1433 t - 958558.html.

  • SYSTEM OF MONITORING plug-ins FOR MICROSOFT SQL SERVER - cost of licenses

    Hello

    We have the license for Oracle 10 g OEM. We intend to implement plugin of SYSTEM MONITORING for
    MICROSOFT SQL SERVER. We must buy separate license for this Plugin.

    Ritesh

    On in the technology price list
    Look for "System Monitoring Plug-in for Non Oracle Databases"

  • metric for Microsoft SQL Server

    I'm looking for the settings for Microsoft SQL Server reference manual. He can't find on the website of the documentation

    Please check at http://download-west.oracle.com/docs/cd/B16240_01/doc/em.102/b28748/toc.htm

  • How to export a .sql file, I created from Oracle Application Express of SQL Server Management 2012?

    Hello

    I was wondering if you could help me.

    I'm trying to find out how to export a .sql file, I created from Oracle Application Express of SQL Server Management 2012? I'm not very technical, but it seems that the Oracle code does not work with SQL Management Studio when I drag the file inside.

    I need the database Oracle express and its data to enter in SQL Management Studio, so any help would be much appreciated!

    Thank you.

    Hello

    Your question is beyond the scope of this community.

    Please repost your question in the SQL Server TechNet Forums.

    https://social.technet.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

    See you soon.

  • Automated for MS SQL Server 2008 R2 Enterprise Tools

    What are some automated tools for MS SQL Server Enterprise 2008 R2 for the integration of large amounts of data, development of logical and physical diagrams and data dictionaries?

    Hello

    Answers is mainly oriented to the individual user and small sized networks without domain or business problems. While TechNet is primarily oriented toward professional users with servers, by area and by business issues:

    TechNet - Windows Server
    http://social.technet.Microsoft.com/forums/en/category/WindowsServer

    LC

  • Hardware requirements for MS SQL Server for about 100 concurrent users

    Can someone suggest the hardware configuration required for MS SQL Server for about 100 concurrent users?

    Microsoft page suggests 2 GHz CPU and 4 GB of RAM, but it does not mention the number of users. Wonder how many users affects the performance of MS SQL.

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for Windows Server on MSDN. Please post your question in the MSDN Windows Server forum.

    http://social.msdn.Microsoft.com/forums/en-us/category/SQLServer/

  • Update of security for the SQL Server 2005 Service Pack 3 (KB970892) constantly moved, what can I do about it?

    Update of security for the SQL Server 2005 Service Pack 3 (KB970892) constantly moved, what can I do about it?

    The update tried to automatically install dozens of times, but it keeps failing, is there something I can fix which will allow this facility. I have reasonable computer skills but I'm not good at that, I need step by step help and a full explanation of acronyms.

    Hi Laurence,.

    The issue of Windows is more complex than what is generally answered in the Microsoft Community Forums. Appropriate in the TechNet Forums. Please post your question in the TechNet Forums.

    You can check the link to post your question:

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

    I hope that helps!

  • Error code 64 c for update of security for the SQL Server 2005 Service Pack 3 (KB2494113)

    Have tried to install KB2494113 - update of safety and he constantly fails to install. Help please as I know very little about the "intricacies" of my laptop

    Hi Phillipmuir,

    Step 1:

    You can read the following article and try to reset the Windows Update components and check.

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058

    Step 2:

    You can also check the following link and try to download and install the standalone update package:

    Update of security for the SQL Server 2005 Service Pack 3 (KB2494113)

    Hope this information is useful.

  • Windows Update failed - error 0 x 80070643 for Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332)

    Original title: Windows Update Failed - need help

    Vista 32 Ultimate with all updates, until this one: update Windows failed: error 0 x 80070643 for Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332). Update has failed repeatedly.  I tried to restart, remove the update (even by deleting the file so it would download it again) and install again.  Nothing has worked.  Error 80070643.  Since it is not Office 2003, the error seems to mean a problem with the Windows .NET framework.  Don't know what that means.

    Looking at KB976982, I tried to fix MSI software update registration corruption issues (whatever that means) by running the automated Fix It by KB971187. Restarted, I tried Windows Update again.  Still didn't update.

    Then, I waited two days and tried again.  Even that did not help.

    I tried bypassing Windows Update simply by downloading and then run the file SQLEXPR32.exe from Microsoft downloads. Did not work at all. I then tried to run it as an administrator (even if it was already an administrator account, with no other account on this computer at all).  He started to run and then gave me the following error message: unable to run the SQL Server System Configuration Checker due configulation WMI on the computer.  Error: 70347 (0x112cb).

    Now I'm really confused.  On the one hand, 80070643 means I probably repair the .NET framework, which certainly, I hate to do because I need several versions of the .NET framework first uninstall and then try to install the compmonents, and I'm afraid something would go wrong.

    On the other hand, the 70347 (0x112cb) error message seems to indicate the problem is completely different and has to do with WMI, which probably has to do with permissions and I have no idea how to solve this problem.  (And why it all of a sudden would be any problem with permissions?)  This computer is not on a corporate network and has only one user account, the administrative account).  I have looked at Services and Applications in computer management, where there are WMI control, but nothing shown that I can possibly change and not the SQL Server Configuration Manager under it, which doesn't seem to have much either.

    Help!  Please...

    And now I also tried to fix it, just in case where, the .NET framework (Panel > programs and features > Microsift.NET framework Client profile 4 > uninstall/change > fix it), and the Windows Update tried again (including reboot).  Still no.  Everything I try, it is not to do nothing, pardon my language.  People smarter than me, pleasehelp!

    Hi stupID_,

    «Error 0 x 80070643 for Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332).» Update has failed repeatedly. »

    As the error relates to SQL, perhaps this forum:

    SQL Installation of Server & upgrade
    http://social.msdn.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads/

    TaurArian [MVP] 07/01/2005-30/06/2011. The information has been provided * being * with no guarantee or warranty. What works for some, may not always work for others.

Maybe you are looking for