Instant Client to connect to Oracle 8i

Does anyone know where I can download a version of Instant Client that is compatible with Oracle Server 8i (8.1.7.0). The only download I can find is for 11.1 and that's not compatible.
All I'm trying to do is setup some OLE DB data sources in SSIS to pull Oracle 8i data into sql server 2005, but getting a little bit more than I bargined for...
Thanks

Here
http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
you can find Instant Client 10.1 and 10.2 for Windows.
These can be used to access Oracle 8.1.7.4, but they do not include an OLE DB provider.
If you want to use OLE DB to access an Oracle 8 server, you'll have to install the regular client (10.2 optimally).
Yours,
Laurenz Albe

Similar Messages

  • ORA-12514 error: Instant Client 11 connect to remote Oracle 8i

    I encountered a problem that I have spent hours fixing that. Here is the problem:
    I am trying to connect to a remote Oracle 8i server using Oracle 11 instant client: here is my connection string in PHP:
    *$conn = oci_connect('db_user', 'db_pass', "db_ip/db_service");*
    db_ip is the ip of the server, such as "12.34.56.78". db_service is the service of server, such as "test".
    The error shown is "*ORA-12514:* TNS:listener does not currently know of service requested in connect descriptor"
    I could use the same client to connect to another oracle 10g server. The php code is same, only change the db_user or db_pass or db_ip. db_service is not provided.
    I dont use tnsnames.ora for either oracle *10g s*erver or oracle 8i server. I just use the simple IP of server. Does this matter?
    Server using: Windows Server 2008 R2
    PHP: php 5.2.17
    Oracle Instant Client: 11_2
    Any ideas will be appreciated.
    Best, Sam

    Pl do not post duplicates - PHP 5.2.17 and Oracle 8i

  • Oracle 10g client not connecting to Oracle 8i server

    I have oracle 8i server already installed. I downloaded Oracle 10g client recently. I installed it on one machine and trying to connect to 8i server. I used TNSnames.ora which was already present on the machine. After entering the username, password and service name in SQL plus, I got a error saying server version not suported. Does 10g client not support 8i server or am I doing something wrong ?

    There is an 8.1.7.4 patchset for Windows.
    If you take a look at the Instant Client forum, there are some discussions on this where one of the Oracle product managers (Mr. Jue) has chimed in. At present, only connections to 8.1.7.4 and higher are supported. It is expected that the first 10g patchset will fix this bug and allow connections to 8.1.7.0 and above databases.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Instant Client Easy Connect

    I have seen plenty of examples of people connecting with
    sqlplus hr/your_password@//mymachine.mydomain:port/MYDB
    but is it possible to do
    sqlplus hr@//mymachine.mydomain:port/MYDB
    and get prompted for a password?
    sqlplus -H suggests that the /password is optional but it seems to be required.

    Here
    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
    you can find Instant Client 10.1 and 10.2 for Windows.
    These can be used to access Oracle 8.1.7.4, but they do not include an OLE DB provider.
    If you want to use OLE DB to access an Oracle 8 server, you'll have to install the regular client (10.2 optimally).
    Yours,
    Laurenz Albe

  • Using Windows NT 4.0 client program connecting to oracle 8i linux server

    Dear sir/madam,
    Recently, I have successfully installed Oracle 8i in my red hat linux database server. I am disappointed because I can find client side Oracle Enterprise Manager in my linux server even I have installed client program in my linux database server.
    Next, I install Oracle 8i client side program (windows NT/2000 version) in my Windows NT 4.0 server. I am still disappointed because I find Oracle Enterprise Manager console cannot work.
    For Windows NT 4.0 Enterprise Manager, I have key in default administrator sysman, password oem_temp, and connect to mamagement server hangng (my linux database server). An error message display 'VTK-1000 Unable to connect to the management server hangng. Please verify that you have entered the correct host name and the status of the Oracle Management Server.'.
    What's wrong with both Oracle 8i Management Server in linux database server and windows nt 4.0 server. Is there any problem for Oracle Management server console to connect to red hat linux database server?

    [email protected] wrote:
    I need to confirm that I will be able to connect an Oracle 11g R2 client (administrator install) to an Oracle 8i DB before i bother trying to setup such a scenario?Don't waste your time. It won't work. It simply results in an error.
    I saw another thread that mentioned a patch level required for 8i to let the 10g client connect. Is there such a patch level needed for 11g clients as well?There is no such patch for 8i which allows 11g client to connect.

  • Oracle Client to  connect to oracle database 7.x

    Hi,
    I want to connect to oracle database 7.x from a win2K using ODBC.
    I know I need sql*net to make a connection .
    Can you tell me where can I find it on the site to download/purchase?
    If it is not available,can you suggest me the other options available for my situation.
    Thanks
    Sushma.

    Thank You Justin.
    Can you provide me the link to the download/purchasing the oracle client.
    Because when I searched on OTN ,I get only documentation,nothing to software downloads.
    I really need some help.
    Is oracle client called as oracle tools etc.????????
    Thanks in advance
    Sushma.

  • Client cannot connect to Oracle VM

    Using the database the VirutalBox VM from OTN.
    I can tnsping from the client to the VM; but SQLPLUS gives me the error
    ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
    The listener is up and running. I'm using the same TNS entry that tnsping is using. Any ideas?

    jimmyb wrote:
    Using the database the VirutalBox VM from OTN.
    I can tnsping from the client to the VM; but SQLPLUS gives me the error
    ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
    The listener is up and running. I'm using the same TNS entry that tnsping is using. Any ideas?The request got far enough for the listener to complain, so all the underlying network issues .. ports, firewalls, routing, etc, are just fine.
    See http://edstevensdba.wordpress.com/2011/03/19/ora-12514/

  • Oracle instant client 10.2.0.4 to connect to oracle database 9.2

    got message ORA-03134 when creating ODBC connection to database version 9.2. However, it was successful to connect to database versions 10g and up. Has anyone successfully connected to Oracle 9.2 by using the 10g instant client?
    Isn't Oracle 10g instant client supported to connect to 9i databases?
    Thanks.
    Edited by: andychow on Jul 28, 2010 4:44 PM

    I think this is nothing to do with ODBC, to clarify try to connect with sqlplus to same DB.
    However, what is your exact Oracle client version?
    Looks like there was a bug in 10g, and I think issue is fixed in patch to 10.1.0.3. Check @ 10g client vs 8i server (ORA-03134): news?

  • Oracle instant Client and unixODBC for Linux has Error

    Hi experts,
    I have two Redhat EL 5. On the first Rehat(xxx.xxx.xxx.121 --> called Redhat1) I have installed Oracle 10g database server. On the second Redhat(xxx.xxx.xxx.123 --> called Redhat2) I want to connect to Oracle database server on xxx.xxx.xxx.121 via ODBC. But it does not work. Pls help me!
    I have done steps as following:
    Login to Redhat2 as root and type commands:
    1)Install Instant Client + sqlplus
    # rpm -ivh oracle-instantclient-basic-10.2.0.4-1.i386.rpm
    # rpm -ivh oracle-instantclient-sqlplus-10.2.0.4-1.i386.rpm
    2)Setting environment variable
    # LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.4/client/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    # SQLPATH=/usr/lib/oracle/10.2.0.4/client/lib:${SQLPATH}; export SQLPATH
    3)Testing connection to Redhat1(Oracle DB server) using sqlplus
    # sqlplus abc/[email protected]:1521/lab2
    Connected.
    5)Begin to install unixODBC
    # rpm -ivh oracle-instantclient-odbc-10.2.0.4-1.i386.rpm
    # rpm -ivh unixODBC-2.2.11-7.1.i386.rpm
    # rpm -ivh unixODBC-devel-2.2.11-7.1.i386.rpm
    # rpm -ivh unixODBC-kde-2.2.11-7.1.i386.rpm
    6)After installation above packages I check for existing of odbc.ini and odbcinst.ini in /etc --> ok
    # ls /etc | grep odbc
    odbc.ini
    odbcinst.ini
    7) Tar unixODBC-2.2.14-linux-x86-32.tar.gz and copy file to /usr/local/bin, /usr/local/include, /usr/local/lib
    # tar -xzf unixODBC-2.2.14-linux-x86-32.tar.gz
    # ls /usr/local/bin/
    dltest isql iusql odbc_config odbcinst
    # ls /usr/local/include
    autotest.h odbcinstext.h odbcinst.h sqlext.h sql.h sqltypes.h sqlucode.h unixodbc_conf.h uodbc_extras.h uodbc_stats.h
    # ls /usr/local/lib
    libboundparam.la libgtrtst.la libodbccr.la libodbcinst.la libodbc.la
    libboundparam.so libgtrtst.so libodbccr.so libodbcinst.so libodbc.so
    libboundparam.so.1 libgtrtst.so.1 libodbccr.so.1 libodbcinst.so.1 libodbc.so.1
    libboundparam.so.1.0.0 libgtrtst.so.1.0.0 libodbccr.so.1.0.0 libodbcinst.so.1.0.0 libodbc.so.1.0.0
    # NLS_LANG=AMERICAN_AMERICA.UTF8; export NLS_LANG
    # TNS_ADMIN=/root; export TNS_ADMIN
    # ODBCINI=/etc/odbc.ini; export ODBCINI
    7)Retest sqlplus to Redhad1(Oracle database server) with local tnsname
    # sqlplus vonphoto/vonphoto@lab2
    SQL*Plus: Release 10.2.0.4.0 - Production on Sat Mar 27 03:20:55 2010
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    8) Edit odbc.ini and odbcinst.ini
    ---odbcinst.ini
    # Included in the unixODBC package
    [Oracle 10g ODBC driver]
    Description = Oracle ODBC driver for Oracle 10g
    Driver = /usr/lib/oracle/10.2.0.4/client/lib/libsqora.so.10.1
    Setup =
    FileUsage =
    CPTimeout =
    CPReuse =
    ---odbc.ini
    [ora_dns]
    Driver = Oracle 10g ODBC driver
    DSN = ora_dns
    ServerName = xxx.xxx.xxx.121
    UserID = vonphoto
    Application Attributes = T
    Attributes = W
    BatchAutocommitMode = IfAllSuccessful
    BindAsFLOAT = F
    CloseCursor = F
    DisableDPM = F
    DisableMTS = T
    EXECSchemaOpt =
    EXECSyntax = T
    Failover = T
    FailoverDelay = 10
    FailoverRetryCount = 10
    FetchBufferSize = 64000
    ForceWCHAR = F
    Lobs = T
    Longs = T
    MetadataIdDefault = F
    QueryTimeout = T
    ResultSets = T
    SQLGetData extensions = F
    Translation DLL =
    Translation Option = 0
    DisableRULEHint = T
    TraceFile = /backup/sql.log
    Trace = Yes
    9)Testing the driver and the data source
    # odbcinst -q -d
    [Oracle 10g ODBC driver]
    # odbcinst -q -s
    [ora_dns]
    10) Test connection via ODBC from Redhat2(xxx.xxx.xxx.123) to Redhat1(xxx.xxx.xxx.121)
    # isql -v ora_dns
    isql: error while loading shared libraries: libreadline.so.3: cannot open shared object file: No such file or directory
    I have spent 4 days to search on the internet. But it still error.
    Pls help me.

    Apologies - thought it was a database to database connection that you were trying to create.
    isql: error while loading shared libraries: libreadline.so.3: cannot open shared object file: No such file or directoryThe readline library is in package readline-4.3-13 on RHEL4 and in readline-5.1-1.1 for RHEL5 on my servers (minor version number are of course dependent on the kernel version used).
    This is also not an ODBC or Oracle issue. It seems that isql is using rlwrap or similar - this requires the readline library. And possibly LD_LIBRARY_PATH to be set too.

  • Oracle instant Client and unixODBC for Linux not work

    Hi experts,
    I have two Redhat EL 5. On the first Rehat(xxx.xxx.xxx.121 --> called Redhat1) I have installed Oracle 10g database server. On the second Redhat(xxx.xxx.xxx.123 --> called Redhat2) I want to connect to Oracle database server on xxx.xxx.xxx.121 via ODBC. But it does not work. Pls help me!
    I have done steps as following:
    Login to Redhat2 as root and type commands:
    1)Install Instant Client + sqlplus
    # rpm -ivh oracle-instantclient-basic-10.2.0.4-1.i386.rpm
    # rpm -ivh oracle-instantclient-sqlplus-10.2.0.4-1.i386.rpm
    2)Setting environment variable
    # LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.4/client/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    # SQLPATH=/usr/lib/oracle/10.2.0.4/client/lib:${SQLPATH}; export SQLPATH
    3)Testing connection to Redhat1(Oracle DB server) using sqlplus
    # sqlplus abc/[email protected]:1521/lab2
    Connected.
    5)Begin to install unixODBC
    # rpm -ivh oracle-instantclient-odbc-10.2.0.4-1.i386.rpm
    # rpm -ivh unixODBC-2.2.11-7.1.i386.rpm
    # rpm -ivh unixODBC-devel-2.2.11-7.1.i386.rpm
    # rpm -ivh unixODBC-kde-2.2.11-7.1.i386.rpm
    6)After installation above packages I check for existing of odbc.ini and odbcinst.ini in /etc --> ok
    # ls /etc | grep odbc
    odbc.ini
    odbcinst.ini
    7) Tar unixODBC-2.2.14-linux-x86-32.tar.gz and copy file to /usr/local/bin, /usr/local/include, /usr/local/lib
    # tar -xzf unixODBC-2.2.14-linux-x86-32.tar.gz
    # ls /usr/local/bin/
    dltest isql iusql odbc_config odbcinst
    # ls /usr/local/include
    autotest.h odbcinstext.h odbcinst.h sqlext.h sql.h sqltypes.h sqlucode.h unixodbc_conf.h uodbc_extras.h uodbc_stats.h
    # ls /usr/local/lib
    libboundparam.la libgtrtst.la libodbccr.la libodbcinst.la libodbc.la
    libboundparam.so libgtrtst.so libodbccr.so libodbcinst.so libodbc.so
    libboundparam.so.1 libgtrtst.so.1 libodbccr.so.1 libodbcinst.so.1 libodbc.so.1
    libboundparam.so.1.0.0 libgtrtst.so.1.0.0 libodbccr.so.1.0.0 libodbcinst.so.1.0.0 libodbc.so.1.0.0
    # NLS_LANG=AMERICAN_AMERICA.UTF8; export NLS_LANG
    # TNS_ADMIN=/root; export TNS_ADMIN
    # ODBCINI=/etc/odbc.ini; export ODBCINI
    7)Retest sqlplus to Redhad1(Oracle database server) with local tnsname
    # sqlplus vonphoto/vonphoto@lab2
    SQL*Plus: Release 10.2.0.4.0 - Production on Sat Mar 27 03:20:55 2010
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    8) Edit odbc.ini and odbcinst.ini
    ---odbcinst.ini
    # Included in the unixODBC package
    [Oracle 10g ODBC driver]
    Description = Oracle ODBC driver for Oracle 10g
    Driver = /usr/lib/oracle/10.2.0.4/client/lib/libsqora.so.10.1
    Setup =
    FileUsage =
    CPTimeout =
    CPReuse =
    ---odbc.ini
    [ora_dns]
    Driver = Oracle 10g ODBC driver
    DSN = ora_dns
    ServerName = xxx.xxx.xxx.121
    UserID = vonphoto
    Application Attributes = T
    Attributes = W
    BatchAutocommitMode = IfAllSuccessful
    BindAsFLOAT = F
    CloseCursor = F
    DisableDPM = F
    DisableMTS = T
    EXECSchemaOpt =
    EXECSyntax = T
    Failover = T
    FailoverDelay = 10
    FailoverRetryCount = 10
    FetchBufferSize = 64000
    ForceWCHAR = F
    Lobs = T
    Longs = T
    MetadataIdDefault = F
    QueryTimeout = T
    ResultSets = T
    SQLGetData extensions = F
    Translation DLL =
    Translation Option = 0
    DisableRULEHint = T
    TraceFile = /backup/sql.log
    Trace = Yes
    9)Testing the driver and the data source
    # odbcinst -q -d
    [Oracle 10g ODBC driver]
    # odbcinst -q -s
    [ora_dns]
    10) Test connection via ODBC from Redhat2(xxx.xxx.xxx.123) to Redhat1(xxx.xxx.xxx.121)
    # isql -v ora_dns
    isql: error while loading shared libraries: libreadline.so.3: cannot open shared object file: No such file or directory
    I have spent 4 days to search on the internet. But it still error.
    Pls help me.

    I don't understand your step 7 (the first step 7, actually).
    What is that unixODBC-2.2.14-linux-x86-32.tar.gz, where did it come from, and why are you doing all that?
    unixODBC should be installed after step 5.
    I guess that that is the cause of your problem.
    isql is not linked against readline at all on my RHEL 5 system.
    Do you notice any improvement after removing the files from that tar.bz file?
    Yours,
    Laurenz Albe

  • Oracle 11.2 client connecting to Oracle 10.2 databases

    I have an application which currently uses 10.2.0.4 Oracle Client to connect to Oracle 10.2 databases using java (jdbc).
    Now I have to do setup on another linux server and looking into whether I can use 11.2 Oracle clinet avaiable on tcehnet.oracle.com to connect to
    10.2 databases. I will be using jdbc for connectivity.

    Maybe showing my ignorance here, but doesn't the application itself have to be written to use the jdbc thin driver?
    That would not be typical. A Java application will normally be modular as regards DB connections.
    1. The app itself will be written to take an instance of the 'Connection' interface
    http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html
    2. The actual 'Connection' instance will be created by a factory method or other application independent code at startup and then passed to the application code.
    Just like TNSNAMES.ORA contains the parameters for OCI connections an application will normally use a config file and/or command-line parameters for the JDBC connection parameters.
    Naturally, just like everything else, developers can always screw things up by hard coding values. Nothing you can do about that.
    See the 'Database URLs and Database Specifiers' section of the JDBC dev guide
    http://docs.oracle.com/cd/E11882_01/java.112/e16548/urls.htm#BEIJFHHB
    Database URLs are strings. The complete URL syntax is:
    jdbc:oracle:driver_type:[username/password]@database_specifier 
    Note:
      The brackets indicate that the username/password pair is optional.
      kprb, the internal server-side driver, uses an implicit connection. Database URLs for the server-side driver end after the driver_type.
    The first part of the URL specifies which JDBC driver is to be used. The supported driver_type values are thin, oci, and kprb.
    The remainder of the URL contains an optional user name and password separated by a slash, an @, and the
    database specifier, which uniquely identifies the database to which the application is connected. Some database specifiers are valid only for the JDBC Thin driver, some only for the JDBC OCI driver, and some for both.
    Then there are examples of each driver type in 'Table 8-3 Supported Database Specifiers'
    Thin: "jdbc:oracle:thin:scott/tiger@//myhost:1521/myservicename"
    See that table 8-3 for the different OCI options.

  • Instant client support for oracle rac ?

    My questions is does instant client support rac ?
    example : tnsnames.ora
    RAC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = DB1-VIP)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = DB2-VIP)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = RAC)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 180)
    (DELAY = 5)
    )

    If you are asking if Instant Client can connect to a RAC cluster, the answer is yes. There is no functional difference between a full client and Instant Client. I hope that helps!

  • Where can I download the instant client ODBC driver for windows 7

    I upgrade to windows 7 and my instant client connecting to oracle from ms Access stop working. Is there any documentation on how it works on windows 7. I use instant client and odbc cleint for xp.
    Thanks

    11.2 is currently the only supported version on Win7, and you can get the instant client here:
    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
    Hope it helps,
    Greg

  • Instant Client for Win32 and ODBC Application

    Hi.
    I just want to know how will Instant Client handle an ODBC Data Source in Windows 9X/2000/XP.
    Will it be a new ODBC Driver?, Can developers like me ship that "driver" with the application so that the end user could just open the application and use it without any other installation?.
    How many disk space will Instant Client need?, do we need to set up the Instant Client to connect to the source, as we need to do with the current client software, or will it be enough to set the Connection String?
    Thank for your help, I am developping a little application for my company that need to access an Oracle Database and need to be installed for many users on Windows XP Desktop Machines.

    I noticed your reply to this topic and I am
    having the same problem with OLE DB or ODBC.
    I posted the following on another message and
    nobody has answered. There are also no examples
    in the Oracle web site on how to connect to a
    remote client using ADO. Any help will be
    appreciated, Tony.
    I am trying to create an installation package
    from Visual Basic (version 6.0) that will let
    me connect to a remote Oracle database. Does
    anyone know what needs to be installed on the
    client machine? I created a standard package
    and it does not work on the client.
    My connection string is as follows:
    Dim adoCn As New ADODB.Connection
    adoCn.Provider = "OraOLEDB.Oracle"
    adoCn.ConnectionString = "Data Source=PSYTEST" _
    & ";User ID=SYSTEM" _
    & ";Password=Ciao" _
    & ";PLSQLRSet=1;" _
    & ";Remote Server=xxx.xxx.xxx.xxx"
    adoCn.Open
    The xxx.xxx.xxx.xxx is the IP address of the
    server. The program works when I use it on
    the local machine, but it does not work when
    I create an installation package and I install
    it on a remote client machine.

  • Problem connect to oracle using ORACE

    Hi,
    Has anybody been able to connect to Oracle 10g using the latest ORACE(Free PL/SQL code editor)? The application hangs when I click on connect. Do I have to install the Oracle Instant Client if I have Oracle 10g Enterprise Edition installed?
    Any sort of help would be greatly appreciated.

    Do I have to install the Oracle Instant Client if I have Oracle 10g Enterprise Edition installed?
    No, But make sure that ORACLE_HOME variable is set correctly.
    What is the name of the PL/SQL editor you want to use?
    You can try SQL Developer.It is free as well.

Maybe you are looking for