How to connect Oracle 11 g 11.1.0.7 on LINUX 64-bit SQL Server machine?

Hello

Does anyone know how can I connect Oracle 11g 11.1.0.7 on LINUX machines 64-bit Microsoft SQL Server 2000 DB please so I can set up a regular data extraction work to migrate data? That use products that I am already registered for under Oracle Enterprise Edition?

Thank you

Jeremy

You must not be read carefully.
The gateway software is there, in the background.

Oracle Database Gateways 11g Release 1 (11.1.0.6.0)
for Linux x86-64
    linux.x64_11gR1_gateways.zip (505,401,641 bytes) (cksum - 2593459988)  

just download.

and that's how install and configure
http://download.Oracle.com/docs/CD/B28359_01/gateways.111/b31042/partsql.htm#BJEGEBFH

Tags: Database

Similar Questions

  • How to display dynamic menu with the parent and the child using c# and sql server

    Hello

    Can you tell me

    What is menu given Dynamics example

    How can u use my dynamic menu added project in c#

    This menu is display with only the data from sql database.

    Menu with the help of a parent node and a child.

    check the element all in sql server and adding one by a dynamic menu.

    Hello

    Thank you for writing to Microsoft Communities.

    I recommend you post your query in the following forum.

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

    Hope this information is useful.

  • How to connect Oracle database in netbean PHP development

    Hello

    Help me connect with netbean 7.1.2 oracle database.

    IDE: Netbeans - 7.1.2 - ml-php-windows

    Database: Oracle 11g (remote database).

    Concerning

    Maissa

    No further details or a more specific question, I can only refer you to mount and use generic information:

    If you are not sure of how to formulate the questions you need answered, see: How to ask Questions The Smart Way

  • How to connect Oracle DB Mysql DB

    Hi all

    I need to read data from the oracle database to mysql DB.
    Any body can help the step how to read mysql to oracle DB data?

    Thanks for your help.


    Kind regards
    Iwanto

    Have you checked the Oracle notes that I mentioned above?
    It indicates when the tick back setting fails, you can also use:
    HS_FDS_QUOTE_IDENTIFIER = FALSE
    So please test this parameter instead.

  • How to install Oracle RAC using GR 11, 2 on Win 7 32 bit from scratch?

    HIII,

    I am a cool and I have a win 7 32 bit with oracle 11 g 2 system.

    I want to install RAC with two servers or more, but I don't know too much about.

    I tried searching on google but all they give information into pieces (for win 7) or Linux on (please tell me why its all Linux everywhere not Windows).

    Please let me know if there is a site where I can find installation step by step from scratch.

    What are the basic requirements (/ software if necessary).

    Thank you.

    Hello

    Firstly forget Windows! Oracle is mainly designed for Linux systems. Oracle as a true process runs multiple on the Linux machines while under Windows, it runs as a single process with multi-thread.

    Using memory - huge pages, single CPU run queue, drop-outs, storage... etc are a lot of concepts.

    Also Windows is one of the most poorly designed operating systems, you must use only for watching movies of cute kitten on youtube... Believe me, you don't want to learn Oracle on Windows...

    Install virtualbox and then configure Oracle Enterprise Linux on it at first... By the way you have to deal with the DNS server of version 11.X, RAC, you can start with 10g for now.

    ORACLE-BASE has all the installation steps explained detailly, search for "oracle rac install base" on google.

    I also explained on my blog, but it is a little more advanced installation by using the ZFS storage Simulator. The DNS server installation is also explained: http://ilkertaysi.com/2013/11/11/oracle-rac-installation-with-zfs-storage/

  • How to connect a drive to a 2015 iMac firewire external

    How to connect an external drive firewire to an iMac of 2015 for use with time machine?

    See love at first sight to FireWire adapter

    Apple Thunderbolt cables and adapters - Apple Support

  • data replication with ODI between SQL SERVER and ORACLE

    Hello world
    First of all, I want to migrate database SQL SERVER and ORACLE DB tables.
    And then make online (synchronous) replication from SQL SERVER to ORACLE using ODI.

    I have not used before ODI.
    How to use the ODI for this?

    1. create a master repository and connect to the "topology Manager.
    2. in the topology Manager, you must configure the following
    2.1 create a data server for the Oracle under Oracle database in the physical connection
    2.2. create a database for the SQL Server database server in SQL Server in the physical connection. To do this, the jdbc for sql server driver.
    2.3 implement the logical connection and frame
    2.4 create a workrepository in the topology manager repositories tab
    3. connect to the designer and follow these steps
    3.1 create a template for the SQL Server source and reverse (import) the datastores (tables) to the model.
    3.2 the value of the model for the target of the Oracle
    3.3 create a (mapping) interface, under the table in schema define the source and then add it to the target and bind
    3.3 on the flow tab, you must set the Modules (KMs) of knowledge to perform the load. You must have imported the KMs before creating the interface.
    3.4 in IKM put 'create table traget' to 'yes '.
    4 run the interface to load data from SQL to Oracle Server

    Thank you
    Fati

  • 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.

  • Oracle 11.1-> SQL Server Express

    Hello

    I have an Oracle RAC 11.1, 2 nodes running under Linux Red Hat.

    This database needs to connect to a SQL Server Express Edition 2012 to query a simple table with standard fields (varchar, number, date).

    For security reasons, we want that the Oracle database initiates the connection.

    Reading the documentation and various posts on this forum, I understand that I must install the database for (free) ODBC bridge or a bridge of database for MS SQL Server (need a license!).

    I would choose the free one, but I'm just a little surprised that I have to install a huge soft (~ 550 MB) just to query a table.

    • First of all, someone confirm that it is the only solution to interrogate a heterogeneous database to Oracle?
    • Second, what is the maintenance effort for the gateway database? Is there a backup instance, or something else?
    • Finally, if I have to use, can I install Database Gateway 11.2 (or 12?) and connect my 11.1 RAC with any problem?

    Sometimes I wonder if I had instead to make an interface with the .csv files...

    Thank you for your help.

    Kind regards

    Yann

    Yann,

    automatically when you install the Oracle database software you will get Dg4ODBC installed (on platforms where it is available). For you 11.1 installation DG4ODBC running on Linux, it is installed by default - you can check your Oracle_home is a HS/admin directory, you have the compiled executable dg4odbc (you'll find it in $ORACLE_HOME/bin directory) or whn using $ORACLE_HOME/OPatch/opatch lsinventory-detail.

    When you do not want to install anything on your production Oracle server, then you can either install the gateway on the MS SQL Server machine and use the MS SQL Server ODBC driver delivered with your SQL Server installation, or you can also install it on any computer, where you find a driver suitable for SQL Server ODBC.

    Thus, for example, that you can also use another Linux machine, install the driver ODBC for MS SQL Server on this machine, then on the bridge. Now, you can connect with your database of Oracle running on the Linux cluster to connect to the gateway on the other Linux machine. Then the gateway that will load the ODBC driver and connect to SQL Server.

    The only restriction is that you must have a driver ODBC for MS SQl Server on the computer where you install DG4ODBC.

    -Klaus

  • ORACLE to SQl server dblink not working not not using DG4ODBC

    Hello

    Please help relsove below question

    Oracle version: 10.2.0.4.0
    AIX: 5.3
    Gateway: 11.2
    SQl server 2005

    I installed the gateway on the SQl Server machine.

    I am faced with error below


    ERROR on line 1:
    ORA-00942: table or view does not exist
    [Microsoft] [ODBC SQL Server driver] [SQL Server] Incorrect object name
    'TBL_ARL_CRMUSERS '. {42S 02, NativeErr = 208} [Microsoft] [ODBC SQL Server
    Instructions driver] [SQL Server] could not be prepared. {NativeErr 42000, 8180 =}
    ORA-02063: preceding 2 lines of ODS


    Help, please

    Hello
    SQL * database server that connects DG4ODBC is defined in the system DSN created which is then specified in the parameter.

    HS_FDS_CONNECT_INFO

    When you set up the system DSN, you choose the database to which you are connecting.

    Kind regards
    Mike

  • [Oracle] [ODBC SQL Server driver] [libssclient22] General network error

    I use the oracle gateway (11.1) to sqlserver on Linux platform with the Oracle 10 g server.

    I'm getting following error when I run a select query:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:
    [Oracle] [ODBC SQL Server driver] [libssclient22] General network error. Check your network documentation. [Oracle] [ODBC SQL Server driver] [libssclient22] ConnectionOpen(connect()) (connect()). [Oracle] [ODBC SQL Server driver] Invalid connection string attribute
    ORA-02063: preceding 2 lines from SQLSERVER

    Another thing is, I've created an ODBC DSN named "sqlserver" as well. This configuration works well when the parameter "program" dg4odbc in Listener.ora. But with dg4msql, it gives an error.

    Here are the configuration files:

    -----------------
    initsqlserver.ora
    -----------------
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = database_machine:1433 / / test_master
    HS_FDS_TRACE_LEVEL = OFF
    HS_FDS_RECOVERY_ACCOUNT = RECOVERY
    HS_FDS_RECOVERY_PWD = RECOVERY

    ------------
    Listener.ora
    ------------

    SID_LIST_sqlserver =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = sqlserver)
    (ORACLE_HOME = u01/app/oracle/product/11.1.0.6.0/gateway)
    (PROGRAM = dg4msql)
    )
    )

    SqlServer =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = Server_Machine)(PORT = 1522))
    (ADDRESS = (PROTOCOL = CIP)(KEY = PNPKEY))
    )
    )


    ------------
    tnsnames.ora
    ------------

    SQLSERVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = Server_Machine)(PORT = 1522))
    (CONNECT_DATA =
    (SID = sqlserver)
    )
    (HS = OK)
    )

    Hello

    The error you are getting is because your HS_FDS_CONNECT_STRING is not correct:
    Don't forget you can ping the SQL SERVER name of the Oracle server command, or use the TCP/IP address
    Check the port, it is not necessary 1433.
    You can use the name of the instance instead of the port:
    HS_FDS_CONNECT_STRING = server_ip_address/instance_name/database_name

    Be careful, in the LISTENER. ORA, you must specify the gateway machine and not the SQL SERVER machine:
    SqlServer =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = Gateway_Machine)(PORT = 1522))<====you must="" specify="" oracle="" gateway="">
    (ADDRESS = (PROTOCOL = CIP)(KEY = PNPKEY))
    )
    )

    Ditto for TNSNAMES. ORA:
    SQLSERVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = Gateway_Machine)(PORT = 1522))
    (CONNECT_DATA =
    (SID = sqlserver)
    )
    (HS = OK)
    )

    Concerning

    Mireille

  • Comparing the data set of Oracle database local to the Remote SQL Server database

    Hello

    I have a table in an Oracle database that is gradually being updated with a table in SQL server through the database link. There is a field "Date of creation" in the table in SQL server that I used to find the newly created records and shoot and insert them into the local table to the Oracle database.

    Now the question is the documents/data in the SQL server remote can be deleted as well and I see a lot of files are already deleted and I couldn't find a way to capture the information of deleted data to remove from my local table.

    I tried

    SELECT id local_table

    where there is no

    (select * (or 1))

    of remote_table@database_link

    where remote_table.id = local_table.id).

    And I tried to replace not exist with no so.

    The problem is that the query is too slow with link of database for IN/NOT EXISTS clause NO. So, I'm trying to find an effective way to capture the lines deleted in the remote to remove as a result of my local table table.

    Any help is appreciated.

    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit

    Thank you

    Chrystelle

    It is perhaps easier

    Select pk / * or sustitutive key * / from Oracle.tba

    less

    Select pk / * or sustitutive key * / from SQLSERVER.tab

    This returns the rows that exist in Oracle but not in SQL SERVER-> delteted lines in SQL Server.

    Another way is to create a trigger to remove in sqlserver and track in a table delete lines.

    HTH - Antonio NAVARRO

    http://SQL1.WordPress.com/

  • Need to find a way to understand how DB2 connect to Oracle and mirroring of data etc.

    Hi, gurus,

    I just take over a source project which is the ICOMS as400 db2 database. Seems data mirro that CDC is used to replicate from DB2 to oracle.

    I am very new to this CDC datamirror, more I am new to figure out how db2 connect to oracle, it is only through db link or what? or is it tnsnames entry?

    I wish someone in this forum can point me in the right direction.

    Thanks in advance.

    Hello

    What do you not sure about?
    If Oracle can be the site of conduct, you can use the gateway for DRDA database and we can help you with that. If you need assistance on setting up DataMirror CDC to connect to Oracle, then you will need to contact IBM because it is one of their products.

    Kind regards

    Mike

  • How to connect Microsoft excel to oracle database?

    version Oracle 11.2.0.3
    version of solaris 10 operating system
    Microsoft excel 2007

    any body can help me how to connect excel, oracle database, I can write my query in excel, and retrieve data from oracle database and show in excel sheet or I can write a query to insert data to the oracle database.

    Hello

    I never tried, but why not try so if you succeeded you will come to know otherwise you would need still oracle client to connect to the oracle database that is located on the other server or if you do not have to install on your local machine that you cannot connect to the oracle database oracle client.

  • How to connect to Oracle 11 g 2 of CF9

    Hello

    How to connect to Oracle 11 GR 2 64 bit, database of CF9?

    In CF administrator no Oracle driver is available.

    I need to install the Oracle Client software on server hardware where the CF9 server is installed?

    If so, is the Oracle Instant Client is enough or do I need to install the full oracle client?

    Any idea?

    cordially Claudia

    I assume you are using the Standard edition? Native drivers for Oracle come with CF9 Enterprise, you will need to download the JDBC drivers from Oracle's Web site.

Maybe you are looking for