Oracle 11g client latest

Hi
Please give the oracle support document or link with instructions for installing
Oracle 11g client (latest version) on windows server 2008 64 bit.
Please also give the link for downloading the oracle 11g client too.
Many thanks

Hi
I did the full installation of the database 11g R2 using the universal installer.So the client dlls and database dlls will be installed in the same location?(oracle home\bin) or will it be separate locations?how will i check this?Its just a matter of pointing the path settings to the client dlls for our app to run correctly, as no separate client installation will be needed then.
Another question related to this is,
we have got a few clients who use 10g database who import our data to their 10g databases.
We used to use 10g exp utility before.
Now, its documented that the 11g exp utility wont import to 10g database.
So if we have to use 11g (not installing 10g at all on our side), expdp instead , what should be the value of VERSION parameter to be used?COMPATIBLE or specific version?(Different customers are different versions of 10g yet single application running export)?
Thanks&Regards..
Edited by: Krithi on 22-Apr-2013 09:27

Similar Messages

  • Latest Oracle 11g Client for Windows

    I was able to download base Oracle 11g Client from
    http://www.oracle.com/technology/software/products/database/oracle11g/111060_win32soft.html
    Does anybody knows if this latest what they have for 11g ? Did Oracle release any patchset on top of that?

    Patch 11.1.0.7.0 is available for download from metalink. Patch number is 6890831. Of course, you would need to use your metalink login credentials for this download.

  • Oracle 11g client installation on Windows 7 Home Premium (64-bit)

    I'm having trouble installing the Oracle 11g client installation on Windows 7 Home Premium (64-bit) machine.
    Can Oracle 11g client even be installed on the Windows 7 Home Premium 64?
    Thanks!

    Hi;
    As mention here home OS not supported, so as mention here again if you make some googling you can find link&blog which is mention to create WM machine, install linux(you can use OEL linux which is free and can be download from e-delivery site) than you can make 11g installation on it
    Regard
    Helios

  • Oracle 11g client / oracle 10g express edition in one computer

    Hi All,
    I already have Oracle 11g Client installed in my computer. I wanted to Install Oracle 10g Express Edition in the same computer. So that I shall work with that even when I am not in the network. My Question is : Will installing both of 11g Client and 10g XE will cause conflict in my computer or is it ok to install both. Any suggestion/information is appreciated.
    Regards,
    RRR

    Hi,
    i have installed oracle oraclient11g_home1, want to know the changes in tnsnames.ora.
    below tnsnames.ora file got created after installation. I dont know
    CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
    <alias>= [ (DESCRIPTION_LIST =  # Optional depending on whether u have
                        # one or more descriptions
                        # If there is just one description, unnecessary ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST=    # Optional depending on whether u have
                        # one or more addresses
                        # If there is just one address, unnecessary ]
         (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)     
         [ (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=decnet)
              (NODE=<nodename>)
              (OBJECT=<objectname>)
    ... # More addresses
         [ ) ] # Optional depending on whether ADDRESS_LIST is used or not
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST= ]     # Optional depending on whether u have more
                        # than one address or not
                        # If there is just one address, unnecessary
         (ADDRESS
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<>)
              (PORT=<1521>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)
         ...           # More addresses
         [ ) ]           # Optional depending on whether ADDRESS_LIST
                        # is being used
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         [ (CONNECT_DATA=
         (SID=<oracle_sid>)
         [ (GLOBAL_NAME=<global_database_name>) ]
         ... # More descriptions
         [ ) ]     # Optional depending on whether DESCRIPTION_LIST is used or not

  • Deinstall Oracle 11g client hangs on Windows 7 Enterprise 64-bit

    Hi,
    I am trying to dinstall Oracle 11g client on Windows 7 Enterprise 64-bit but the process hangs when it reaches the following:
    Removing Windows and .NET products configuration START
    It just hangs there for ever!
    Checking the log file C:\Program Files\Oracle\Inventory\logs\winprod_cleanup.out and I can see the last thing in there is ""Deconfiguring ODP.NET Component...""
    Any idea what could be the reason?
    Thanks,
    Firas
    Edited by: user10442582 on Apr 13, 2011 1:13 PM
    Edited by: user10442582 on Apr 13, 2011 1:15 PM
    Edited by: user10442582 on Apr 13, 2011 1:28 PM

    I was able to resolve it...Apparently I was logged on as administrator when I invoked deinstall which caused it to hang when it came to the part where it was getting ready to deinstall the .NET components...I logged off and loged in as myself and invoked the deinstall and it completed successfully...

  • JDBC-ORACLE CONNECTIVITY ISSUE WITYH OCI8 DRIVER using oracle 11g client..

    JDBC-ORACLE CONNECTIVITY ISSUE WITYH OCI8 DRIVER using oracle 11g client..
    I am getting below error when i m trying to access oracle db using oracle 11g client. It works with earlier oracle client versions. how do i resolve this. is there any issue with version of ojdbc6.jar that i am using??? I cant use thin driver since its an old application for which i dont have source files.
    Apr 6, 2013 1:00:59 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:262)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at PettyCash.SysDate.getSysSubSys(SysDate.java:232)
    at org.apache.jsp.PettyCash.index_jsp._jspService(org.apache.jsp.PettyCash.index_jsp:186)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Code is as follow for reference
    import oracle.jdbc.driver.*;
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    conn = DriverManager.getConnection ("jdbc:oracle:oci8:@" + database,db_user, db_pass);
    eNVIRONMENT VARIABLES set are as follows:
    classpath
    C:\Program Files\apache-tomcat-5.5.12\common\lib\servlet-api.jar;C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\lib\classes12.jar;C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\lib\ojdbc6.jar;
    JAVA_HOME
    C:\Program Files\Java\jdk1.5.0_04
    PATH
    C:\Program Files\Java\jdk1.5.0_04\bin
    ORACLE_HOME
    D:\Oracle11\product\11.2.0\client_1\BIN

    Apr 8, 2013 5:24:06 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
         at org.apache.jsp.abc.index_jsp._jspService(org.apache.jsp.abc.index_jsp:280)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

  • Oracle 11g client in Windows XP platform connect to 9i database

    Hi,
    Is there anyone know whether using oracle 11g client in Windows XP platform can connect to Oracle 9i database?
    Urgent and Many thanks,
    Sam

    Welcome to the forums !
    Pl see MOS Doc 207303.1 - Client / Server / Interoperability Support Between Different Oracle Versions
    HTH
    Srini

  • Oracle 11g client installation on Solaris in non GUI mode

    Hi,
    I want to know if there is a way i can install Oracle 11g client on Solaris 10 machine in non GUI mode (ie. i want to do it from a command based terminal)
    Thanks
    Anup

    Hi Anup
    You have two ways to install it
    1) Client installation without response file
    Please Refer to Doc ID 885643.1
    2) With Response file
    Refer to the document available in Document library
    Document Oracle® Database Client Installation Guide
    11g Release 2 (11.2) for Solaris Operating System
    Note: from 11gR2 onwards you can create a response file from GUI also and then use it later on for silent installation.
    Hope this is helpful for You
    Regards
    Sudhir
    Edited by: user13090769 on Sep 1, 2010 10:55 AM
    Edited by: user13090769 on Sep 1, 2010 10:56 AM

  • Oracle 11g Client Installation on Ubuntu

    Hi, I tried to install the Oracle 11g Client on my Dell Inspiron laptop running ubuntu, the thing is that I did every step described in the Installation Guide but when I ran the ./runInstaller file, at the installation point the assistant raises an error and prompts for an action (Ignore, Retry, Cancel), and even if I choose ignore it keeps raising the same error, then I noticed in my terminal that the errors was because ubuntu couldn't find some commands used in the installation script, and that there was no installation steps for ubuntu in my guide, so I think the Client Installer I downloaded wasn't for ubuntu... could be the reason why I can't install the client? is there a script or some way to install the client on ubuntu?
    Thanks!
    Edited by: user10232758 on Oct 23, 2008 7:34 AM

    Unfortunately there's no (official) installation guide from Oracle,because it's not supported. If you want to continue go to the Linux Technology Center on OTN and follow the instructions for unsupported platforms (under Installation Guides):
    http://www.oracle.com/technology/tech/linux/index.html
    http://www.pythian.com/blogs/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
    Werner

  • Oracle 11g Client Certification Matrix

    hi all,
    Can someone point me to Oracle 11g client certification matrix? I was trying to install it on Windows Server 2008R2, but looks like this platform is unsupported. If I manually verify the options the installer thinks are unsafe, will I create an unsupported environment?
    Please advise.
    Thanks in advance,
    Alla

    Which version of 11g ? 11gR1 is not certified with Win2008
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32306/toc.htm#BABEHGHH
    For 11gR2, pl see MOS Doc 867040.1 (Statement of Direction: Oracle Database 11g Release 2 – Microsoft Windows 7 and Windows Server 2008 R2)
    HTH
    Srini

  • Oracle 11g client: TNS-illegal ADDRESS parameter

    Hi,
    I am working on a database application. The application uses OCI interface to connect and query to the Oracle Database
    The application used to work with Oracle 10g client, but using Oracle 11gR1 or 11gR2 client application is failing to connecto the Database
    The sqlnet.log on client machine is showing following error
    Fatal NI connect error 12533, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vm-oedsdev1)(PORT=1521))(CONNECT_DATA
    =(SERVICE_NAME=orcl)(CID=(PROGRAM=_orasrv@bespin)(HOST=bespin)(USER=sgarg))))
    VERSION INFORMATION:
    TNS for Solaris: Version 11.1.0.6.0 - Production
    TCP/IP NT Protocol Adapter for Solaris: Version 11.1.0.6.0 - Production
    Time: 07-JUL-2011 05:48:50
    Tracing to file: /scratch/sgarg/wrk/bug/OE00175173/oe102b/64bit/trace/cli_8585
    .trc
    Tns error struct:
    ns main err code: 12533
    TNS-12533: TNS:illegal ADDRESS parameters
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Following is my test environment
    Platform and OS - Solaris 2.9 SPARC V9
    Oracle client version - 11.1.0.6.0
    Oracle Server version - 11.1.0.6.0
    On Database server which is running on 64 bit Windows, listener log and listener trace have following error logs
    listenr.log:
    TNS-12502: TNS:listener received no CONNECT_DATA from client.
    Following is the header of the listener.log file
    TNSLSNR for 64-bit Windows: Version 11.1.0.6.0 - Production on 07-JUL-2011 09:04:56
    listener.trc:
    The corresponding listner trace has following trace entry
    [07-JUL-2011 11:51:51:668] ntt2err: Read unexpected EOF ERROR on 460
    The Oracle client (version 11.1.0.6.0) is running on Solrias 64 bit machine.
    Please help me understanding why are these errors appearing with Oracle 11g client.
    Regards,
    Sachin

    Hi,
    Thanks for your reply, but your assumption is incorrect that I did not read the error message in the documentation. I read it many times, but could not correlate it with any wrongdoing.
    solaris64:102b$ oerr TNS 12533
    12533, 00000, "TNS:illegal ADDRESS parameters"
    // *Cause: An illegal set of protocol adapter parameters was specified. In
    // some cases, this error is returned when a connection cannot be made to the
    // protocol transport.
    // *Action: Verify that the destination can be reached using the specified
    // protocol. Check the parameters within the ADDRESS section of
    // TNSNAMES.ORA. Legal ADDRESS parameter formats may be found in the
    // Oracle operating system specific documentation for your platform.
    // Protocols that resolve names at the transport layer (such as DECnet object
    // names) are vulnerable to this error if not properly configured or names are
    // misspelled.
    The above says that, illegal set of protocol adapters was specified...., I am using 'Local Naming (tnsnames.ora)' connection method and using TCP/IP protocol.
    Following are the tnsnames.ora content
    solaris64:102b$ cat tnsnames.ora
    oeora11g1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = vm-oedsdev1)(PORT = 1521))
    (CONNECT_DATA =
    (service_name = orcl)
    and the following are the sqlnet.ora content
    solaris64:102b$ cat sqlnet.ora
    # sqlnet.ora Network Configuration File: /gateways/solaris64/oracle/client/10.2/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES)
    DIAG_ADR_ENABLED=NO
    trace_level_client=SUPPORT
    trace_directory_client=/scratch/sgarg/wrk/bug/OE00175173/oe102b/64bit/trace
    My bad that the information was not enough to comment on anything on the problem.
    I think, the above info would be helpful
    Thanks,
    Sachin

  • Connect to Oracle 9i server using oracle 11g client

    Hi,
    my oracle 9i server is on unix machine.
    I got new Window 7 64 bit machine for .NET code development(framework 4.0).It is having Oracle 11G installed.I am getting oracle connection error while running .NET application.
    what changes (connection string/tnsnames.ora/others) will I have to do to connect Oracle 9i server using oracle 11g client ?

    Hi,
    Please post the complete error stack you are getting.
    Regards
    Yoonas

  • Microsoft ODBC for Oracle on a Windows 7 64Bit OS and Oracle 11g Client

    Hi,
    I have installed Oracle 11g client 64Bit edition on a Windows 7 Professional 64Bit OS. Trying to connect to Oracle DB through ODBC Driver I get the following Message:
    Microsoft ODBC for Oracle:
    "The Oracle(tm) client and networking components were not found. These components ar supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation....".
    Any ideas how to resolve that problem?

    Hello,
    Please verify the ORACLE_HOME directory is listed on the PATH system variable of Windows 7. Please open the Command Prompt
    and examine the result of the command PATH.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem in connecting to Oracle 8 database through Oracle 11g client ?

    Database : Oracle 8
    Client Machine :
    Oracle 11g
    Window7
    Microsoft ODBC Driver for Oracle
    Hi,
    I am using Oracle 11g client to connect Oracle 8 database using Microsoft ODBC Driver for Oracle but I am getting error when after entered the password
    Run-time error '40002':
    IM006: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
    I am using VB6 application on Windows 7 and I created DSN using Microsoft ODBC Driver for Oracle but I got the above error when I try to connect to Database.
    Please help me out on this that why this error is coming
    Thanks
    Amit Panwar

    Provided its a 32-bit application, possibly. Microsoft ODBC for Oracle is discontinued and has no 64-bit version, so a 64-bit application won't be able to use it at all.
    I do see it listed as a 32-bit ODBC driver on my Windows 7. The problem is that I think it relies on having an Oracle client installed on the machine, and you've got the same problem of Oracle client 11 not working with 8 server. You could try it and see if it works I suppose, or try installing an older client and see if that makes it work.
    If it's just for testing purposes though you could throw up an Oracle XE server and test against that.

  • Can we access Oracle 10g R2 database from Oracle 11g Client

    Hi,
    Can any1 tell me can we access Oracle 10g R2 database from Oracle 11g Client ? I m unable to find a Oracle Client 10g R2 for Windows 7 32 bit.
    Below link is for Vista only
    http://www.oracle.com/technetwork/database/10203vista-087538.html

    832812 wrote:
    Hi,
    Can any1 tell me can we access Oracle 10g R2 database from Oracle 11g Client ? I m unable to find a Oracle Client 10g R2 for Windows 7 32 bit.
    Below link is for Vista only
    http://www.oracle.com/technetwork/database/10203vista-087538.html
    Check this note for client/server compatibility
    Client / Server / Interoperability Support Between Different Oracle Versions [ID 207303.1]

Maybe you are looking for

  • Cost of Goods & Revenue Recognition

    Dear All, I have a typical requirement related with the cost of goods sold (COGS) G/L account & the revenue recognition. Under SAP best practice, the COGS account is updated together with the Inventory account when post goods issue (PGI) is done. the

  • Oracle 10g installation on Windows 7 (32 bit OS)

    My Operating system is Windows 7 Ultimate (32 bit OS), I have downloaded below Oracle 10g version from oracle site. "Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista, Windows Server 2008, Windows 7" Link - http://www.orac

  • Adobe Audition 3.0 Delayed Start When Clicking "Play"

    When I click "Play" or hit the space bar to play back an audio file, the green play arrow lights up immediately, but the playback line doesn't start moving to play the audio for about 1 or 2 seconds.  I use Audition to play back prerecorded phone cal

  • Subcontract challen

    When we issue materials to a subcontractor,Under excise law 57AC, when we send materials to a subcontractor for processing, we are not required to pay any excise duty, even though the materials have left your premises. However, if the materials have

  • JD3 loading error

    As per your earlier suggestion re my Dr. Watson error, I've downloaded and installed JD3 without incident, after removing all other development environments. On loading the Jdeveloper.exe -use1.2 program, the following error appears: java.lang.NoClas