Installation oracle client 10g fails

Hi,
I am installing the oracle client 10g in a machine with windows 2000 server advanced with SP4.
At the end of the installacion, this when in 99 %, he(she) returns this mistake to me
"abnormal program termination" and "updating registry key".
Someone knows something of this mistake.
Thank you

Hi,
Also check you have already install oracle software before.. if yes first uninstall complete oracle software which installation previously and delete related values from registry and try to install again.
regards
Taj

Similar Messages

  • Following error occurs while oracle client 10g installation on Linux 5

    Following error occurs while oracle client 10g installation on Linux 5
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

    user8862191 wrote:
    Following error occurs while oracle client 10g installation on Linux 5
    What is Linux 5? Do you mean Oracle Enterprise Linux (OEL) 5 ???
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

  • Installing oracle client 10g with response file

    Hello,
    I'm trying to do a installation of oracle 10g client. I did a setup with the record option (to create responsefile). Everything is installed and works well. When I use the responsefile created from the record option, it does not install all option I had chosen, allthough the responsefile gives them.
    this is the responsefile:
    ## Copyright (c) 1999, 2004 Oracle. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name : UNIX_GROUP_NAME
    #Datatype : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=<Value Unspecified>
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="..\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
    #Example: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Value Unspecified>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Complete path of the Oracle Home.
    #Example: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\product\10\cl_cip1"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="CLIENT10"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: The top level component to be installed in the current session.
    #Example: TOPLEVEL_COMPONENT = {"oracle.client","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Set to true if the initial splash screen in OUI needs to be shown.
    #Example: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Set to true if the Welcome page in OUI needs to be shown.
    #Example: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=true
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Set to true if the custom tree page in OUI needs to be shown.
    #Use this page to select or de-select dependencies. This page appears only in a custom install type.
    #Example: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=true
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the component locations page in OUI needs to be shown.
    #This page only appears if there are products whose installed directory can be changed.
    #If you set this to false you will prevent the user from being able to specify alternate directories.
    #Example: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=true
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Set to true if the summary page in OUI needs to be shown.
    #The summary page shows the list of components that will be installed in this session.
    #Example: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=true
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the install progress page in OUI needs to be shown.
    #This page shows the current status in the installation. The current status includes the product being installed and the file being copied.
    #Example: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=true
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the required config assistants page in OUI needs to be shown.
    #This page shows the list of required configuration assistants that are part of this installation.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the config assistants page in OUI needs to be shown.
    #This page shows the list of configuration assistants that are part of this installation and are configured to launch automatically.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=true
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Set to true if the release notes of this installation need to be shown at the end of installation.
    #This dialog is launchable from the End of Installation page and shows the list of release notes available for the products just installed.
    # This also requires the variable SHOW_END_SESSION_PAGE variable to be set to true.
    #Example: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=true
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the Confirmation dialog asking to run the root.sh script in OUI needs to be shown.
    #Valid only for Unix platforms.
    #Example: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=true
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Set to true if the end of session page in OUI needs to be shown.
    #This page shows if the installation is successful or not.
    #Example: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=true
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the confirmation when exiting OUI needs to be shown.
    #Example: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=true
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Optionally specifies the full path of the next session's response file. If only a file name is specified, the response file is retrieved from the <TEMP>/oraInstall directory. This variable is only active if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #Example: DEINSTALL_LIST = {"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if deinstall confimation is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Set to true if deinstall progress is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Languages in which the components will be installed.
    #Component : oracle.client
    SELECTED_LANGUAGES={"en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    #Component : oracle.client
    INSTALL_TYPE="Custom"
    #Name : DEPENDENCY_LIST
    #Datatype : String
    #Description: List of dependees that need to be installed along with this product.
    #Component : oracle.client
    oracle.client:DEPENDENCY_LIST="{oracle.networking.netcltprod:10.1.0.2.0,oracle.rdbms.sqlplus:10.1.0.2.0,oracle.winprod:10.1.0.2.0,oracle.swd.opatch:10.1.0.2.0}"
    #Name : DEPENDENCY_LIST
    #Datatype : String
    #Description: List of dependees that need to be installed along with this product.
    #Component : oracle.winprod
    oracle.winprod:DEPENDENCY_LIST="{oracle.p2k.odbc:10.1.0.2.0,oracle.p2k.oledb:10.1.0.2.0}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # netca, : Oracle Net Configuration Assistant
    # netca_deinst, : Oracle Net Configuration Assistant - Deinstall Script
    #Example: OPTIONAL_CONFIG_TOOLS = {"netca"}
    #Component : oracle.networking.netca
    oracle.networking.netca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # vipca, : Virtual Private IP Configuration Assistant
    #Example: OPTIONAL_CONFIG_TOOLS = {"vipca"}
    #Component : oracle.options.ops.vipca
    oracle.options.ops.vipca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # LocalConfig, : Deinstall Oracle Cluster Synchronization Service
    #Example: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
    #Component : oracle.options.ops.csscommon
    oracle.options.ops.csscommon:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : s_recodHTTPPort
    #Datatype : String
    #Description: HTTP listener port for the recod service
    #Component : oracle.cartridges.ordmts
    s_recodHTTPPort=<Value Unspecified>
    products not installad for example: odbc, oledb ...
    in oracle log I found this:
    oracle.p2k.oo4o Product Location: Empty path specified.
    oracle.p2k Product Location: Empty path specified.
    Setting the PROD_HOME variable of 'oracle.p2k.oledb_10.1.0.2.0' to ''. Received the value from the variable calculation.
    oracle.p2k.oledb Product Location: Empty path specified.
    for installation: setup.exe -responsefile pathresponsefile\resp.rp -silent
    is there something that I'm missing or doing wrong?
    thx
    Message was edited by:
    duvelke

    Well, from our .rsp files for Database Client installs:
    oracle.client:DEPENDENCY_LIST={"oracle.winprod:10.2.0.1.0"}
    oracle.winprod:DEPENDENCY_LIST={"oracle.odbc:10.2.0.1.0"}
    # ODBC
    #oracle.winprod:DEPENDENCY_LIST={"oracle.odbc:10.2.0.1.0"}
    # OLE DB
    #oracle.winprod:DEPENDENCY_LIST={"oracle.ntoledb:10.2.0.1.0"}
    # ODP.NET för .NET v1
    #oracle.winprod:DEPENDENCY_LIST={"oracle.ntoledb.odp_net:10.2.0.1.0"}
    If you need ODP for .NET v2, you should complement the Oracle Home with install from ODAC 10.2.0.2.x (what a mess, isn't it).

  • Forward me the link for installing Oracle Client 10g on Windows 7 64-bit?

    Hi
    Can anybody send me the link for downloading Oracle Client 10g on Windows 7 64-bit?
    Regards

    Arizuddin wrote:
    Actually i installed TOAD for oracle v9.5 on laptop with Windows 7 ultimate
    it gives 'Cannot find OCI DLL: oci.dll'. It seems TOAD for Oracle is a 32-bit only app, which means that it requires a 32-bit Client.
    You might also want to stay away from installing Toad under "Program files (x86)".
    Consider taking a look at Oracle SQL Developer - a very good alternative to the toad.
    http://www.oracle.com/technetwork/developer-tools/sql-developer/index.html
    For other questions specific to Toad, please see e.g. toadfororacle.com.

  • Using TOAD 7.6.0.11 with Oracle Client 10g (Release 2)

    So far, I've been using Oracle Client 9i.
    I decided to install Oracle Client 10g and thus copied 9i's tnsnames.ora over to 10g. The problem is when I fire up TOAD. It doesn't show the 10g client in the drop down menu nor in the Oracle Home Editor button. It only shows 9i (i.e., ias_home)
    How do I make 10g visible to TOAD?

    Use SQL Developer or try to post it in other forum...<br>
    <br>
    Nicolas.

  • Can I use oracle client 10g express to work on oracle 11g database

    I have installed an oracle DB 11g, I also installed oracle client 10g express edition to create users and tables. I noticed that the users I created can't connect to db with error message "Error java.sql.SQLException: ORA-01017: invalid username/password; logon denied" and tables I created can't access from my program. I get error message "Error java.sql.SQLException: ORA-00942: table or view does not exist". I start to suspect that client 10g express edition can't use with oracle 11g. Please help.
    any suggestion is appreciated.
    Thanks,
    -- Allen --

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\temp>cd \oracle\app\oracle\product\10.2.0\server\BIN
    C:\oracle\app\oracle\product\10.2.0\server\BIN>
    C:\oracle\app\oracle\product\10.2.0\server\BIN>cd \temp
    C:\Temp>set ORACLE_HOME=C:\oracle\app\oracle\product\10.2.0\server
    C:\Temp>set ORACLE_SID=XE
    C:\Temp>set PATH=%ORACLE_HOME%\bin;%PATH%
    C:\Temp>type C:\oracle\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.o
    ra
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = FCC003L)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    TEST =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = FCC003L)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = TEST)
    ORA11B =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = LAB2)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ORA11B.example.com)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    C:\Temp>sqlplus system/oracle@ora11b
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 3 18:26:14 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - ProductionWith the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Pr
    oduction
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    C:\Temp>

  • Oracle Client 10g R2

    Hi People,
    what is the latest Version of the Oracle Client 10g R2
    we have 10.2.0.1
    is 10.2.0.2 available?
    and where can i find the download-site for oracel client software.
    one other question
    is there a special download-area for oracle software
    i mean not the otn and not metalink?

    Please note: eDelivery is a customer download site so all software that you download is basically restricted by a 30-day eval license (unless you are a licensed customer)..
    OTN typically has all the most current full releases (including the client) that are available with a more flexible development license so it's best to get it here unless you are ready to license.

  • Oracle Client 10g XE licensing inconsistencies

    Oracle Client XE downloads require to accept "OTN License Agreement for Oracle Database Express Edition"
    http://www.oracle.com/technetwork/licenses/xe-license-152020.html
    but debain package oracle-xe-client_10.2.0.1-1.0_i386.deb contains different license in the file
    /usr/share/doc/oracle-xe-client/copyright
    This licenses do not match and the former states:
    "BETA TRIAL LICENSE: ...provided to you by Oracle solely for evaluation purposes until January 31, 2006"
    Does it effectively means that Oracle Client 10g XE cannot be legaly used at all?

    OTN uses the same license for both client and server download. See
    http://www.oracle.com/technetwork/database/express-edition/downloads/102xelinsoft-102048.html
    In my question I asked only about license inconsistencies on client software available as oracle-xe-client_10.2.0.1-1.0_i386.deb. I did not check if oracle-xe_10.2.0.1-1.0_i386.deb or oracle-xe-universal_10.2.0.1-1.0_i386.deb have the same sort of license inconsistencies, because I am currently not interested in XE database server.

  • Instalation oracle client 10g

    Hi. My name is Pedro Ulloa and I'm writing from Chile.
    I just bought the data base oracle 10g and all is perfect, the connection, administration, etc. we have installed oracle 10g in a Linux machine and the users are in a windows machine. the problem is when we install the oracle client the first time we have no problem, but if there is any problem with the instalation and we have to install it again the driver changes for instance: the first time is OraClient10g_home1 and the second time change to OraClient10g_home2 or home3 and so forth.
    That is a problem because mi connection string is the following:
    Set BaseDatos = New ADODB.Connection
    BaseDatos.Open "Driver={Oracle en OraClient10g_home1};UID=operador;Password=xxx;DBQ=orcl"
    What should I do when I'm going to install the oracle client more than once and I always want the driver is in the same folder.
    Note: sorry for my basic english. it´s the better I can do.
    Best regard.

    SELinux is a Linux security extension. I haven't run debian in about 7 years, but I think the more recent installation packages have SELinux. Check on that and try disabling it before you install.
    ~Jer

  • Installation Oracle Client 8.1.7 on Windows NT Server

    I am trying to install Oracle Client 8.1.7 on Windows NT Server:
    1) I started autorun
    2) Clicked the "Install/Deinstall" Button
    3) NOTHING happened execpt that the screen for autorun disappeared
    What's the cure for this?
    Regards
    Davide

    Hi,
    if you're running the installation on a Pentium4 have a look at this thread:
    Oracle Installation or Uninstallation Solutions For Windows 95/98/2000/ME/NT/XP
    from Beau Leo

  • SLES 10 x64 and Oracle Client 10g 32bit

    Hello
    After a lot of googling ... I stay lost on a certain issue.
    On a SLES-SP1 x64 , I have to Install an Oracle Client 32 Bit (The client application is not compatible with Client 64 ?!!, no choice for me)
    Profile:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib
    LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32
    Installed :
    dbus-1-glib-32bit-0.60-33.17.3
    glibc-profile-32bit-2.4-31.43.6
    glib-32bit-1.2.10-609.2
    glibc-32bit-2.4-31.43.6
    glibc-locale-32bit-2.4-31.43.6
    glib-devel-32bit-1.2.10-609.2
    glib2-32bit-2.8.6-0.8
    glibc-devel-32bit-2.4-31.30
    compat-curl2-32bit-7.11.0-20.2
    compat-32bit-2006.1.25-11.2
    openmotif-devel-32bit-2.2.4-21.12
    openmotif-libs-32bit-2.2.4-21.12
    The error during the installation :
    gcc -o sqlplus -L/oracle/product/10.2/db_1/sqlplus/lib/ -L/oracle/product/10.2/db_1/lib/ -L/oracle/product/10.2/db_1/lib/stubs/ /oracle/product/10.2/db_1/sq
    lplus/lib/s0afimai.o -lsqlplus -lclntsh `cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `
    cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric1
    0 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln
    10 -lnnz10 -lnl10 -lnro10 `cat /oracle/product/10.2/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -l
    vsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -l
    xml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/product/10.2/db_1/lib/sysliblist` -Wl,-rpath,/oracle/product/10.2/db_1/lib -lm -lpthread `c
    at /oracle/product/10.2/db_1/lib/sysliblist` -ldl -lm -lpthread -L/oracle/product/10.2/db_1/lib
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib//libsqlplus.so when searchin
    g for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib//libsqlplus.a when searching
    for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib/libsqlplus.so when searching
    for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /oracle/product/10.2/db_1/lib/libsqlplus.a when searching
    for -lsqlplus
    /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lsqlplus
    collect2: ld returned 1 exit status
    make: *** [sqlplus] Error 1
    It looks Oracle Doesn't use the 32 Libs
    May be someone can help.

    Hello
    Kick my ass ... I have to install the ship.client.lnxx86-64.cpio ... it contains 64 and 32 Bit Client ....
    Sorry
    Js

  • Oracle Client 10g/11g on Windows 2008, Itanium

    Hi, All!
    I need to install Oracle Client on test Windows 2008 Server, based on Itanium processors.
    11g client is preferred, and 10g client at least.
    I know, that Win2008 is not supported yet for Oracle Database, but, may be, there are way to install it on my own risk (its test server).

    Sorry for coming back late on this thread... I have installed Oracle 11g on Windows 2008 but it was a Xeon processor not Itanium.
    On a side note, am I wrong in saying Oracle should not be bothered about the underlying hardware (whether Intel or AMD or any proprietary hardware)? It is then the responsibility of the operating system to ensure that the product behavio(u)r is same across platforms.

  • Is Oracle client 10g or 11g for Windows 2008 R2 (6.1) available yet?

    I have not been able to locate this. If this has not been released, does anyone know when? I have tried the Windows 2008 64 bit 11gR1 (11.1.0.7.0) client on a Windows 2008 R2 with no success. Thanks.

    user12871152 wrote:
    Is there any update on the release date of the Windows 2008 R2 Oracle client? Rumor has it we might see it March 2010. Can someone confirm or deny?I can confirm that there is such a rumor.
    I can also confirm that a Support note 742060.1 "Release Schedule of Current Database Releases" provides further information.

  • Client 10g fail to connect to server 8i

    Hi everybody. We're having some trouble when a machine with oracle 10g client tries to connect to a server running oracle 8i (8.1.7.0). In fact, we can't connect. The error message that arises with sqlplus is ORA-12564 (connection refused). Changing the client to version 8i, it works fine. Looking at the docs from Oracle, 10g client should be able to connect to 8i, but we can't.
    Any ideas?? I have only access to the machine with the client, the server is administrated by other people.

    There is a bug/ issue where the 10g client cannot connect to any version of the database prior to 8.1.7.4, the terminal 8.1.7 patchset. It is expected that this will be resolved in the first 10g patchset, allowing connections to 8.1.7.0 and higher databases. In the meantime, you can either use an earlier version of the client or ask that the server be upgraded to the latest patchset (which probably isn't a bad idea for other reasons).
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Installa Oracle Database 10g in a Tests Server

    Good Morning
    I need help about as to Install Oracle10g Database, in a test server.I need Create a Database and later to Restore the last day Backup, in this Database. Please somebody help me
    Regards
    Kevin Koch

    Step 1: Go to http://docs.oracle.com
    Step 2: Download the installation document for your version.
    10g is not a version it is a marketing label. 10.1.0.3 is not 10.2.0.4.
    and you didn't think your operating system important enough to mention.
    Step 3: Follow the installation steps in the document without deviation.
    If you run into a problem ask a specific question and provide sufficient information so someone can help you rather than just giving you a generic answer (such as this).

Maybe you are looking for

  • Connect mi iMac to Tv Sony

    hello! I hope someone can help me, buy a mini display port adapter Griffin because I use my Sony Bravia as a monitor but not recognized, I have an iMac with software i5 2.5 Ghz Mac OS X version 10.7.4 Thanks for your help.

  • Batch management with transactions

    Dear Gurus, My user has a material which has last transaction in May-2014 and wants to activate the batch management. I know the total stock and total value have to be removed by any means before activating the BM. My question is: Whether my work-aro

  • How to connect to a usb cam through acrobat api??

    I have deveopled a plugin for acrobat...and want to initiate a usb cam through my plugin...is there any method available in the api to detect or connect to a usb cam????If yes please explain how to do so...

  • 2 DHCP servers, 2 subnets, 1 physical network

    I am trying to add an Airport Extreme to our office network, but would like it to distribute IP addresses on a separate subnet from our primary network. Here is the basic network topology (hope it makes sense): INTERNET -ROUTER (DHCP Server for 192.1

  • Can´t open the program

    HI, i can´t open the program, is says that i have to uninstall and install again, I made it 3 times...It says "error 16" .. what´s the problem???? Thanks! Monica