Best odbc driver

What is the best ODBC driver for SUSE Linux for SQL 2014?

Below is one driver download link:
Microsoft® ODBC Driver 11 for SQL Server® - SUSE Linux
You can find details aboue above driver here: 
Microsoft ODBC Driver 11 for SQL Server on Linux
Also refer MSDN Blog an you can write a comment at the end stating your specific requirement.
Install SQL ODBC driver on SUSE Linux
Cheers,
Vaibhav Chaudhari

Similar Messages

  • Oracle ODBC Driver 10.02.00.04 sqora32.dll with /*+ RULE */ base hints

    Hi Everybody,
    I have a problem with SQL queries with /*+ RULE */ base hints being posted to an Oracle database. I have reason to believe that these queries are generated by the Oracle ODBC Driver itself. Although I don't have a performance problem per se, I need to reduce these hints to a minimum so we can fine-tune the database as a whole.
    * The views that are hit are always the same: All_Objects, All_Arguments, All_Synonyms,
    * We are using Oracle ODBC driver 10.02.00.04 for Windows, the database server is a RS6000 with AIX and Oracle 10g,
    * Aside Oracle Development tools, there are no applications, reports or similar gadgets that query the tables described above.
    I would really appreciate any help about this issue.
    Here is an example of the type of queries that I'm writing about:
    SELECT /*+ RULE */ '', b.owner, decode (b.object_type, 'PACKAGE', CONCAT( CONCAT (b.object_name, '.'), a.object_name), b.object_name), NULL, NULL, NULL, NULL, decode (b.object_type, 'PACKAGE', decode(a.position, 0, 2, 1, 1, 0), decode(b.object_type, 'PROCEDURE', 1, 'FUNCTION', 2, 0))
    FROM ALL_ARGUMENTS a, ALL_OBJECTS b
    WHERE ( b.object_type = 'PROCEDURE' OR b.object_type = 'FUNCTION' ) AND b.object_id = a.object_id AND (a.sequence=1 OR a.sequence=0) AND b.OBJECT_NAME = 'MYTABLE' AND b.OWNER = 'MYSCHEMA' UNION
    SELECT /*+ RULE */ '', b.owner,b.object_name,NULL, NULL, NULL, NULL,decode(b.object_type, 'PROCEDURE', 1, 'FUNCTION', 2, 0)
    FROM ALL_OBJECTS b
    WHERE (b.object_type = 'PROCEDURE' OR b.object_type = 'FUNCTION') AND b.OBJECT_NAME = 'MYTABLE' AND b.OWNER = 'MYSCHEMA' UNION
    SELECT /*+ RULE */ distinct '', a.owner,CONCAT(CONCAT (a.package_name, '.'), a.object_name),NULL, NULL, NULL, NULL,decode(a.position, 0, 2, 1, 1, 0)
    FROM ALL_ARGUMENTS a
    WHERE (a.sequence=1 OR a.sequence=0) AND a.OBJECT_NAME = 'MYTABLE' AND a.OWNER = 'MYSCHEMA' ORDER BY 2,3
    Best Regards,
    Manuel
    Edited by: user10165637 on Jul 28, 2009 1:29 PM

    Hi Greg,
    Thank you for your answer. One of the things that we did when we migrated to Oracle 10g was to ensure that the "Disable Rule Base Hints" flag, located in the "Work-arounds" tab in the ODBC DSN window is checked. We previously refreshed all Microsoft's Access databases to use this new DSN connection. Still, the hints are there.
    However... we may have been able to link these calls to these Oracle System Catalog views, with a custom application that launces Crystal Reports.
    Although we all know that Crystal Reports also caches ODBC DSN configuration settings, I must say that these same Crystal Reports do not generate hints when called from their InfoView server.
    We will proceed to modify the custom application, overridding the dissable rule-base hint work-around with the string "DRH=T" on the connection string. Next week we will know if this works.
    Best Regards,
    Manuel

  • Crystal Report Oracle ODBC driver invalid Thai character display problem

    Hi,
       My server has CR Oracle ODBC 5.1 installed on last week. We have several reports in the servers which called by our Application to export to text file and pdf file. Sometimes, the output (both text file and pdf file) can't display Thai character correctly. The text file show Thai character in question mark and pdf file show in square box. This problem occur randomly and disappear without doing anything. Sometimes the problem occur for an hour and gone but sometimes occur 10-15 minutes and gone. This problem also not happen every days. Once the problem occur, all reports with Thai character will fail.
       However, we have another server installed the same Application, same OS level, same OS patches and same CR Oracle ODBC driver version installed on the same time as above server (the problem server). This server does not have any problems.
       Any suggestions would be appreciated.
    Best Regards,
    Noppadon S.

    Hi Noppadon,
    Thank you for the info. If it happens randomly in their application then it's something they need to debug. Could even be in the ODBC driver.
    I suggest you tell them that because it works sometimes it shows the issue is likely in their software because if it failed all the time then it would be in Crystal dll's. They need to debug the problem, suggest they use tools like Process Monitor from www.sysinternals.com to step through to see where or what part is failing. If they having logging abilities that may help to find out what step is failing and in which API.
    At this point we have no way of determining where the problem is, it's failing in their application and no one but them know what or how they are using CR runtime files.
    If you can duplicate the problem using Crystal Report Designer then it's our problem, if not they have to help you to show us it is a CR issue.
    Sorry we can't be of more help but without know their code we can't suggest anything to try. Suggest they log a call with support here to help them debug the problem if they don't know what to do.
    Thank you
    Don

  • How can I do to get Oracle ODBC driver in Windows?

    Hello,
    Please, I need help to use Oracle ODBC driver in Windows 7. I installed Oracle Client 10g with the ODBC driver, but I can't use it. OracleODBC driver don't appear in the driver list when I want to create a new datasource. How I can do to get Oracle ODBC driver for create a new datasource?
    Thank
    Edited by: user4528703 on 13 mars 2010 02:01

    Hello,
    To get the ODBC driver you should run a custom Oracle Client installation and Select
    Oracle Windows Interfaces 10.2.0.1.0.
    Then, you'll get the Oracle ODBC Driver 10.2.0.1.
    But, be aware that Oracle didn't certify Windows 7.
    So, if afterwards, you experience some trouble, think to install Oracle with Xp compatibilty mode, or
    wait to Oracle 11.2.0.1 which will be certified on Windows 7.
    Hope this help.
    Best regards,
    Jean-Valentin

  • ASE ODBC driver related questions

    Hi Friends,
    I am using ODBC driver (the framework over ODBC API) to connect and read data from ASE database server on Windows.
    I've few questions about ASE ODBC driver. Can you please guide me.
    1) ASE has a DB option called "textsize" which sets the limit on amount data we can fetch in select statement.
         This option can be set either in the DSN configuration (Advanced->Textsize text field) or by "set textsize <number>" for a session.
         --- While scanning BLOBs (image data types), I want to increase this limit to 512MB in my application. But, I don't want to override the limit if user has Text Size field in the DSN configuration.
        * how can we (programatically) find out the Text Size value set in the DSN configuration?
           --- Is it possible using some ODBC function?
    2) What is the maximum limit on the data returned by SQLGetData function call at a time?
         --- Can we determine the size of the data stored in a column, especially the BLOB (or image) columns using ODBC API?
             or do we need to run the query "select datalength(ColumnName) from tablename" ?
    3) Which the most stable and reliable ODBC Driver Manager for Unix and Linux OSs? Is it unixODBC?
    Many thanks in advance for your clarifications and time.
    Best Regards

    Thanks Paul.
    This is not with SQLGetData. In fact, SQLGetData is working fine for me.
    Getting this problem when executing query and accessing bound buffers as below (pseudo code):
    // Set statement attribute to read by column, number of rows, static cursor and status pointer:
    /*struct StmtAttrs
        SQLINTEGER attr;
        SQLPOINTER valptr;
        SQLINTEGER len;
        SQLHSTMT& stmt = m_stmtHdl.m_hdl;
        StmtAttrs parms[5] = \
        {{SQL_ATTR_ROW_BIND_TYPE, SQL_BIND_BY_COLUMN, 0},
        {SQL_ATTR_CURSOR_TYPE, (SQLPOINTER)SQL_CURSOR_STATIC, 0},
        {SQL_ATTR_ROW_ARRAY_SIZE, (SQLPOINTER)limit, 0},
        {SQL_ATTR_ROW_STATUS_PTR, &m_rowStatus[0], 0},
        {SQL_ATTR_ROWS_FETCHED_PTR, &m_rowsFetched, 0}};
        uint32_t i = 0;
        SQLINTEGER errcode;
        for (; i < 5; ++i)
            bool ret = sqlSetStmtAttr(stmt, parms[i].attr, parms[i].valptr, parms[i].len);
              // error handling code
    //Bind the input buffers for number of columns using SQLBindCol:
    //Prepare the query using SQLPrepare
    // E.g.: select top 2039 numpk,convert(binary(256),ablob) from myccinfo.dbo.bigdata NOLOCK order by numpk asc ;
    // Execute the query with SQLExecute(stmt);
    // Fetch the data using SQLFetchScroll(stmt, SQL_FETCH_NEXT, 0);
    // Iterate thru each column and the bound buffer to read the data

  • MySQL ODBC driver (32 bit) linked server, architecture mismatch

    Hello,
    I am trying to create a linked server in SQL 2012 Management Studio with a MySQL external server. I have used the 32bit ODBC driver as instructed by the developer, following this rule:
    To manage a data source that connects to a 32-bit driver under 64-bit platform, use c:\windows\sysWOW64\odbcad32.exe.
    My connection is fine using the ODBC connector, but when I try to create the linked server I get an architecture mismatch error: The specified DSN contains an architecture mismatch between the Driver and Application Error 7303.
    Can someone help?
    Best regards
    Kostas
    Kostas Backas-Systemgraph Technologies

    Hello,
    What's the bit verison of the SQL Server ?
    Based on your description, you create a DSN connect to MySQL database with 32 bit MySQL ODBC driver under 32bit ODBC Administrator tool (sysWOW64\odbcad32.exe).
    When you create linked server on SQL Server instance, it will use 64 bit Microsoft OLE DB Provider for ODBC Drivers if the bit version of SQL Server is 64 bit. That may cause the error you received. In that case, please download 64bit MySQL ODBC driver and
    create a DSN with 64 bit ODBC Administrator tool.
    Reference: http://dev.mysql.com/downloads/connector/odbc/
    If I have any misunderstanding, please correct me.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Oracle ODBC Driver (Windows 2003 x64 Server)

    Hi all
    I have some trouble with this ODBC Driver ...
    I have installed Oracle Client 10.2.0.1.0 with the ODBC Driver and SQLplus etc.
    Now I have configured in the "Net Manager" some "Service Naming" as I did
    on other servers before. Then I Test the connection in the "Net Manager" it
    seams to work fine.
    When I now try to connect in SQL Plus the following error comes up:
    ORA-12154: TNS:could not resolve the connect identifier specified
    I did already do this:
    - Add "...\NETWORK\ADMIN" to the Path Variable of the server
    - sqlnet.ora looks like:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    - tnsnames.ora looks like:
    MyName.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myDomain.net)(PORT = 1521))
    (CONNECT_DATA =
    (SID = DBSIDxx)
    What do I have to do to get this working ???
    Thanks for any comments!
    Best regards
    Frank Uray

    Nevermind, I think I'm to assume that this is the same as:
    Re: unable to use SQL Plus (Windows 2003 x64 Server)

  • Oracle in instantclient_11_2 ODBC driver error 14001

    Hi there,
    I've tried to set up an Oracle ODBC Instant Client driver and I get this error:
    "The setup routines for the Oracle in instantclient_11_2 ODBC driver could not be loaded to system error code 14001
    "Errors found
    "Could not load the setup or translator library
    My Configuration is :
    - ESX 5.0
    - Virtual machine Windows 2008 64 bits (created originally under ESX 4.1)
    - VMTools activated
    - Oracle 11gR2 64 bits (11.2.0.1.0)
    - Instant Client: instantclient-basic-nt-11.2.0.2.0.zip + instantclient-odbc-nt-11.2.0.2.0.zip
    Path is :
    C:\Oracle\instantclient\instantclient_11_2;C:\Oracle\product\11.2.0\dbhome_1;C:\Oracle\product\11.2.0\dbhome_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%systemroot%\system32\inetsrv;%systemroot%\system32\inetsrv
    What can be done to rectify this?

    Hi,
    I had exactly the same problem with a comparable system configuration, but with the x86-64 packages (you tried to use the 32bit instant client due to the file names you mentioned).
    Somewhere in the depths of the WWW I got the hint that the solution is to use the instant client V 11.2.0.1.0.
    So I downloaded the older version and everything worked fine...
    Also rememeber to set the TNS_ADMIN environment variable to the path of your "instantclient_11_2" directory and edit a tnsnames.ora file in that directory or else you won't be able to open a connection...
    Good luck and best regards
    Sebastian

  • Install ODBC Driver on Windows XP

    Hi all
    I have some problems with the installation of a Oracle ODBC Driver:
    On my maschine, there is Oracle Client (9.2) installed and is working fine.
    Now I need to install the ODBC Driver.
    I have downloaded the driver successfully but I cannot install because I
    do not have this "Oracle Universal Installer" installed ... :-(
    What can I do ???
    Thanks for any comment!
    Best regards
    Frank Uray

    Hi!
    You can download the latest version from:
    http://www.oracle.com/technology/software/products/rdbodbc/index.html
    Exists version including "Oracle Universal Installer".
    You shouldn't have any problem if you are using 9.2 Oracle.

  • CR Oracle ODBC Driver

    I recently had to reinstall my operating system (Windows XP Pro 32 bit) and applications, which included Crystal Reports. CR was originally setup to access our companies database tables. I also had and ODBC connection setup for CR.
    I'm having trouble finding the right ODBC software to reinstall so that the CR Oracle ODBC Driver 5.0 shows up in the Administrative Tools/Data Sources (ODBC)/ Drivers. The only ODBC driver that shows up is the Microsoft ODBC Driver for Oracle, which won't connect.
    Once I have the CR ODBC Driver, then I just need to configure it in the System DSN, and copy the sqlnet.ora and tsnnames.ora files into C:\oracle\ora92\network\ADMIN, which is where it is located on another computer that can connect.
    Does anybody know which Oracle software would work for the CR driver issue? Is Oracle supposed to be installed prior to CR so the driver shows up?
    It's been several years since this was originallly setup, and not quite sure how to get the CR driver.
    Please help! Thanks for your assistance.

    if u r running the CR in the current user then you can make the ODBC
    in user dsn or System dsn
    you are to select the Microsoft ODBC for ORACLE
    Then at configuration time the Server will be the Service Name which you have entered in the TNSNAMES.ORA File
    eg orcl.
    then user name eg; scott
    then password as scott;
    thne your odbc is created...
    you can work with CR with this odbc
    if your odbc still not working then go for the latest drivers provider for the oracle 10g
    do it
    best of luck..

  • ORACLE ODBC Driver & Decimals

    Ok, I think this is a tricky one. One of my programmers has tried to fetch (via oracle's odbc driver) numeric data in a Visual foxpro application. The settings on his PC is codepage 1253 (Greek) and up to now we didnt get any problems regarding greek text going back and forth. But ..(there's always a but)now with numeric values he gets to 'see' the number i.e. 123,45 but once he tries to evaluate or use it in any way the number gets converted into an absolute value i.e. 123 (No rounding, its just like someone chopped the decimal part) Once we change the codepage in the registry into nls_lang into american everything works fine. NPlease understand the difference between this part of the world were the decimal point is a comma and not a dot
    I have already checked the responses on similar questions so heres my query and if anyone knows please guide us.
    Is there a relation between the server language setting and the client? Where should we look for this settings?
    Should the Oracle client language setting be the same as the codepage we are using. If yes what would the equivalent language setting would be for codepage 1253
    Thanking you in advance
    Christos Kyriacou

    1. Identically, best by performance - OO4O.
    2. For programming - no difference, but only OO4O may use some feature's of Oracle.
    In dir: Oracle_HOME\OO4O
    Hello from Russia, [email protected]

  • ODBC Driver at Windows 64bit 2003

    Dear All,
    I tried to install the Oracle ODBC driver for the windows 64bit 2003 but the driver did not added to the ODBC drivers list in the "Data Sources (ODBC)" at the Administrative tools in the control panel.
    This is a big problem for me because I need to add Oracle database at the SQL server as a Linked Server and the SQL server need the OLE DB Provider which comes with the ODBC driver
    Please provide me with ODBC driver or direct me to the right direction
    Thanks in advance
    Rashed

    OpenLink Software provide Oracle ODBC Drivers for 64bit Windows which are available for download from:
    http://bit.ly/8Ut5qN
    Details on installation and configuration is available from:
    http://bit.ly/4vHs7E
    Best Regards
    Product Support
    OpenLink Software
    http://www.openlinksw.com

  • Simplest way to install ODBC driver?

    What is the simplest and least invasive way to install Oracle ODBC driver?
    Do I need to install the Oracle client? Seems like there should be an easy way to do this.
    I have an Oracle table I want to share with about five people. The best way I know how is to do it in MS Access through ODBC.

    Yes, you need an Oracle client installed in order to make use of the Oracle ODBC driver.
    The simplest approach would be to download and install the full Oracle client, which includes an ODBC driver (though you may have to do a custom install to select this), on each client machine.
    You could use the Oracle Instant Client, rather than the full Oracle client, which is much, much smaller in size than the full client, but requires more work to get set up. The Instant Client was originally designed for developers to install as part of their own application's installation procedures, so you need to set up some environment variables to get things to work and you don't get some of the GUI's that you would get with the full client.
    Depending on the Oracle version, you may also want to consider writing a small APEX app to expose the data in the table to whoever needs it.
    Justin

  • Purchase or not ODBC Driver for MS SQL Server 2005

    Hi experts,
    We have Windows Server 2003 R2 Standard with MS SQL SERVER 2005 and our other branch want to access this system's Database at their end.
    other branch is planning to integrate database record to ERP
    Can u confirm whether they have to purchase ODBC driver or not.
    from where i can purchase ODBC driver online.
    Best Regards,
    Pardeep

    Hello,
    The data provider like ODBC and SQL Server Native Client are already integrated in all common MS Windows OS, so in common you don't need to install additional provider.
    But if you want to install and newer version, then you can get it for free from
    Feature Pack for Microsoft SQL Server 2005 SP4 => sqlncli.msi ( = SQL Native Client, which includes ODBC)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Thin ODBC driver

    Hello All,
    If a java application wants to talk to Oracle we can use the thin driver for oracle classes12.zip. The best thing about this is that it does not mandate the installation of the Oracle client on the machine from which this is used. just the classes12.zip is sufficient.
    Is there something like this for the ODBC database connectivity as well ? a thin ODBC, OLEDB driver ?
    Or for OleDb and ODBC type of connections the oracle client installation (500 MB) is neccassary for the client.
    thanks a lot for your help. Please do reply.
    regards,
    Abhishek.

    Justin,
    Do you represent Oracle or are you an interested third party?I'm just an interested third party. I have worked for Oracle before (in the ODBC group).
    Regarding the 40 MB, I set up two "Client Custom Install Response File Templates." The first does a minimal installation. The second is called from the first and was an attempt to add the 8.1.7.4 ODBC driver. As a fortunate side-effect, the second one un-installs a bunch of unnecessary components that the first one installs - things like NET8 and the superfluous JRE.OK. I got the wrong idea from your initial post-- I've dealt with people before that wanted to either roll their own install or to delete "extra" bits from a standard install by hand. These generally caused lots of headaches and didn't work too well. It sounds like you're going through the OUI, so you ought to be pretty safe.
    I'm a bit confused by the "fortunate side-effect" comment, however. I cannot understand why installing an updated driver would have a side-effect of deleting anything. Additionally, I strongly doubt that you're actually removing the Net8 client. Net8 is the wire protocol that all the Oracle client API's use to communicate with the database. If you don't have the Net8 client installed, I can pretty much guarantee that nothing will work.
    I could make a lot of editorial comments but I think you understand the issues.I haven't dealt with the OUI in 9i, so I'm not sure whether you could set up similiar templates there to reduce the 300 MB footprint. That certainly does seem to be a bit large for a minimum install.
    Justin

Maybe you are looking for