ORACLE To Sqlserver

Hello,
I want to Know how we can connect from oracle to sqlserver.....it means i've to retrieve Sqlserver Database from oracle engine......
is it possible with ODBC connection? if Yes can give me the way to follow...
I hope my question is understandable.........
Message was edited by:
user582692

After this reply, I assume you don't even have a support or license contract with oracle. When you buy support with Oracle you are given a CSI (Customer Support Id) this is a number used to have a support account registered with Oracle, and the mean to access it is the site http://metalink.oracle.com.
Steps to connect oracle to SQLServer are outlined below:
1. Install ODBC drivers for the SQL*Server database. The drivers are installed on your laptop or on
the server that contains the Oracle code tree.
2. Setup the ODBC connection on your laptop using the Windows ODBC Data Source Administrator
3. Test the ODBC drivers to ensure that connectivity is made to the non-Oracle database.
4. Ensure the Global_names parameter is set to False in the Oracle database.
5. Configure the Hetergeneous services. This consists of creating an initodbc.ora file within the Oracle
Oracle database installation.
7. Modify the Listener.ora file on the database installation to connect to the Oracle instance and ODBC drivers.
8. Modify the Tnsnames.ora file to point to the proper code tree.
9. Reload the listener
10. Create a database link on the Oracle installation.
11. Run a Select statement for the Oracle installation using the database link.
Or you could refer to this site, where it is explained by pictures: Making a Connection from Oracle to SQL Server
By James Koopmann
You could use also Transparent gateways to perform this task. Be aware of the license iissues:
Oracle® Transparent Gateway for Microsoft SQL Server Administrator's Guide
10g Release 2 (10.2) for Microsoft Windows (32-bit)
Part Number B14270-01
~ Madrid

