How to install Oracle Database Client 32-bit libraries.

Dear All,
In the document : http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
it is written "For 64-bit Linux system installations, you must use the Oracle Database Client 32-bit libraries"
how can i install just the libraries from OUI Database 11.2
Is it must to install these libraries first, whatif I install Oracle11.2 64bit client, and then install the OBIEE. Anyhow i need to install OracleDBClient to connect to Oracle server 11.2.

You can't "just install the libraries", you need a full ORacle client installation. The Oracle client can be installed after OBIEE but you must have an Oracle client to connect to an Oracle database via OCI (which is the recomended approach). 64bit client should be fine as long as it has the 32bits libraries. The 10g client does, not sure about the 11g client. Make sure you install the FULL Oracle client, not the Instant Client. The 32bits client libraries are located under lib32, the lib directory is for the 64bits ones. You might need ot re-link them if they were linked correctly during the client installation. But for more information post a message in the Oracle client forum, this is the OBIEE forum.

Similar Messages

  • Can we install Oracle Database 10g 32 bit on Windows 2008 64bit

    Can we install Oracle Database 10g 32 bit on Windows 2008 64bit will there be any disadvantages, will all the features of Oracle database work ( Like Data Guard , OEM, Grid Control).
    Solution will be appriciated.

    Hi,
    If it is true can you please give me some reference doc, as per my knowledge installing Oracle Database 10g 32 bit on Windows 2008 64bit must be possible.
    Thanks & Redards

  • How to install Oracle Database Audit Vault

    Hi all,
    i have my database in oracle 10g in linux environment, i wont to install oracle database audit vault 10.2.3 in linux
    can any 1 let me know how to install it or what or the steps required.
    any usefull link would be helpfull
    Thanks....

    Hi,
    Please check : How to install Oracle Database Audit Vault - Yahoo Video Search Results
    Thank you

  • How to install oracle database in window7-64 bit corei3 processor?

    Hi All,
    please help me in installing oracle database on window7 64 bit machine with corei3 processor.
    i have tried to install oracle 10g but not able to install. Is any higher version of oracle will work with same configuration?

    You may have better luck with 11.2.0.1, from:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    10.2.0.5 is the earliest version certified for Windows 7. Note that no Home edition of Windows 7 is supported, you should use Professional and up.

  • Is it possible to install oracle 11g client 32 bit and oracle 11g client 64

    Hi,
    I have Windows 2008 R2 64 Bit Operating Server Installed.
    Other software that are Installed :
    1) Visual Studio 2010 Ultimate 32 Bit.
    2) Microsoft SharePoint server 2010 64 Bit.
    For my development purpose I want to install both oracle 11g client 32 bit and oracle 11g client 64 on the same machine.
    Is it possible to install both 32 and 64 bit instance on the same machine.
    Thanks
    Sambit

    959211 wrote:
    Hi,
    I have Windows 2008 R2 64 Bit Operating Server Installed.
    Other software that are Installed :
    1) Visual Studio 2010 Ultimate 32 Bit.
    2) Microsoft SharePoint server 2010 64 Bit.
    For my development purpose I want to install both oracle 11g client 32 bit and oracle 11g client 64 on the same machine.
    Is it possible to install both 32 and 64 bit instance on the same machine.
    Thanks
    Sambityes, possible; but minor challenge to manage dynamically
    how to ensure that you actually use the flavor you desire?

  • How to install Oracle Database 10g for windos vista

    hia
    i am new student in a collage and i started learn SQL command
    i want to practice SQL command in my Laptop
    i downloaded Oracle Database 10g Release 2 (10.2.0.3) for windows vista
    but i have difficult to install it i mean i wana know the steps to install oracle
    could u show me by photo or video how to install oracle in my labtob
    also some of my friend said u should have a local server in ur labtop to make oracle programe work .... is it true??
    if it correct learn me how to make it and connect it to oracle
    also some of my friend said u should have a this information form oracle web side
    USER NAME :
    PASSWORD:
    HOTAGE STRING :
    please help me

    haloooooo
    i am waiting for somebody to help me
    nobody can
    pliz pliz plizPlease, please, please understand that this forum is populated with unpaid volunteers. It's not a help desk.
    The complete installation installation guide is included with the installation software. It is also part of the exhaustively complete documentation set for every oracle product found at tahiti.oracle.com. Go there, select your product and version. When you arrive at the page for your specific product version, somewhere on that page (location varies between versions) you will find a link to the installation guide.
    Also please note that there are several versions of Vista, and the Oracle db is not certified for all of them, but only for specific versions.

  • How to install oracle database 11g express edition on Windows 7

    Hi Guys,
    i am trying to download and install Oracle database 11g express edition on windows7 and i can't seem to get it right. i did get the download but when i try to install, it keeps saying it appears to be an invalid archive.
    Please help..

    Action - Refer to the logs or contact OracleFinding the problem is the key. "Refer to the logs" is the only option, XE has no oracle support offerings.
    Which plugin failed, and why did it fail will be important clues. There should be error messages in the log that will be helpful.
    Otherwise, we don't have much help to offer. Fixing a problem means identifying the problem and performing steps to correct it, if there a fix is available.
    A MOS lookup on the ins-20802 error has snippets from one installer session, this one is from an x64 install. Not x86. To paraphrase the details:
    ... Created a new file <drive>:<OH path>\cfgtoollogs\configToolAllCommands
    SEVERE: java.io.IOException: Access is denied
    ...So from those symptoms, the user trying to run the installer does not have appropriate rights on that drive and/or folder. The fix for that particular problem is adding the user to the local administrators group. And rerunning the install. After running the deinstall steps to clean up the installation. As specified in the XE install guide for Windows.
    http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm
    Also note the System Requirements, it specifies a System architecture Intel x86, which is not X64. There is no X64 installer for XE on Windows. So it might work. Or it might not if your host is x64.
    So if that is your particular error, verify that your user is in the local admins group. Either use the local users and groups applet (Start/Run/lusrmgr.msc) and open up the Administrators group. Click the Add button. Find your user. If your OS user is a windows domain user, be sure you have authenticated to the domain.
    Try the `net ...` list of the adminis group, that should reveal whom is indeed in the local administrators group:
    net localgroup administrators
    Administrator
    <domain>\Domain Admins ... # ??? is the host in windows domain ???
    <domain>\Local Admins
    <domain>\<user1>
    <user2>
    <user3>
    echo %USERNAME%
    # if relevant:
    echo %USERDOMAIN%Like it also states in the Windows install guide, under Permission Required quote:
    ... must be a member of the Administrators group on Windows to install Oracle Database XE.

  • How to install Oracle 817 Client on Redhat Linux7.2

    I try to install oracle 817 client on a dell server running Redhat Linux7.2, the installer won't start. Are there any pre-requisites I have to set for client install to work on linux? Does 817 installer work on Linux7.2?
    Thanks,
    Joe

    Joe,
    I have the same issue. It's probably due to an incompatibility of the jdk 1.1.8 on the CD.
    Have you tried using another one ? http://www.blackdown.org/
    Rgds,
    Franck

  • How to install Oracle 9i Client in RHEL 4.0 Upate 1

    Where can I find a tep by step process of installing Oracle 9i client 9.2.0.7.0 on linux rhel 4 AS -Update 1
    -SP

    As Jer said. Just follow the documentation at http://tahiti.oracle.com or (better in this case) first steps from http://www.puschitz.com. I said fist steps because you need to do some workarounds to start OUI installer. Once OUI installer started then choose "Client install" opion.

  • How to install Oracle Database objects for BPA repository?

    Hello,
    I have installed Oracle database (10.2.0.1) EE.
    I have run the following command to install BPA repository and site manager.
    ./install_bpr10.1.3.4.271679.sh -bpr_type BS_SM -jvm ./bpa10.1.3.4/jdk1.5.0/ -dbserver rstnxlin011.oracle.com -dbport 1521 -dbinstance pva011
    Where are the database object creation scripts? I am sure I still have to create ARIS objects in the database.
    Mustafa

    Within my installation i could find the scripts on Disk 2 (where the windows installation of the Repository resides) in the folder DBMS/Oracle.

  • Steps to Install oracle 11g client 32 Bit,64 Bit in a single server

    Hi,
    I have a requirement to Install Both "Oracle Client 11.2.0.2 Win32" and "Oracle Client 11.2.0.2 Win64" on a single server.
    Please provide the step by step instruction for the above requirement.
    Environment
    Windows Server 2008 R2 64Bit.
    Thanks
    Sambit

    Just use separate base directories e.g.
    c:\32bit\oracle and
    c:\64bit\oracle
    Install the 32-bit client first, then the 64-bit client. The order should not matter.
    WINDOWS: Install Oracle Client 11.2 32-bit and 64-bit on Same System Overwrites Programs Menu Entry [ID 1243374.1]
    How To Install Both 32-bit and 64-bit ODP, OLEDB, And ODBC Oracle Software on 64-bit Windows [ID 795602.1]
    HTH
    Srini

  • How to Install Oracle Database for practice on Laptop?

    Hi All,
    I am planning to install the Oracle Database and some oracle developer products for practice on my Laptop.
    # Laptop configuration
    > Lenovo IdeaPad Y450 - 41896AU
    > Intel® Core™ 2 Duo T6600 ( 2.20GHz )
    > 4GB RAM, 320GB Hard disk
    > Windows 7 Home Premium 64-bit
    I seeks some help on the doubts regarding this.
    Which version of oracle database will suite/work fine for this laptop configuration and path to download the same?
    Any additional information regarding this installation.regards,
    Shyam.

    Suryawanshi wrote:
    Hi All,
    I am planning to install the Oracle Database and some oracle developer products for practice on my Laptop.
    # Laptop configuration
    Lenovo IdeaPad Y450 - 41896AU
    Intel® Core™ 2 Duo T6600 ( 2.20GHz )
    4GB RAM, 320GB Hard disk
    Windows 7 Home Premium 64-bitI seeks some help on the doubts regarding this.
    Which version of oracle database will suite/work fine for this laptop configuration and path to download the same?
    Any additional information regarding this installation.regards,
    Shyam.As pointed out, Oracle has not certified anything for Windows 7, and will not certify anything for any "home" edition.
    I'd recommend you get a copy of VMPlayer (free, from VMware) and create a couple of virtual machines running Oracle Enterprise Linux (free, from Oracle), then install your Oracle db on the virtual machines.

  • How to install Oracle Database 10.2.0.3

    Hi,
    I need to install Database 10.2.0.3 in a Windows Server 2003 R2, but I don`t kown what is the best opcion:
    a) Install directy Database 10.2.0.3 that I have downloaded from Oracle web http://www.oracle.com/technology/software/products/database/index.html
    At this web, it recomends install 10.2.0.3 in Windows Vista ONLY!!!!!!
    b) First, install base version 10.2.0.1 and yhen apply patch number 5337014.
    How must I Install RDBMS 10.2.0.3 in Windows Server 2003 R2????
    Thanks

    You have wasted your bandwidth by downloading a 'Windows Vista ONLY' version, It is clear why.
    You must install the 10.2.0.1.0 for windows on your Windows 2003 and once it is installed, just perform a second install from the stage area where the 10.2.0.3.0 patchset was uncompressed. Detailed instructions can be found within the companion readme file. You must make sure all related services have been shutdown prior to apply the patch. Once the patch has been applied database upgrade step takes place, only if you currently have databases running on 10.2.0.1.0.
    ~ Madrid

  • Installing Oracle 11g client 32 bit, on a windows 64 bit platform

    Hi all,
    I was searching the forum and came and found out that PL/SQL developer is only 32 bit for the time being and can only be used with a 32 bit oracle client. I need to use PL/SQL developer so I want to know that will a 32 bit client work perfectly with the 64 bit windows 7? Or will there be any issues?
    Thanks

    hi,
    Thanks for your support, but these notes are not opening up.
    i went to this link https://blogs.oracle.com/db/entry/master_note_for_oracle_database_client_installation_id_11574631
    but whenever i open the note i get the error,
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
    Kindly help me if i'm missing something here.
    Thanks

  • .oui error in the install of oracle database client in a linux CentOS

    I am installing oracle database client in eqipo linux CentOS, after making all the passages for the creation of the user oracle and its groups beginning the ./runInstaller application and appears to me the following error:
    ./runInstaller: line 66: /install/.oiu: cannot excecute binary file
    as I can solve this
    they can notify me the possible solution to the following e-mail?
    [email protected] or
    [email protected]

    You may want to check these references for CentOS install:
    Installing 10g Release 2 on Centos 4.3 & 4.4
    http://www.dizwell.com/prod/node/50
    http://download-uk.oracle.com/docs/cd/B19306_01/install.102/b15660/toc.htm
    Oracle® Database Installation Guide
    10g Release 2 (10.2) for Linux x86
    Part Number B15660-02
    Installing Oracle 10.2.0.1 on CentOS 5.0 (x86_64)
    http://bderzhavets.blogspot.com/2007/04/installing-oracle-10.html
    Installing 9i (9.2.0.1) Database on Centos 4.5
    Installing 9i (9.2.0.1) Database on Centos 4.5
    installing 10.2.0 on CentOS
    Re: Got "java.lang.NullPointerException" installing 10.2.0 on CentOS
    Link error installing 10gR2 on CentOS 4.4
    Link error installing 10gR2 on CentOS 4.4
    Re: 10g in vmware Centos
    10g in vmware Centos
    ~ Madrid.

Maybe you are looking for