Download Instant Client 9.0.1 ?

I use Oracle Server 8.1.6 and at the moment no is possivel to make upgrade of the server - With the Instant Client that I am using no it is possible to connect way PHP. My Instant Client is 10.2.0.1, where obtains to make download of the Instant Client 9.0.1 ?

Sorry, doesn't look to good for us. Found this answer.
"Instant Client was released in 10gR1 (10.1.0.2). Thus, it is not available for 9.2.0.3. "
/Göran

Similar Messages

  • Urgent! Oracle website cannot download instant client!

    Urgent! Oracle website cannot download instant client!
    I want to download Oracle Instant client 64bit edition, but all the download sources are not available.
    Can I report this problem at this page?

    hsawwan wrote:
    Urgent! Oracle website cannot download instant client!
    I want to download Oracle Instant client 64bit edition, but all the download sources are not available.
    Can I report this problem at this page?What software you are trying to download? Please post the link here.
    Have you tried to use a different browser/machine and see if this helps?
    If you still have an issue, try to download the software from e-Delivery website -- http://education.oracle.com/
    Thanks,
    HusseinYou mean http://edelivery.oracle.com ;-)
    Srini

  • Cannot download Instant Client

    I am unable to download Instant Client for Oracle 10g .. the link to download is
    http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html
    I was trying to download the Windows 32 bit version

    I'm also having problems downloading the Instant Client. Does anyone know of a mirror, or another site I can get it from?

  • Download Instant Client 10.1.0.3

    Regarding http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html - will Oracle replace the 10.1.0.2 packs with the latest version available in near future? Or is it required to make one's way through the huge patch set containing all 10g components (bug 3761843)?
    TIA

    Herbert,
    Yes, there will be a version in the near future. However, we cannot release a date at this time. If you are in need of it in a hurry, you may have to use the client CD form. I hope that helps!

  • Instant Client Package - SDK, RPM package download not working

    Hi,
    I am trying to download "Instant Client Package - SDK", RPM package for Linux 32 bit, version 11.2.0.1.0 from http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html
    However the file downloaded has zero length. I tried from two different computers. I cannot find any contact/form to report broken content on that website. Can someone help, please?
    Cheers, Tomas

    fyi
    For me, the page ...
    http://www.oracle.com/technology/software/products/database/index.html
    ... currently says ...
    "An error occurred while processing the request. Try refreshing your browser. If the problem persists contact the site administrator"
    But, with the direct URL to the ZIP, which failed to download before ...
    http://download.oracle.com/otn/nt/oracle10g/10201/10201_companion_win32.zip
    ... I was able to download it just now.
    regards
    Jan

  • Is my PHP + Oracle9i + Instant client setup ok ?

    Hello
    I have to developp a script in PHP for windows, using an Oracle 9i database.
    Here's my setup :
    Windows 2003 Server R2 (all patches applied)
    PHP 5.2.0
    Oracle 9i 9.2.0.1.1
    Instant client 10g 10.2.0.2-20060508
    Oracle9i was installed in C:\oracle\
    Oracle Instant client extracted to C:\dev\oracle\instantclient_10_2
    Here 's the PATH env variable (only oracle partis shown):
    C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\dev\php5.2;C:\dev\oracle\instantclient_10_2
    I deleted the "C:\oracle\ora92\bin" from PATH env variable in order to
    the Instant client to be used instead of. Is this a good solution ? Since now I have no more oracle tools available in command line without specifing full path.
    PHP is configured to use php_oci8.dll of course. No problem with that.
    I tryied to activate PDO but get an error message :
    When I run PHP from command line, same error message :
    Warning: PHP Startup: Invalid library (maybe not a PHP library)
    'php_pdo_oci8.dll' in Unknown on line 0
    Maybe it's a bug in PHP, I m not the first complaining about that as far as I know.
    My main question remains : Is my configuration the best way to do ? Is there a way not to loose oracle9/bin from PATH ?
    Thanks in advance
    Message was edited by:
    user541613

    Thanks, now I understand better.
    What is "Oracle Runtime"?
    Did you install Instant Client from the Oracle Client CD or did you download Instant Client from http://www.oracle.com/technology/software/tech/oci/instantclient/index.html ?
    Which version of Instant Client is this?
    Can you show us the contents of your tnsnames.ora file?
    Yours,
    Laurenz Albe

  • Oraclle 11g instant client x64 doesn't  work in windows 7 x64

    First of all I've read the software requirements in the installation guides for 11g instant client x64 and no support for Windows 7 is mentioned.. I'm not sure if this is the case any how here is the details of the problem:
    I downloaded instant client (basic) and (sqlplus) and unzipped them on drive E, afterwards I created tnsnames.ora file with the following:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = IGGY) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORCL)
    and saved it in the instant client directory, afterwards I included the instant client directory in the user variable PATH value, and created system variable TNS_ADMIN and added the location of tnsnames.ora in the value.
    Now the problem starts when I open MS-DOS and type: sqlplus system @ORCL, It then prompts for the password and when I try to enter anything the cursor doesn't move unless I press enter and the result is that I get the following error:
    ORA-12154: TNS: COULD NOT RESOLVE THE CONNECT IDENTIFIER SPECIFIED
    Any idea what the reason of this problem is?

    Hello again,
    I was able to reproduce ORA-12154 and the error raised beacause my DUMMY-HOST was not reachable. Using the correct hostname/IP address solved the issue. Can you check if you are able to ping and to telnet your hostname (IGGY).
    Regards,
    David
    # Reproducing issue
    E:\instantclient_11_1>sqlplus system/manager@//DUMMY-HOST:1521/PROD
    SQL*Plus: Release 11.1.0.7.0 - Production on Fri Nov 27 10:37:54 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name:
    # Hostname is not pingable
    E:\instantclient_11_1>ping DUMMY-HOST
    Ping request could not find host DUMMY-HOST. Please check the name and try again.
    # Pinging host which is alive
    E:\instantclient_11_1>ping stlin3p
    Pinging stlin3p [192.168.1.123] with 32 bytes of data:
    Reply from 192.168.1.123: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.123: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.123: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.123: bytes=32 time<1ms TTL=64
    Ping statistics for 192.168.1.123:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    # Connecting to port 1521 at DUMMY-HOST fails as well
    E:\instantclient_11_1>telnet DUMMY-HOST 1521
    Connecting To DUMMY-HOST...Could not open connection to the host, on port 1521:
    Connect failed
    # Connecting to port 1521 at stlin3p is successful
    E:\instantclient_11_1>telnet stlin3p 1521
    ... connected ...
    # Content of tnsnames.ora
    PROD =
    DESCRIPTION =
    ADDRESS = (PROTOCOL = TCP) (HOST = stlin3p) (PORT = 1521)
    CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PROD)
    # Connecting to DB server using TNS methods is successful
    E:\instantclient_11_1>sqlplus system/manager@PROD
    SQL*Plus: Release 11.1.0.7.0 - Production on Fri Nov 27 10:36:40 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    SQL> exit
    Disconnected from Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    # Connecting to DB server using EZCONNECT is also successful
    E:\instantclient_11_1>sqlplus system/manager@//stlin3p:1521/PROD
    SQL*Plus: Release 11.1.0.7.0 - Production on Fri Nov 27 10:38:21 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    SQL> exit
    Disconnected from Oracle Database 10g Release 10.2.0.4.0 - 64bit Production

  • Instant client 11_2 odbc error on windows 32

    Hi Folks,
    I have downloaded instant client 11_2 for windows and added files for basic, sqlplus and odbc to new folder C:|Oracle\InstantClient
    I have added this folder to PATH environment variable
    I have added tnsnames.ora file to this folder
    I have run odbc_install.exe
    When I try to add new system DSN, I select the newly added "Oracle in instantclient_11_2" ODBC driver but then get the following error message: "The setup routines for the Oracle in instantclient_11_2 ODBC driver could not be loaded due to system error code 126." When I press OK on error dialog I get this second error: "Could not load the setup or translator library"
    Does anyone know why this is?
    Many Thanks
    GJoob

    Yep logged in as user with administrator rights
    I finally gave up and just installed Instant Client using full 11gR2 Client install which works fine.
    Thanks

  • Instant Client with full client (Solaris)

    Hi,
    Does the Instant Client come with the full install of Oracle on Solaris, or if there is an option to? Any resources explaining this; I have had a good search on the net but cannot find anything.
    I would like to know when libociei.so would be provided, whether this is ever available with the full client. I know this comes with the Instant Client but wasn't sure if it would ever come with the full client/database, or if there was an alternative file that should used.
    Thanks.
    Message was edited by:
    Epoc

    You are a bit vague.
    What do you mean by "Oracle"? Client, Server, ...?
    And what Solaris do you have?
    You can install Instant Client with the Client installation CD, see
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15692/install_overview.htm#i1106622
    or
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15699/install_overview.htm#i1106622
    depending on your taste of Solaris.
    Alternatively, cou can download Instant Client from http://www.oracle.com.
    libociei.so is part of the Instant Client installation, and of Instant Client only.
    It is a replacement for the message files and other resource files that come with other Oracle products.
    Does that answer your question?
    Yours,
    Laurenz Albe

  • SQL*Plus add-on for Instant Client Package on Solaris-SPARC 32bits ???

    Hi,
    I need sqlplus for a solaris 32bits platform, but following this page
    http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html, if I choose Solaris 32-bit (SPARC), it doesn't give a link to download Instant Client Package - SQL*Plus (as it does if I choose Solaris 64-bit (SPARC) or Windows 32-bit).
    I don't understand why... :(

    SQL*Plus is not supported on the 32-bit versions of 64-bit platforms. Please use the 64-bit version of SQL*Plus. Thanks!

  • Instant client

    On Windows XP, do I need adminstration rights to install the 'instant client' from oracle?
    I've tried to install it with a normal user. It says it's installed correctly, but when I go to the 'ODBC Datasource Administrator' and want to add it to my user ODBC-Connections, it's not in the list.
    What am I doing wrong?
    This is what I've done so far:
    Downloaded Instant Client + ODBC addon. Unzipped both contents to a new folder, then executed odbc_install.exe. Then I've added the directory to my users PATH.
    Now it should get listed in odbc-sources, but it's not.
    Message was edited by:
    socken

    Hi,
    I updated yesterday's thread: database access
    Anyway, you could ask your sysadmin to try to set this up with his administrative account?
    But there should be no need for this. The instantclient ODBC driver should now be available when you create a new ODBC data source.
    Regards,
    Yoann.

  • Instant Client Installation help

    Hello
    I'm relatively beginner. I'm having a win2k machine which i want to setup as a client to oracle 9i server which i'm able to telnet and work. What should i do??. I have downloaded (instant client basic + odbc) and set the path...install from the batch file.. but it didn't work when i tried to add instant client in odbc datasource administrator.It shows could not load setup or translator lib. Please help.

    hrrmmm ... a year later and I'm having exactly the same problems. Anybody have a solution to this one? It looks like the driver proxy that was installed cannot find some dependent DLLs, but that's just me guessing.
    I have installed the basic package, and I can connect with SQLPlus (and the JDBC drivers). Now I want to connect and ODBC app (windows, yech) to the db, so I unpacked the ODBC addon, set PATH, and ran the odbc_install.exe (which reported success). Trying to create a new datasource, however, yields:
    "The setup routines for the Oracle in instantclient10_1 ODBC driver could not be loaded due to system error code 5."
    "Could not load the setup or translator library"
    Anyone have suggestions?

  • Instant Client 11 g R 2 for SunSolaris SPARC 64

    I have a customer that would really like to know when will Instant Client 11g R2 will be available for SunSolaris SPARC 64, because so far it is only available for Linux.
    For any piece of information, I will be immensely thankful.
    Thank you and have a great day.

    Hi Helios,
    Thank you for your help.
    What I notice is that Oracle Database 11gr2 release schedule for SPARC was on November 9, 2010. But when you download Instant Client and select the one for that specific platform (Sun Solaris Sparc), it is only available in 11.1, not 11.2.
    Do you know who can be contacted about this?
    Thank you!

  • SP2-0750: You may need to set ORACLE_HOME with instant client and sqlplus

    On an hp-ux 32 ,,,
    - i downloaded instant client from here http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/hpsoft.html
    - installed and set my shlib_path to directory where I extracted it.
    - running sqlplus comes up with this ...
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory.
    - what the heck am i missing here?
    Thank you.

    you can see from the 'tusc' ouput below that it is clearly trying to locate msb files. These files are not packaged with the instant client. So how it this supposed to ever work? These files are simply missing from the distribution.
    close(3) ............................................................................................................. = 0
    stat("/home/oracle/oraclnt/clnt/libclntsh.sl.10.1", 0x7f7e3070) ...................................................... = 0
    open("/home/oracle/oraclnt/clnt/libclntsh.sl.10.1", O_RDONLY, 02) .................................................... = 3
    fstat(3, 0x7f7e3138) ................................................................................................. = 0
    read(3, "0210010e0512@ \0C f7h 13\0\0\0\0".., 128) ................................................................... = 128
    lseek(3, 128, SEEK_SET) .............................................................................................. = 128
    read(3, "10\0\004\0\0\0( 01L W a4\0\010\0".., 48) .................................................................... = 48
    read(3, "80\0\0\v\0\0\004\0\0\0\0", 12) .............................................................................. = 12
    lseek(3, 4059136, SEEK_SET) .......................................................................................... = 4059136
    read(3, "058cy 10\0\0, \ \004: 8 \0\0\0\n".., 112) ................................................................... = 112
    mmap(NULL, 21782528, PROT_READ|PROT_EXEC, MAP_SHARED|MAP_SHLIB, 3, 0x3df000) ......................................... ERR#12 ENOMEM
    close(3) ............................................................................................................. = 0
    munmap(0xcc000000, 70111232) ......................................................................................... = 0
    munmap(0x7f684000, 4096) ............................................................................................. = 0
    open("./nls/data/lx1boot.nlb", O_RDONLY|O_LARGEFILE, 0) .............................................................. ERR#2 ENOENT
    open("./sqlplus/mesg/sp1us.msb", O_RDONLY|O_LARGEFILE, 0121430) ...................................................... ERR#20 ENOTDIR
    open("./sqlplus/mesg/sp1us.msb", O_RDONLY|O_LARGEFILE, 0121430) ...................................................... ERR#20 ENOTDIR
    Error 6 write(2, "E r r o r 6 ", 8) ...................................................................................... = 8
    iwrite(2, "i ", 1) .................................................................................................... = 1
    nitializwrite(2, "n i t i a l i z ", 8) ...................................................................................... = 8

  • Registering Instant Client path

    To install Instant Client in my windows2000 server PC I followed these instruction steps:
    1. I have downloaded Instant Client Basic
    2. unzipped files to c:\Ora_instacli directory. The files in this directory are two .jar files and some .dll files
    Step 3 says " Set the library loading path in your environment to the directory in Step 2". What are the correct steps to do this?
    I have a directory c:\program files\oracle with Inventory,jre and oui folders inside it, installed sometime ago. Must I delete it?. I deleted c:\OraHome1 and changed the registry entries pointed to this to point to Ora_instacli.

    We have a system which uses OCCI to connect to a
    database. The database connection is optional for the
    system. As it is an optional module, we didn't want
    our clients to install something on their OS which is
    only needed by our system. Therefore, we thought that
    distributing the occi instant client would be a good
    solution. We deliver the libraries which are provided
    by the instant client along with our application. The
    libraries and the executable are in the same
    directory so that the application can access those
    dlls. This is sufficient if there is no oracle client
    installed on the system.
    But if there is already an oracle client
    installation, things get somehow mixed. I found out
    that even if I uninstall the existing oracle client,
    there will be some registry entries used.
    This is why I asked for the possibility to use the
    instant client parallel to the existing installation.
    If you could provide me the things to be considered,
    that would be really great.I see. I'll try to compile a list of problems we encountered and things to consider, but it might not be a complete list and I take no responsibility :^)
    The following assumes that we are on Windows.
    - Make sure that only one client is in the PATH environment variable. There is a bug (fixed, I think, in 10.2.0.3) that may cause a mix of shared libraries from both clients to be loaded if both are in the PATH.
    - If you want to run the instant client, make sure that no Oracle environment variables are set except for TNS_ADMIN and maybe LDAP_ADMIN or any of the NLS_* variables. Do not set ORACLE_HOME, ORACLE_SID and the like.
    - Make sure there is no "oracle.key" file in your Instant Client directory.
    In your case, you could modify the environment before you start Oracle Instant Client and make sure that PATH does not include another Oracle client.
    Yours,
    Laurenz Albe