Similar Messages

  • Generic Insert and Update Queries to work on both Oracle and SQLServer

    xMII12.0.2
    I need to write queries which will be able to run on both Oracle and SQLServer database tables without any changes.  It needs to be able to handle dates without including Oracle specific date functions (TO_DATE, TO_CHAR, TO_TIMESTAMP, etc.).
    I did read a post earlier by Jeremy Good regarding the use of ED and SD which invoke the DatePrefix and DateSuffix in the data server configuration.  That seems to work fine in cases of only trying to insert two distinct dates.  However, what do you do in the case of having three or more dates to insert.  An example query might be:
    Insert into ProductionOrder
    (ProdOrdNbr, Plant, Material, Quantity, UOM, DeliveryDate, ProdStartDate, ProdFinishDate, CreateDate, LastModifiedDate)
    Values
    ('0100001001', '001', '000000000007887780', 20.0, 'PC', '21-FEB-08 22:01:19','11-FEB-08 00:01:34', '12-FEB-08 02:44:59', '01-FEB-08 12:00:00', '04-FEB-01 13:22:13')
    So far I have been using the TO_DATE to convert the dates successfully, but SQLServer does not recognize that function (not surprising since it is an Oracle specific function).  So I would have to go through all the transactions/query templates and rebuild them separately to deal with the different database vendors. 
    Any suggestions?
    Thanks,
    Mike

    Hi Rick,
    Are you talking about dynamically building each script based on a server setting and datatype?  If I understand you correctly, I guess it could be done that way, but it would be a royal pain to maintain.  I have done such things before and can see how it could be done. 
    But is there no way to invoke the DatePrefix and DateSuffix besides the SD and ED parameters?  Or did I misunderstand your response?
    I would be perfectly happy to build all the queries inside BLS transactions.  In the few cases, where they are not already contained in the BLS, we could throw a BLS wrapper around it and not pay much of a penalty in performance.
    Thanks,
    Mike

  • How to create dblink from oracle to sqlserver

    sqlserver:10.5.0.61
    sqlserver 2005
    windows server 2003
    oracle:10.30.16.19
    9.2.0.6
    solaris
    i installed oracle 9i transparent gateway on 10.5.0.61, and the follows are my config files :
    10.5.0.61:
    D:\oracle\ora92\tg4msql\admin\initvatdata.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Transparent Gateway for SQL Server
    # HS init parameters
    HS_FDS_CONNECT_INFO="SERVER=10.5.0.61;DATABASE=vatdata"
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    D:\oracle\ora92\network\admin\listener.ora
    # LISTENER.ORA Network Configuration File: D:\oracle\ora92\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.5.0.61)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = vatdata)
    (PROGRAM = tg4msql)
    (SID_NAME = vatdata)
    (ORACLE_HOME = d:\oracle\ora92)
    then i create dblink on 10.30.16.19:
    CREATE PUBLIC DATABASE LINK "DB_SQLVAT"
    CONNECT TO "vatsfc" IDENTIFIED BY "guest"
    USING '(DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.5.0.61)(PORT = 1521))
    (CONNECT_DATA =
    (SID = vatdata)
    (HS = OK)
    sys@BARORA> select * from dbo.tb_result@DB_SQLVAT;
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from DB_SQLVAT
    can you give me some advice? thanks very much!

    when run lsnrctl stat on 10.5.0.61:
    C:\Documents and Settings\Administrator>lsnrctl stat
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 13-1月 -2011 12:54
    :16
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    正在连接到 (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
    LISTENER 的 STATUS
    别名 LISTENER
    版本 TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
    tion
    启动日期 13-1月 -2011 12:54:13
    正常运行时间 0 天 0 小时 0 分 3 秒
    跟踪级别 off
    安全性 OFF
    SNMP OFF
    监听器参数文件 D:\oracle\ora92\network\admin\listener.ora
    监听器日志文件 D:\oracle\ora92\network\log\listener.log
    监听端点概要...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.5.0.61)(PORT=1521)))
    服务摘要..
    服务 "vatdata" 包含 1 个例程。
    例程 "vatdata", 状态 UNKNOWN, 包含此服务的 1 个处理程序...
    命令执行成功

  • How to use bind_variable for connectivity between Oracle and SQLServer 2005

    The code specified below could be used as an example of how to call a remote SQLServer 2005 procedure from Oracle.
    The problem I am facing is that I am not able to use the dbms_hs_passthrough.bind_variable without exceptions.
    Could someone help me out on this?
    declare
    CREATE PROCEDURE dbo.OrcaMessageTranslator
    @inp nvarchar(255),
    @outp nvarchar(255) output
    AS
    BEGIN
    select @outp = @inp+'output'
    END
    c integer;
    nr integer;
    inp varchar2(255);
    outp varchar2(255);
    sql_stmt varchar2(32767);
    begin
    dbms_output.put_line('call SQLServer procedure OrcaMessageTranslator');
    dbms_output.put_line('value of input variable inp is HowToReplaceThisValueByBindVariable ');
    sql_stmt := 'DECLARE @outp nvarchar(255)
    EXEC dbo.OrcaMessageTranslator
    @inp = N''HowToReplaceThisValueByBindVariable'',
    @outp = @outp OUTPUT
    SELECT @outp as N''@outp''';
    c := dbms_hs_passthrough.open_cursor@pp_preorca;
    dbms_hs_passthrough.parse@pp_preorca(c,sql_stmt);
    nr := dbms_hs_passthrough.fetch_row@pp_preorca(c);
    dbms_hs_passthrough.get_value@pp_preorca(c, 1, outp);
    dbms_hs_passthrough.close_cursor@pp_preorca(c);
    dbms_output.put_line('acquired value of output variable outp is '||outp);
    end;

    Hi,
    BIND_VARIABLE is useful when you have only IN variable but in your case you have IN and OUT.
    I don't know if you use the gateway for MS SQL SERVER or HSODBC/DG4ODBC but here how you can do to call a remote procedure with bind variables:
    DECLARE
    ret integer;
    inp varchar2(255);
    outp varchar2(255);
    BEGIN
    inp :='Hello World';
    outp :='';
    ret := "dbo"."in_out_proc_test"@tg4msql( inp, outp);
    dbms_output.put_line('Input value: ' ||v_ut1||' - Output value: '||v_ut2);
    END;
    The MS SQL Server procedure belongs to the user "dbo" and the database link
    being used is tg4msql.
    The following line initilaize the out variables of the procedure with an
    empty string:
    outp :=''
    I hope it helps you.
    Regards
    Mireille

  • Oracle to sqlserver 2000 connection

    Hi
    I recently made a connection from oracle9i (solrais 10) to sql server 2000(V 8.0).
    I'm encountering following issue, if someone could help me that would really great.
    SQL Error: ORA-28536: error in processing Heterogeneous Services initialization parameters
    ORA-28508: invalid value TITANSTAGE for Heterogeneous Services initialization parameter HS_DB_NAME
    ORA-02063: preceding 2 lines from TITANSTAGE
    28536. 00000 - "error in processing Heterogeneous Services initialization parameters"
    *Cause:    An error described by a subsequent error message
    prevented successful processing of Heterogeneous Services
    initialization parameters from the ORACLE server data dictionary.
    *Action:   Check server data dictionary views HS_CLASS_INIT, HS_INST_INIT, and
    HS_ALL_INITS. Look for conditions which could produce
    the error identified in the error message immediately
    following this one.
    Below is the listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shark)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shark)(PORT = 1523))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = hsmsql)
    (ORACLE_HOME = /z01/app/oracle/product/9.2.0.7)
    (PROGRAM = hsodbc)
    (SID_DESC =
    (PROGRAM = hsodbc)
    (ORACLE_HOME = /z01/app/oracle/product/9.2.0.7)
    (SID_NAME = ititanstage)
    Tnsnames.ora
    hstitanstage=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 135.63.14.54)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID =ititanstage)
    (HS=)
    Value from initititanstage.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = titan
    HS_DB_NAME = TITANSTAGE
    #HS_DB_DOMAIN= 10.32.130.52
    #HS_FDS_TRACE_LEVEL = 4
    HS_FDS_SHAREABLE_NAME=/usr/openlink/lib/libiodbc.so
    HS_FDS_TRACE_FILE_NAME = /tmp/HSODBC/iniths9i.trc
    #HS_OPEN_CURSORS=2
    # ODBC specific environment variables
    set ODBCINSTINI=/usr/openlink/bin/odbcinst.ini
    set ODBCINI=/usr/openlink/bin/odbc.ini
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    set OPENLINKINI=/usr/openlink/bin/openlink.ini
    set FREETDSCONF=/usr/openlink/bin/freetds.conf
    set OPL_LICENSE_DIR=/usr/openlink/bin
    set LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/openlink/lib
    set PATH=$PATH:/usr/openlink/bin
    odbc.ini
    [titan]
    Driver = /usr/openlink/lib/sql_mt_lt.so
    ServerType = SQLServer 2000
    Username = reader
    Password = reader
    Database = titanstage
    Options = -H 135.63.14.153 -P 1433 -V 8.0
    FetchBufferSize = 99
    ReadOnly = no
    DeferLongFetch = no
    JetFix = no
    Description = Titanstage SQLServer 2000 Lite Connection

    Its good to you,
    I am having a similar problem: I get ORA-28508 from oracle gateway. When I try to connect mssql server from sqlplus.
    Everything goes fine when I connect on port 1433. So I think the root of my problem is that I specify the port number in the wrong way:
    HS_FDS_CONNECT_INFO="address='hostname/instancename' port='1106'"
    If your problem was similar or the same, then you could help me by by posting your solution.
    Cheers,
    Adam Balogh
    DBA

  • Performance EXPERT between Oracle and SQLServer!!

    Hi all,
    I have this query:
    select t.status, count(*) from brcapdb2.titulo t
    group by t.status
    order by t.status;
    The hardware is the same and when i run this on Oracle it takes about 20 seconds and the same query on SQLServer takes 2 seconds.
    Both databases are using parallelism but the main difference is that SQLServer use an index that Oracle didn´t use. This index is created on column "status".
    Even if i try to force this index with HINT on Oracle i can´t use it.
    Any advice will be apreciated.
    Tks,
    Paulo.

    I don't know anything about SQL Server, but Oracle can use an index for your query but only if all possible values of status can be retrieved from the index.
    Oracle doesn't store an index entry if all indexed columns are null. So in order to give you the count where the status is null, Oracle needs to access the table.
    In this example, I have a not null constraint on status:
    SQL> select t.status, count(*) from titulo t
      2  group by t.status
      3  order by t.status;
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=19 Card=13 Bytes=104)
       1    0   SORT (GROUP BY) (Cost=19 Card=13 Bytes=104)
       2    1     INDEX (FAST FULL SCAN) OF 'T_IDX' (NON-UNIQUE) (Cost=5 Card=7995 Bytes=63960)As you can see, it never accesses the table.
    If I remove the not null constraint on the status column, it uses a full table scan:
    SQL> select t.status, count(*) from titulo t
      2  group by t.status
      3  order by t.status;
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=19 Card=13 Bytes=104)
       1    0   SORT (GROUP BY) (Cost=19 Card=13 Bytes=104)
       2    1     TABLE ACCESS (FULL) OF 'TITULO' (Cost=5 Card=7995 Bytes=63960)Now if I add a where clause to eliminate null values, it goes back to an index scan:
    SQL> select t.status, count(*) from titulo t
      2  where status is not null
      3  group by t.status
      4  order by t.status;
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=19 Card=13 Bytes=104)
       1    0   SORT (GROUP BY) (Cost=19 Card=13 Bytes=104)
       2    1     INDEX (FAST FULL SCAN) OF 'T_IDX' (NON-UNIQUE) (Cost=5 Card=7995 Bytes=63960)Message was edited by:
    Eric H

  • Oracle 9i / sqlserver 2000

    My aim is to send the data from oracle 9i to sql server 2000 whenever there is data insertion, deletion or updation in the oracle table the same change needs to happen in the sql server having the same table structure as oracle.But I am not finding any way to accomplish this task.please help me. Have thanks in advance.
    Silvia

    I think you can go for creating a DB link between the two dbs and just write a procedure which is triggered when an updation is happening in the Oracle 9i to insert data in the sqlserver.....
    coding it not eazy to define here...
    Sorryy.. just search on net you will get the code..
    Nandhan(alias)
    DBA/CC

  • Data Sync between ORACLE and SQLServer

    Hi,
    I would like to here the possible options for "Bi-Directional Data Sync" between ORACLE 10g (Enterprise Edition Release 10.2.0.4.0) and SQL Server 7.0 (7.00 - 7.00.961 Standard Edition on Windows NT 5.0 ).
    Please let me know the available tools or any other addons.
    thanks and regards,
    Suman.S

    Are you looking for transactional replication between Oracle and SQL Server? Take a look at Wisdomforce [DatabaseSync.|http://www.wisdomforce.com/products-DatabaseSync.html]
    It can perform a [real-time change data capture|http://www.wisdomforce.com/products-DatabaseSync.html] of transactions from redo log files and apply them into Oracle or SQL Server

  • Migrating from SQL Server 7.0 To Oracle 8i (SQLServer Jobs/ Schedules)

    Hi there,
    How do you schedule jobs in Oracle in a similar way as SQL Server 7.0? So far I have only been able to find a DBMS_JOB.Start and Enable and Disable.
    Apart from this I have a question on maintainence procedures.
    I run the following steps in SQL Server for performance benefits.
    1) Rebuild INdexes
    2) Database Shrink
    3) Recompile Stored Procedures
    4) Recompute Statistics
    5) Make an entry in a table to indicate that these 4 tasks have been completed.
    Do these things matter in Oracle or does the database take care of it on its own? How do you get a similar maintenance schedule up and running in Oracle 8i?
    Please reply.
    Thanks and Regards,
    Ajay

    Hi,
    Version 1.2.5.0.0 will be available for free download from this site within the next two weeks.
    I will migrate both schema and data for a SQL Server 7.0 database.
    Please mail [email protected] with your request.
    Regards
    John

  • To create a database link from oracle to sqlserver with NT authentication

    Hi ,
    I need to create a database link from oracle 9i to sql server database with windows authentication.I dont have the database username and password instead the access is given to my NT ID and password.So can anyone provide me the information about creating a dblink to sql server with windows authentication.
    Thanks

    Oracle is attempting to log in to SQL Server using NT authentication.
    The Oracle process, however, is running presumably with a local admin account (normal for a Windows service). SQL Server has no idea what this local account is, so it denies the login.
    You could change the Oracle service to run as a known user (presumably not as your Windows ID but some other Windows ID you create explicitly for Oracle) and then grant that Windows ID in SQL Server appropriate privileges. That would mean, though, that when you queried tables over the database link, you'd be using that new Windows ID's privileges on SQL Server, not your Windows ID's privileges.
    As I've said, though, this is a general architectural limitation for a multi-tier architecture. The end system (SQL Server) generally has no idea who the end user (your Windows ID) is when that user is coming through a middle tier (Oracle). So it cannot apply end-user permissions to connections created by the middle tier.
    Justin

  • Whats the best ORACLE or SQLServer?

    I have to choose between Oracle or SQL Server
    I hope you can Help Me

    Man, I can already hear the incoming artillery
    Why don't you install both and check it out??
    The answer is.... it depends!!!
    Humphrey
    www.not5150.com

  • Oracle 2 SQLSERVER Connectivity

    Hi there,
    I am using Oracle 9iR2 and trying to connect it with SQL Server. I used HS for this purpose. Initially I was able to set the connection and every thing was working fine. After a little while, I received following error in my alert log file,
    Unable to establish RPC connection to an HS agent.
    Please suggest.
    regards.

    Unable to establish RPC connection to an HS agent.There should be other information with that line. Can you provide it please?
    Other things to check:
    1. Can you connect to the SQL Server with an SQL Server client?
    2. Have you tried setting the trace level to generate a trace to find where there error is taking place?

  • Will MaxDB beat Oracle and SQLserver in the market?

    Somebody tells me that eventually MaxDB will dominate the market.
    I do not believe.   Do you agree?   Thanks!

    Hi Lars;
    and at first, thanks a bunch for the well-put reply.
    >
    > But to be serious - putting MaxDB into the solution stack and not as a product is a business decision.
    > It's not about technical ability, feature set or something like that.
    Yes. I am fully aware of this. It seems the case in most of these situations, and, as I stated, eventually business decisions and strategic decisions are just to be taken as granted.
    > Depends on what "beneficial" really means.
    > SAP does have agreements and partnerships with all the important DBMS vendors.
    > These companies have whole LOBs just for the database product.
    > They make money from it.
    > And they may be annoyed to have another competitor on the scene.
    That, for sure, sounds reasonable. But, from that point of view, of course (not wanting to be provocative): If not wanting to be into the database market after all, having partnerships with all major database vendors, and eventually having a load of open source databases out there to build upon for those who don't want Oracle, why bother maintaining "another" custom DBM system after all? This seems somewhat ambivalent.
    > SAP does not do this. SAP does not sell programs. SAP sells business solutions.
    > That's where our money comes from - providing solutions to every customers business so that the customer can make better business.
    Yes... Yesss. That's what I see, and that's what we want. We don't really care about buying a piece of DBMS software. Our business is to offer services based upon software, some being third-party code (be that open source or proprietary), some being developed or at least customized in-house. DBMS is something we see as a basic service which just "should be there" without having to bother that much. In most cases (Oracle, DB2, or also mySQL) it is not like this - one has to deal with buying licenses, with education to dig deep into the guts of these systems, and then the "real work" just starts. MaxDB does rather good here leaving this "getting-started" hurdle rather low. And for the rest, at least from our point of view, MaxDB service (support, on-demand custom training, help in performance tuning, ...) on top of this indeed seems a "business solution", thus no contradiction to what SAP business is all about...
    I think you are basically right about database market being saturated relating to DBMS as "boxed products". However, the "other" market (free or open source "product" along with enterprise strength support on top for those who want / need it) so far mainly seems dominated by mySQL and, to some degree, postgreSQL. Not sure whether this is (yet?) an actual market, though. Maybe the acquisition of Sun by Oracle and, subsequently, the fact of mySQL being at stake to some degree could be an option for MaxDB to attract more users...
    > One example: remote access to the database systems and the analysis tools of the SAP NetWeaver CCMS.
    > Both of them are crucial for the day to day support for MaxDB/liveCache work we do for SAP customers.
    > Without them, support becomes slow, cost intensive (for us) and difficult.
    > Since SAP customers do have all this infrastructure it's easy to offer them support for a MaxDB that is used for something else.
    I see... I also can imagine that supporting MaxDB used for something, well, eventually "unfamiliar" (unknown application / table structure, unknown user infrastructure, ...) is rather more difficult than, say, supporting it for a bunch of well-known applications and environments. From this point, the most straightforward (and eventually only?) way seems a "rent-an-engineer" kind of support approach - have someone visit your site for a couple of days to look around things, to look at what's there and try evaluating what could be wrong / improved / ... . But indeed maybe this is beyond the scope of SAP business approach...
    > Personally I do of course see that there is some interest from the "Open Source" users for such an offering.
    > I also see that there are constraints to the development of MaxDB that maybe wouldn't be so tight if this would be a product on its own (there are really only a few people developing it, compared with other DBMS vendors...)
    Or, another way 'round, if people would have paid more attention... Remembering the "dual licensing experiment" of MaxDB < 7.6 beind distributed by mySQL AB, I kinda hoped MaxDB attracting a couple of open source developers to participate in development and, eventually, "adopt" the source code and help driving forth MaxDB as something like a "corporate backed open source" project. Obviously, it didn't seem to work out this way, if it was intended to be like this at all...
    > DISCLAIMER:
    As usual when talking about SAP business strategy, these are my personal thoughts and views and in no way any kind of official statement of SAP.
    Acknowledged.
    Cheers,
    Kristian
    Edited by: Kristian Rink on May 28, 2009 9:29 AM
    Edited by: Kristian Rink on May 28, 2009 9:30 AM

  • Oracle & MS SQLserver

    Have read the other posts about connecting sql server to oracle. Will this be any different if oracle is the main db and sql server the secundary(backup)
    And can this be done in any other way than using the transparent gateway thing?

    With Oracle 9.2.0 and SQL Server 7.0 I have successfully connected a sql server database to my oracle database. However, in accessing (typically read only, so select) a sql server table, each column of the table has to be enclosed by double quotes. E.G. select "case_id_num","condition_code" from dbo.cr. I found this out by communicating with Brian Peasman, an Oracle Guru.
    Is there a parameter that I am missing so that the double quotes are not necessary? Or perhaps another way to connect to avoid this double quote restriction?

  • How to connect sqlserver use oracle sql developer?

    I created a non-oracle location connection in owb and can load data from sqlserver to warehouse. Now, I want to use sqlplus or sqldeveloper to connect sqlserver directly, But I got this error message"ora-03135:connection lost contact".
    How can I connect sqlserver in sqldeveloper or sqlplus?
    Thanks

    Hi Napo,
    SQLDeveloper can migrate to oracle, browse sqlserver and run and display results from single statements.
    I have not seen "ora-03135:connection lost contact" have you set up sqlserver for tcp/ip connection, checked the port is open (and not blocked by, for example, firewalls) and used the jtds driver to connect SQLDeveloper to sqlserver?
    Note that "ora-03135:connection lost contact" is an oracle error and does not seem related to sqlserver.
    Oracle also has heterogenous gateway products which may be useful
    Oracle® Database Gateway for SQL Server User's Guide
    http://download.oracle.com/docs/cd/B28359_01/gateways.111/b31049/toc.htm
    -Turloch

Maybe you are looking for

  • Trying to serialize C# object and store as XML Datatype in Sql Server 2005

    using if (Obj != null)                MemoryStream stream = new MemoryStream();                StreamWriter writer = new StreamWriter(stream);                XmlSerializer x = new XmlSerializer(Obj.GetType());                x.Serialize(writer, Obj);

  • Odd Time Lengths Displayed In iTunes 9?

    Curious question: I recently got a new laptop (details displayed at the bottom) and I downloaded the latest version of iTunes (9.1.1). When I go to add songs and then later on, I edit the silence out of them, the total time of the song is displayed a

  • Not able to use Scanner!

    My sister has an HP Deskjet 2050 printer. The printer is connected to a Macbook OS operating system 10.72. Recently she was not able to open the scanner using the HP software or scan anything. On clicking on Scanner nothing happens.  I reinstalled th

  • How do I save the whole pdf form and send through a mailto?

    I have a pdf form created in LiveCycle that needs to be sent through email as a pdf attachment.

  • Running JAR files (Could not find the main class error)

    Hi all, I'm having a bit of a problem with my app. I created an application with the current Netbeans edition, containing multiple .class files, and a few .jar libraries that are needed too. Now I'm having problems with running the .jar that the Netb