Oracle-instantclient-devel-10.1.0.4-1.i386.rpm

Hello,
There is a broken link: http://download.oracle.com/otn/linux/instantclient/oracle-instantclient-devel-10.1.0.4-1.i386.rpm
Actually it says 404 when you want to go: http://download.oracle.com/otn/linux/instantclient/
Could you fix it?
Thanks
Caglar Ulkuderner
System Administrator
Scientific and Technological Research Council of Turkey

Have you tried to trace the sqlplus command ?
In solaris I would do
$ truss -o /tmp/kk.out sqlplus xxx/yyy@cccc
and then I would check what files sqlplus is trying to open and the "presumed" location of such files (at least where sqlplus believe they are).
I linux I think you have to use strace (similar arguments)
With these programs, you can see all the system calls done by sqlplus (including the "open" call). Very useful stuff to catch up configuration errors.
regards.

Similar Messages

  • Oracle-instantclient-basic-10.1.0.2-1.i386.rpm Not Found

    I get this
    Sorry, this page was not found. (ErrorDocument 500 ) [Back to Previous Page]
    This web site is an ever-changing collection of information on Oracle products and technology, and we've either removed or relocated the document you requested. Please find your document using one of these resources below:

    The 10.1.0.2 version was replaced by v10.1.0.3 -- all Instant client downloads are at: http://www.oracle.com/technology/software/tech/oci/instantclient/index.html
    OTN

  • Failed dependencies while installing libstdc++-devel-4.1.2-46.el5.i386.rpm

    When i am trying to install the libstdc++-devel-4.1.2-46.el5.i386.rpm on Oracle Enterprise Linux server 5.4 (64BIT) OS, i am getting the following error:
    # rpm -ivh libstdc++-devel-4.1.2-46.el5.i386.rpm
    error: Failed dependencies:
    libstdc++ = 4.1.2-46.el5 is needed by libstdc++-devel-4.1.2-46.el5.i386
    Please note that the packages libstdc++-4.1.2-46.el5_4.1.x86_64 and libstdc++-4.1.2-46.el5_4.1.i386 are already in place. Following command shows the same.
    #rpm -qa | grep libstdc++-
    libstdc++-4.1.2-46.el5_4.1.x86_64
    libstdc++-4.1.2-46.el5_4.1.i386
    libstdc++-devel-4.1.2-46.el5_4.1.x86_64
    compat-libstdc++-33-3.2.3-61.x86_64
    compat-libstdc++-33-3.2.3-61.i386
    compat-libstdc++-296-2.96-138.i386
    Can some one suggest how to clear this dependency error ?
    Edited by: user762181 on Dec 1, 2009 10:20 PM

    JUST A GUESS work:
    user762181 wrote:
    When i am trying to install the libstdc++-devel-4.1.2-46.el5.i386.rpm on Oracle Enterprise Linux server 5.4 (64BIT) OS, i am getting the following error:
    # rpm -ivh libstdc++-devel-4.1.2-46.el5.i386.rpmits i386 pack.
    error: Failed dependencies:
    libstdc++ = 4.1.2-46.el5 is needed by libstdc++-devel-4.1.2-46.el5.i386
    Please note that the packages libstdc++-4.1.2-46.el5_4.1.x86_64 and libstdc++-4.1.2-46.el5_4.1.i386 are already in place. Following command shows the same.
    #rpm -qa | grep libstdc++-
    libstdc++-4.1.2-46.el5_4.1.x86_64
    libstdc++-4.1.2-46.el5_4.1.i386
    libstdc++-devel-4.1.2-46.el5_4.1.x86_64
    compat-libstdc++-33-3.2.3-61.x86_64
    compat-libstdc++-33-3.2.3-61.i386
    compat-libstdc++-296-2.96-138.i386
    Can some one suggest how to clear this dependency error ?cant you find any x86_64 packs??
    cant you have apt package-manager??if you have try it through that.
    >
    Edited by: user762181 on Dec 1, 2009 10:20 PMEdited by: mango_boy on Dec 4, 2009 6:42 AM

  • Trying to install oracle-xe-10.2.0.1-1.0.i386.rpm or any .rpm [SOLVED]

    I got as far as making a folder with the file and running "rpmextract.sh oracle-xe-10.2.0.1-1.0.i386.rpm"  Which gave me an etc and an usr folder. There is a /home/me/Oracle/etc/init.d/oracle-xe file. I "chmod 111 oracle-xe" then did "./oracle-xe configure". I got this as part of the output.
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    However, the installation was not successful. How do I undo what I have done and how do I install this correctly? Thank you.
    Last edited by Never (2010-09-29 01:45:09)

    rpm-org need lua and then beecrypt to work. I could pacman lua but the other bit needed to be taken in as a tarball. I had to do that "tar -xvzf beecrypt" then entered beecrypt and ran makepkg. Bunch of words, then I got a "beecrypt-4.2.1-2-i686.pkg.tar.xz" file. I turned into the super user and did "pacman -U beecrypt-4.2.1-2-i686.pkg.tar.xz" which installed the program.I did the same process for rpm-org. This is the correct way to do these things right? As I was unable to do the process directly with rpm-org since it was requiring dependencies and I should not assume super user to install programs outside of a pacman call?
    mcmillan wrote:And once you have figured out how to use the AUR, I think you should look to install one of the oracle-xe packages, rather than rpm as in that link, unless karol had a specific reason to suggest installing rpm-org. I have a feeling that mixing package managers like that is likely to end up causing more problems.
    Ok, so now that I have the ability to actually open this, oracle-xe-10.2.0.1-1.0.i386.rpm, file. You are saying that doing it this way could be bad for the system and I should just use the package build from AUR? How is it bad for the system? Does it merely make it so that pacman cannot uninstall the software.
    Also, I can delete the stuff I independently downloaded the,*.pkg.tar.xz files and the *.tar.xz files, without effecting the running installs?

  • Dependency problem with unixODBC-devel-2.2.11-7.1.i386

    Hello, guys:
    I got problem when I try to install 11gR1 on my FC15. I have installed unixODBC-devel-2.2.11-1.i386.rpm successfully. But when I tried to install unixODBC-devel-2.2.11-7.1.i386.rpm. An error says:
    error: Failed dependencies:
         unixODBC = 2.2.11-7.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    How can I resolve this problem?
    Thank you in advance.
    Geng

    sorry. I mean, I installed unixODBC package at first.
    The problem is resolved. It was version conflict. I installed unixODBC-2.2.11-1.i386.rpm first, but actually I should install unixODBC-2.2.11-7.1.i386.rpm!
    Thank you all the same. :-)
    Geng

  • I cant download oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm..

    When I download oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm, it was printing a page full of ascii characters and all, its not downloading.. but i have downloaded oracle-instantclient11.1-'basic'-11.1.0.7.0-1.i386.rpm,, But I also need that devel.. please help me..
    How to contact the provider to download it..

    Hi,
    I can download http://download.oracle.com/otn/linux/instantclient/111070/oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm with no issues (try right click, save link/target as).
    Regards,
    Hussein

  • How to install Oracle Instantclient on Windows Server 2008 Web Edition

    I am trying to install the Oracle Instantclient on our Windows Web server (x64).
    * I downloaded instantclient-basic-win-x86-64-11.1.0.7.0
    * Extracted to c:\instantclient
    * appended the directory to the path
    * created system variable 'SQL_PATH' with same path
    * gave everyone all rights to the instantclient folder
    * gave network service explicitly all rights to the instantclient folder
    * rebooted IIS
    * rebooted the server
    But still my application keeps returning with System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
    What am i missing/doing wrong? It seems i have mixed and merged all possible solutions which Google would return.

    Since System.Data.OracleClient is a Microsoft library, you'd better ask them.
    Or use Oracle's provider:
    http://www.oracle.com/technology/tech/windows/odpnet/index.html
    Yours,
    Laurenz Albe

  • Linux Environment : Can't open lib '/opt/oracle/instantclient/libsqora.so.1

    Hi All,
    We are getting below error while one of the ODBC connection try to connect to the Database.
    Linux Server is Red Hat 64 bit environment.
    [6/1/07 14:29:55:315 CDT] 00000034 SystemOut O UserId:APCTEVAL ServiceName:NbaContractEvaluationBP DEBUG [QuartzScheduler_Worker-51] (com.csc.dip.jvpms.core.JvpmsLog4j:debug:?) - compute P_Result => ReturnCode: 1 Message: [unixODBC][Driver Manager]Can't open lib '/opt/oracle/instantclient/libsqora.so.10.1' : /opt/oracle/instantclient/libsqora.so.10.1: cannot open shared object file: No such file or directory RefField: sue
    Here is the current set of things that we verified
    1. The .bash_profile for root has the right stuff in it
    export ORACLE_HOME=/opt/oracle/instantclient
    export PATH=$ORACLE_HOME:$PATH
    export LD_LIBRARY_PATH=/opt/nba/bin:$ORACLE_HOME:$LD_LIBRARY_PATH
    export TNS_ADMIN=$ORACLE_HOME
    2. We verified that the correct version of the Oracle ODBC drivers are installed
    -r--r--r-- 1 oracle dba 1545954 Dec 20 09:35 ojdbc14.jar
    -rwxr-xr-x 1 oracle dba 137905 Dec 20 09:35 libocijdbc10.so
    -rwxr-xr-x 1 oracle dba 72456247 Dec 20 09:35 libociei.so
    -rwxr-xr-x 1 oracle dba 1664148 Dec 20 09:35 libocci.so.10.1
    -rwxr-xr-x 1 oracle dba 3808761 Dec 20 09:35 libnnz10.so
    -rwxr-xr-x 1 oracle dba 20870419 Dec 20 09:35 libclntsh.so.10.1
    -rwxr-xr-x 1 oracle dba 66545 Dec 20 09:35 genezi
    -r--r--r-- 1 oracle dba 1600090 Dec 20 09:35 classes12.jar
    -rwxr-xr-x 1 oracle dba 7741 Dec 20 09:35 sqlplus
    -r--r--r-- 1 oracle dba 3457 Dec 20 09:35 odbc_update_ini.sh
    -r-xr-xr-x 1 oracle dba 58416 Dec 20 09:35 ODBCRelnotesUS.htm
    -r-xr-xr-x 1 oracle dba 91881 Dec 20 09:35 ODBCRelnotesJA.htm
    -r--r--r-- 1 oracle dba 21548 Dec 20 09:35 ODBC_IC_Readme_Linux.html
    -rwxr-xr-x 1 oracle dba 859868 Dec 20 09:35 libsqora.so.10.1
    -rwxr-xr-x 1 oracle dba 992929 Dec 20 09:35 libsqlplus.so
    -rwxr-xr-x 1 oracle dba 1435529 Dec 20 09:35 libsqlplusic.so
    -r--r--r-- 1 oracle dba 1525 Dec 20 09:35 glogin.sql
    -rw-r----- 1 oracle dba 475 May 31 16:06 sqlnet.ora
    -rw-r--r-- 1 oracle dba 385 May 31 16:06 ldap.ora
    in the /opt/oracle/instantclient directory
    3. We verified the the odbc.ini and the odbcinst.ini..they match our dev files
    4. We verified that the VPMS so are the same version
    -rwxrwxr-x 1 nbaadmin nbaadmin 9333 Feb 13 07:57 libjvpms.so
    -rw-r--r-- 1 nbaadmin nbaadmin 1339 Feb 13 07:57 nbaSetupCmdLine.sh
    -rw-r--r-- 1 nbaadmin nbaadmin 852 Feb 13 07:57 nbaLaunchClient.sh
    -rw-r--r-- 1 nbaadmin nbaadmin 327 Feb 13 07:57 nbaAdministrativeConsole.sh
    -rwxrwxr-x 1 nbaadmin nbaadmin 265657 Feb 13 07:57 libvpms.so
    -rwxrwxrwx 1 nbaadmin nbaadmin 594 Feb 13 12:58 odbcinst.ini
    -rwxrwxrwx 1 nbaadmin nbaadmin 874 Feb 13 12:58
    odbc.ini
    5. We also verifed that the directories were showing up in the JVM start up log to verify WAS startup
    ************ Start Display Current Environment ************
    WebSphere Platform 6.0 [ND 6.0.2.17 cf170648.10] running with process name SyststNBACell01\SyststNBANode01\sysNBANewBusiness1 and process id 4921
    Host Operating System is Linux, version 2.6.9-42.0.3.ELsmp
    Java version = J2RE 1.4.2 IBM build cxia32142-20060421 (SR5) (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
    was.install.root = /opt/WebSphere/AppServer60
    user.install.root = /opt/WebSphere/AppServer60/profiles/SyststNBANode01Profile
    Java Home = /opt/WebSphere/AppServer60/java/jre
    ws.ext.dirs = /opt/WebSphere/AppServer60/java/lib:/opt/WebSphere/AppServer60/profiles/SyststNBANode01Profile/classes:/opt/WebSphere/AppServer60/classes:/opt/WebSphere/AppServer60/lib:/opt/WebSphere/AppServer60/installedChannels:/opt/WebSphere/AppServer60/lib/ext:/opt/WebSphere/AppServer60/web/help:/opt/WebSphere/AppServer60/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime:/opt/nba/runtimeJars
    Classpath = /opt/WebSphere/AppServer60/profiles/SyststNBANode01Profile/properties:/opt/WebSphere/AppServer60/properties:/opt/WebSphere/AppServer60/lib/bootstrap.jar:/opt/WebSphere/AppServer60/lib/j2ee.jar:/opt/WebSphere/AppServer60/lib/lmproxy.jar:/opt/WebSphere/AppServer60/lib/urlprotocols.jar:/opt/nba/configuration/config
    Java Library path = /opt/WebSphere/AppServer60/java/jre/bin:/opt/WebSphere/AppServer60/java/jre/bin/classic:/opt/WebSphere/AppServer60/java/jre/bin:/opt/WebSphere/AppServer60/bin:/opt/mqm/java/lib:/opt/wemps/lib:/opt/nba/bin:/opt/oracle/instantclient:/usr/lib
    ************* End Display Current Environment *************
    But are still getting the following error
    [6/1/07 14:29:55:315 CDT] 00000034 SystemOut O UserId:APCTEVAL ServiceName:NbaContractEvaluationBP DEBUG [QuartzScheduler_Worker-51] (com.csc.dip.jvpms.core.JvpmsLog4j:debug:?) - compute P_Result => ReturnCode: 1 Message: [unixODBC][Driver Manager]Can't open lib '/opt/oracle/instantclient/libsqora.so.10.1' : /opt/oracle/instantclient/libsqora.so.10.1: cannot open shared object file: No such file or directory RefField: sue
    Thanks in advance
    Mitesh

    Your LD_LIBRARY_PATH is wrong, libraries are in $ORACLE_HOME/lib, not $ORACLE_HOME itself. The same for $TNS_ADMIN, normally net configuration files are in $ORACLE_HOME/network/admin.
    export LD_LIBRARY_PATH=/opt/nba/bin:$ORACLE_HOME/lib
    Maybe this note on metalink gives further help:
    How to Setup and Verify Setup of Oracle ODBC Driver on Linux
    Doc ID:404041.1
    Werner

  • Oracle InstantClient with Linked Server in Sql Server 2005

    We are trying to connect ORACLE server from sql server 2005 using Linked Server Feature in SqlServer 2005
    Generally Oracle Client software is needed for this activity in the sql server machine.
    Can we use "Oracle InstantClient" instead of "Oracle Client Software" to connect ORACLE using Linked Servers ?
    Please give us your views, any existing reports similar to this activity
    Thanks & Regards,
    Palani

    Thanks for your reply
    I agree that Oracle Client software is used to connect oracle from SQL SERVER 2005.
    But my doubt is can we use Oracle InstantClient instead of Oracle Client software to connect oracle from SQL SERVER 2005
    with respect to Oracle Instant Client - I would like to know the development steps (Not the installation steps of Oracle Instant Client in windows machine) to connect ORACLE server.
    Thanks & Regards,
    Palani

  • Make php5.1.4 with oracle instantclient on Intel

    I've configured and am now trying to make a PHP5.1.4 installation running Mac OS X 10.4.7 on a MacBook. I'm trying to configure it to work with the Oracle instantclient, which worked fine on my PowerBook running 10.4.xx
    I read somewhere that after PHP 5.1.2, the configure changed from
    ./configure --with-oci8-instant-client=/usr/local/oracle/instantclient10_1
    to
    ./configure --with-oci8=instantclient,/usr/local/oracle/instantclient10_1
    The former will make and install, but it apparently ignores the oracle directive because it isn't listed in the PHP info page.
    The latter will configure, but will not make, giving this error:
    ...(successful configs)...
    /usr/bin/ld: warning /usr/local/oracle/instantclient10_1/libclntsh.dylib cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
    /usr/bin/ld: warning multiple definitions of symbol pcrecallout
    ext/pcre/pcrelib/pcre_globals.o definition of pcrecallout in section (_DATA,_data)
    /opt/apache2/bin/httpd definition of pcrecallout
    /usr/bin/ld: warning multiple definitions of symbol pcreconfig
    ext/pcre/pcrelib/pcre_config.o definition of pcreconfig in section (_TEXT,_text)
    /opt/apache2/bin/httpd definition of pcreconfig
    /usr/bin/ld: warning multiple definitions of symbol pcre_stackfree
    ext/pcre/pcrelib/pcre_globals.o definition of pcre_stackfree in section (_DATA,_data)
    /opt/apache2/bin/httpd definition of pcre_stackfree
    /usr/bin/ld: warning multiple definitions of symbol pcre_stackmalloc
    ext/pcre/pcrelib/pcre_globals.o definition of pcre_stackmalloc in section (_DATA,_data)
    /opt/apache2/bin/httpd definition of pcre_stackmalloc
    /usr/bin/ld: Undefined symbols:
    _OCIAttrGet
    _OCIAttrSet
    _OCIEnvInit
    _OCIEnvNlsCreate
    _OCIErrorGet
    _OCIHandleAlloc
    _OCIHandleFree
    _OCINlsCharSetNameToId
    _OCINlsEnvironmentVariableGet
    _OCIPasswordChange
    _OCIServerAttach
    _OCIServerDetach
    _OCIServerVersion
    _OCISessionBegin
    _OCISessionEnd
    _OCITransCommit
    _OCITransRollback
    _OCIDescriptorAlloc
    _OCIDescriptorFree
    _OCILobAppend
    _OCILobCharSetId
    _OCILobClose
    _OCILobCopy
    _OCILobCreateTemporary
    _OCILobDisableBuffering
    _OCILobEnableBuffering
    _OCILobErase
    _OCILobFileClose
    _OCILobFileOpen
    _OCILobFlushBuffer
    _OCILobFreeTemporary
    _OCILobGetLength
    _OCILobIsEqual
    _OCILobIsTemporary
    _OCILobOpen
    _OCILobRead2
    _OCILobTrim
    _OCILobWrite
    _OCIBindByName
    _OCIBindDynamic
    _OCIBindObject
    _OCIDateFromText
    _OCIDateToText
    _OCIDefineByPos
    _OCIParamGet
    _OCIStmtExecute
    _OCIStmtFetch
    _OCIStmtPrepare2
    _OCIStmtRelease
    _OCIStmtSetPieceInfo
    _OCICollAppend
    _OCICollAssign
    _OCICollAssignElem
    _OCICollGetElem
    _OCICollMax
    _OCICollSize
    _OCICollTrim
    _OCIDescribeAny
    _OCINumberFromReal
    _OCINumberToReal
    _OCIObjectFree
    _OCIObjectNew
    _OCIStringAssignText
    _OCIStringPtr
    _OCITypeByName
    _OCITypeByRef
    collect2: ld returned 1 exit status
    make: * [libs/libphp5.bundle] Error 1
    I know the Oracle instantclient is working, because I can access our Oracle databases through the sqlplus client.
    Has anybody successfully compiled PHP5 with Oracle instant client on an Intel? If so, how?
    Thanks,
    jim
    MacBookPro1,2 17"   Mac OS X (10.4.7)  

    Thanks for the reply.
    I can configure for Oracle InstantClient using your suggestion, however it will not configure for mysqli with the ppc architecture.
    Terminal messages:
    checking for MySQLi support... yes
    checking whether to enable embedded MySQLi support... no
    checking for mysqlset_serveroption in -lmysqlclient... no
    configure: error: wrong mysql library version or lib not found. Check config.log for more information.
    From config.log:
    configure:59445: checking for MySQLi support
    configure:59491: checking whether to enable embedded MySQLi support
    configure:59637: checking for mysqlset_serveroption in -lmysqlclient
    configure:59656: gcc -o conftest -I/usr/include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -no-cpp-precomp -L/usr/local/mysql/lib -L/usr/local/mysql/lib -liconv -L/usr/lib -lmysqlclient -lz -lm conftest.c -lmysqlclient -lldap -llber -liconv -lz -lm -lxml2 -lz -liconv -lm -lxml2 -lz -liconv -lm 1>&5
    /usr/bin/ld: warning /usr/local/mysql/lib/libmysqlclient.a archive's cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (can't load from it)
    /usr/bin/ld: warning /usr/local/mysql/lib/libmysqlclient.a archive's cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (can't load from it)
    /usr/bin/ld: Undefined symbols:
    mysql_set_serveroption
    collect2: ld returned 1 exit status
    configure: failed program was:
    #line 59645 "configure"
    #include "confdefs.h"
    /* Override any gcc2 internal prototype to avoid an error. */
    /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
    char mysqlset_serveroption();
    int main() {
    mysqlset_serveroption()
    ; return 0; }
    Is there a way to have both Oracle support and mysqli support in PHP5 on MacIntel?
    Thanks again,
    jim

  • Where is the oracle-instantclient-basic RPM?

    I'm trying to install perl-DBD-oracle RPM and it requires oracle-instantclient-basic.. I can't find that RPM anywhere.. if you go to:
    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html
    Its all zip files.. no RPMs..
    Anyone have any ideas?
    thanks!

    Its all zip files.. no RPMs..RPM version of instant client is not shipped anymore... :-(
    Anyone have any ideas?Install the instant client from .zip archive. :-)

  • Oracle instantclient rpms for CentOS-5.4 (64bit)

    Hi,
    Could somebody point me to oracle-instantclient rpms (11.2.0.2.0) for CentOS-5.4 (64bit)? I downloaded the instant client rpms from " [http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html|http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html] ". and C++ client crashes while connecting to Oracle db. Wondering if I need to build the rpms (from the source package) for Cent OS 5.4? Any help is appreciated.
    Thanks,
    Bhagya Prasad

    Hi;
    CentOS is not a certified and supported operating system for Oracle RDBMS software and there are no plans to add support for CentOS. Supported operating systems are listed in the 11gR2 Oracle Installation Guide in chapter 3 which is avaliable at
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16763.pdf
    Please see:
    Linux: 11gR2 runInstaller Fails with "An internal error occurred within cluster verification framework" [ID 1207894.1]
    Regard
    Helios

  • Kernel-devel-2.6.18-238.el5.x86_64.rpm dependency for dkms

    Hi,
    I am trying to install VirtualBox-4.1-4.1.8_75467_rhel5-1.x86_64.rpm on Red Hat Enterprise Linux Server release 5.6.
    During installation it fails with following error:
    =================================
    sh-3.2# rpm -i VirtualBox-4.1-4.1.8_75467_rhel5-1.x86_64.rpm
    warning: VirtualBox-4.1-4.1.8_75467_rhel5-1.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 98ab5139
    Creating group 'vboxusers'. VM users must be member of that group!
    No precompiled module for this kernel found -- trying to build one. Messages
    emitted during module compilation will be logged to /var/log/vbox-install.log.
    Stopping VirtualBox kernel modules [  OK  ]
    Uninstalling old VirtualBox DKMS kernel modules [  OK  ]
    Trying to register the VirtualBox kernel modules using DKMS [FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [FAILED]
    (Look at /var/log/vbox-install.log to find out what went wrong)
    ===========================
    So I tried installing dkms and it failed with following error.
    =========================================================
    sh-3.2# rpm -i dkms-2.1.1.2-1.el5.rf.noarch.rpm
    warning: dkms-2.1.1.2-1.el5.rf.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
    error: Failed dependencies:
    kernel-devel is needed by dkms-2.1.1.2-1.el5.rf.noarch
    =======================================================
    Now I am not able to find rpm for kernel-devel (kernel-devel-2.6.18-238.el5.x86_64.rpm ).
    Any idea?

    houst0n wrote:
    There is no 'kernel-devel' package on redhat, if you need the kernel source then you need to pull down a srpm.Of course there's a kernel-devel package. I use it all the time.
    However, the Red Hat (and associated downstream compilations like CentOS and Oracle Linux) don't use DKMS. What you want is to install kernel-devel so it builds the full kernel modules, not the DKMS module. We provide the kernel-devel package for Oracle Linux on the install media, on ULN and via our public yum repository at http://public-yum.oracle.com

  • Error while trying to connect to Database using Oracle instantclient

    I have a linux box where i have downloaded"instantclient-basic-linux.x64-11.2.0.3.0.zip". I have unzipped in /opt/instantclient_11_2.
    I am using this as a client in my code for connecting to the oracle 11g database which is in a different server. I have set the below env variables.
    LD_LIBRARY_PATH=/opt/instantclient_11_2
    CLASSPATH=/opt/instantclient_11_2:...
    PATH=/opt/instantclient_11_2:...
    When i run my program i am getting the below error.
    java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
    at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:765)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:414)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:162)
    I am trying to connect through a thick client as below.
    Class.forName ("oracle.jdbc.OracleDriver");
                   Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:@hostname_orcl", userid, pwd);
    I have seen in some forums that we need to set $ORACLE_HOME and $TNS_ADMIN env variables as well. But, here i am trying to connect to a remote database. what should i set these variables to as i don't have oracle in my machine??
    Thanks

    looks like you didnt complete the install of the instant client. the ORACLE_HOME and TNS_ADMIN points to the location of the tnsnames if you dont have the full tns string in your jdbc connection string
    https://kb.berkeley.edu/jivekb/entry.jspa?externalID=1826

  • Installing PHP OCI8 extension on SLES 11 with PHP 5.6.3 Oracle Instantclient 12.1 and APACHE2

    I am attempting to install the OCI8 extension. The OCI8 extension version is oci-2.0.8.
    The configure script to install is "./configure --with-oci8=instantclient,/usr/lib/oracle/12.1/client64/lib".
    The configure runs ok. But when I run make test, it fails on every single oci test.
    The install directory of instantclient is "/usr/lib/oracle/12.1/client64"
    I have also declared $ORACLE_HOME and $LD_LIBRARY_PATH, and also declared instantclient in the path.
    I have also installed Perl on the server and that runs script's to update the remote oracle database. So the issue is not with instantclient.
    I am not sure what to do. Have spent 2 days on this issue. Any help will be greatly appreciated.
    Thanks.

    How and where did you set the environment variables?
    How are you running the tests?
    What errors are you seeing?

Maybe you are looking for

  • Std report for activity total

    Hi, we defined over time as an activity.please advise any std report exists to displany total hrs for individual activity per order wise?

  • Converting photo taken by Ipad into JPEG format

    I took a picture with my Ipad and I need to put it in JPEG format and  send it as an attachment to an email.  How do I  do that?

  • Program for burning bootable disk

    ive combined my windows xp disk with sp2 in order to install it on a partition of my mac hd. i found a tutorial for integrating the two, but now i need to find a program that can burn a bootable disk. i had a licensed nero before, but i accidently de

  • Why do I need a bootable copy of my hard drive?

    A little while ago I got a little too enthusiastic about reclaiming space on the drive and mistakenly deleted my Receipts folder. So far the eMac is fine, but I've been advised I should perform an archive and reinstall of the system, and, just in cas

  • How do i get a 64 bit cc ?

    I got the 32 bit cc but cant seem to find a 64 bit version. Is it out there?