Maybe you are looking for

  • How to claculate percentile at runtime?

    Hi All, I need to implement Percentile function in Function. The example scenario as follows: Data looks like below table. Position     country     sales 1     Germany     £230.00 2     Spain     £480.00 3     Italy     £720.00 4     UK     £990.00 5

  • What is the best way to print from an iPad?

    I have the Printer Pro app, and it seems to do a good job locating my wireless printer, but it gets complicated to print webpages or pages documents. What is the best way to print from an iPad 2?

  • Questions about Customer Service and Prepaid Phones

    Yes, I have had Straight Talk for over two years. The phone service its self was wonderful. I only came across three places within a 50 mile radios of not being able to get reception. After asking around I found out that Straight Talks service is thr

  • Burning a DVD from FCPX

    My workflow is as follows: 1. Shoot in HXR-NX5u Sony AVCHD 1920x1080 | 29.97 fps 2. Import as is to FCPX letting FCPX create the project properties according to the first clip 3. Edit and create project. 4. Export as ProRes 422 5. Burn with iDVD to a

  • Running cmd commands through java

    Hi, I am trying to run few dos commands through java using Runtime.exec("command") but I am getting following error commmand is cd D:\CodeMerge\A\ java.io.IOException: CreateProcess: cd.. error=2 at java.lang.Win32Process.create(Native Method) at jav