Oracle Client(8.0.5) installation on Linux(6.0)

Please Help,
These are the steps followed in the Oracle
client installation of the Linux
version
1. Loaded SQLNET, TCP/IP Adapter and sqlplus from the Oracle CD for Linux.
2. While running SQLPLUS it gave the 'Missing Library file'
3. Added LD_LIBRARY_PATH parameter to .profile, problem solved.
4. While running SQLPLUS a new message 'Segmentation Fault - Core dumped'
started coming.
After analysing it was observed that none of the Linux memory parametre
required for oracle had been tuned. these parameters are :-
shmmax,shmseg, shmmin, shmmni, semmns, semmni
We know the value of these parameters but the problem is that in linux we
are not able to find the Kernel paramater file,
as we do not know the Kernel parameter file name and the location in which
it is situated.
I have done the configuration of Oracle in Sun Solaris successfully and
also modified the Kernel parameter. the following in the sample data
extracted from the /etc/system file present in Sun Solaris.
set shmsys:shminfo_shmmax=208388608
set shmsys:shminfo_shmseg=15
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=150
set semsys:seminfo_semmns=250
set semsys:seminfo_semmni=100
What I request is that kindly tell me how and where to update the same in
the Linux for installing Oracle Client(8.0.5) on Linux(6.0).Regards And Thanks
Sanjay Kr. Pandey

You'll have to be prepared to wade through and understand the Linux way of recompiling your kernel. The files can be located using the "find" command. There is some great "HOW-TO"s in the Linux RedHat site.
Tip: Be very careful how you answer the "make config" questions because it can mess up the resulting VMLINUZ object. Also, be sure to place secondary entry in your "lilo.conf" to allow you a graceful way of getting back to the old kernel should the new one fail.
Good Luck!

Similar Messages

  • Using Notes and Oracle Client in the same application on Linux crashes

    This thread is copied from a thread of the same name under Database - General, since I cannot get any replies there.
    Could someone from Oracle PLEASE comment on this.
    Our application on Linux loads the Notes client libraries and then the Oracle client libraries. The application will crashes when connectimg to an Oracle server. This is because the T_* symbols in libnnz11.so get fixed up into libnotes.so rather than locally into libnnz11.so where the functions are defined.
    #10 0xb4779ea6 in T_malloc () from /opt/ibm/lotus/notes/libnotes.so
    #11 0xae7ca050 in CMP_reallocNoCopy ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #12 0xae7ccf7b in CMP_OctetStringToCMPInt ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #13 0xae7c91fd in A_X931RandomInit ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #14 0xaec09e0d in ztcriv ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #15 0xaec09cef in ztcrbp ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #16 0xaec09ca4 in ztcr2seed ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #17 0xaec09c54 in ztcrseed3 ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #18 0xaeb40683 in ztcsh ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #19 0xaea631c4 in kpusattr ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #20 0xaea7847e in OCIAttrSet ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #21 0xb081cb9f in COCIObject::Connect ()
    from /opt/criticalpath/common/bin/libor9i.so
    We have circumvented the problem for the time being by making sure that we load the Oracle libraries before Notes, but we cannot go with that as a long term solution.
    In my opinion the Oracle library is wrongly linked since all the T_* functions are defined in libnnz11.so. When we load Oracle first, the loader debug trace shows the correct fixups. When we load Notes first, the loader trace shows the incorrect fixups. We are using dlopen(libor9i.so, RTLD_LOCAL) for Oracle and dlopen(libnotes.so, RTLD_LOCAL) for Notes. libor9i.so has a dependency on libclntsh.so.10.1.
    An opinion would really be appreciated.
    Thanks,
    John Unsworth

    Thanks again.
    We don't have an Oracle support contract because we do not use Oracle ourselves. We supply an application that synchronises data between multiple data servers and server types, of which Oracle is one and Notes is another, as well as LDAP servers and many other types.
    Producing a full resolved binary is therefore not an option since the types of data server are configured when the apploication is installed, and then the client software for each server is loaded as required.
    The end user of the application supplies the client libraries and has a support contract for the servers, in particular Oracle and Notes in this case. So the other option is for the end user to raise a ticket using his support contract, but he is reluctant to do that since he considers that this is our problem as we supply the application that is having the problem. So we are in a dead water area. We do not want to take out a support contract just to get what is an Oracle product problem resolved. I imagine that this problem is something that has not been encountered before, because our use of the client library in conjunction with other client libraries is probably unusual.
    So that is why I am hoping, without any success so far, that someone from Oracle will pick this up.

  • Oracle client required for Essbase Installation

    Hi
    I installed Essbase server and EAS server with foundation services in one Windows Machine.
    My RDBMS (Oracle) Is installed on a different Machine.
    Do i need to install Oracle client on my Essbase machine to configure with RDBMS? or Oracle Client installation is not required to configure with RDBMS?
    Thank you.

    You don't need the Oracle client if you want to configure the foundation database as it uses JDBC drivers which are included in the foundation installation.
    The Oracle client is useful if you want to set up Oracle ODBC connections to be used with essbase SQL data loads.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle Clients on Linux only

    I just want to have the Oracle clients (sqlplus, sqlload, sql*net
    etc) installed on a linux box. Where can I download them? I don't
    want to download that huge whole server file.
    Thanks!
    dp
    null

    I've installed Oracle Client 8.1.7 on a Linux machine. I want to connect to a Database on a Oracle Server, which is installed on a Win NT machine.
    During installation I gave the name, host, port(1521) of a database, which was promptly registerd in ORACLE_HOME/network/admin/tnsnames.ora file.
    When I try connecting to the database, I get the TNS Error :
    could not resolve service name
    What is the problem? Even tnsping on the host gives a similar message :
    Failed to resolve ......
    Please help....thanx....
    null can you do a ping (not tnsping) on your windows machine from Linux?
    If you copy the same tnsnames.ora entry over to your windows machine and try connecting to your database
    using Windows client (using this copied tnsnames.ora entry), can you connect sucessfully or you get the
    same error message again?

  • Can we install oracle client 32 bit on Linux 64 bit

    Can we install the 32 bit applications like the oracle client on to a database server 64 bit and linux os 64 bit ?

    This question is two parts which I paraphrase as per my understanding; please correct me if I'm wrong:
    1) Can you install 32-bit applications (like the oracle client) on to a 64-bit Linux OS?
    Quick and correct answer is: Yes. Most distributions will include 32-bit libraries along with 64-bit libraries for just this purpose.
    2) Can a 32-bit Oracle Client "connect" to a 64-bit Oracle Database server?
    Yes.
    So ultimately, you could install 64-bit Oracle Database on a 64-bit Linux OS, and then continue by installing the 32-bit Oracle Client on the same host (although I see no real reason for this), and then finally use the 32-bit Oracle Client to connect to the 64-bit instance running on the same host.
    Hope this is helpful!
    Eric

  • Adding new DB service in oracle client 9i

    I have an oracle client 9i installed on a Redhat linux machine. Before this i was accessing an oracle DB which was configured by some one else for my work. Right now, i need to connect a different server to carry out my work.
    I need to know how to configure oracle client to connect to a DB on a different server (diifferent IP address). There has already been a user account setup for me on the server, i just need to find out how to connect to it.
    Thanks for your help

    You can use Net Manager (netmgr) to create a new TNS names entry to connect to the database. See the following documentation link for step by step instructions.
    http://download-east.oracle.com/docs/cd/B10501_01/network.920/a96580/gettings.htm#483215

  • 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)

  • How to install Oracle client on UBUNTU LInux

    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it and is there any other tool which i can install instead of oracle client?
    Regards,
    RJiv.

    RJiv wrote:
    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it All recent Oracle version support different Linux flavours
    The problem is Oracle usually don't provide direct Oracle Client download except for Windows. You need to download the Server installation file and install the client piece. The download files are rather large.
    and is there any other tool which i can install instead of oracle client?It depends on what you plan to do with Oracle client and why you need it.
    On alternative is instance client, it has direct download for all supported platform.
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

  • Oracle Client installs with validated rpms

    Hello,
    I'm new to the Oracle on Linux world (OL6), so hoping someone could point me in the right direction.
    I'm needing to set up some Oracle clients (11.2) on middle tier/application servers
    Looking around for a simple/repeatable way of meeting the pre-install requirements and was considering using the "validated" rpms.
    The oracle-rdbms-server-11gR2-preinstall rpm i believe is really for a database server setup, so it's doing some group/kernel parameter/package setup that i suspect isn't really required for a client only setup.
    Do people use those validated rpms for client only installs?
    Might there be a "Oracle Validated Client preinstall" rpm out there?
    Should I just script the package installs and user/group creation?
    Looking for some real world suggestions on how to make the client requirements/install process quick and easy!
    Thanks
    Steve

    lewonkas wrote:
    I'm needing to set up some Oracle clients (11.2) on middle tier/application servers Do you need the full client? We provide the Oracle Instant Client RPMs on ULN, which can be automatically installed.
    Do people use those validated rpms for client only installs?No idea.
    Might there be a "Oracle Validated Client preinstall" rpm out there?Nope.
    Looking for some real world suggestions on how to make the client requirements/install process quick and easy!If you're registered with ULN:
    1. Subscribe your server(s) to the ol6_<arch>_oracle channel
    2. # yum install oracle-instantclient11.2-basic
    The full list of Instant Client RPMs:
    oracle-instantclient11.2-basic
    oracle-instantclient11.2-basiclite
    oracle-instantclient11.2-devel
    oracle-instantclient11.2-jdbc
    oracle-instantclient11.2-odbc
    oracle-instantclient11.2-precomp
    oracle-instantclient11.2-sqlplus
    oracle-instantclient11.2-tools

  • Applying patchset 10.2.0.3 to 10.2.0.1 Oracle client on Linux

    Hi folks,
    I want to apply patchset 10.2.0.3 to a 10.2.0.1 Oracle "Client" on Linux (both 32bit and 64bit). So, I started with the 64bit Linux.
    1. installed the 10.2.0.1 Client,
    2. downloaded the patchset 10.2.0.3 (5337014) for 64bit Linux,
    3. read the documentation for the 5337014 patchset
    I also downloaded the patchset 5601428 (specified in document 412160.1 referenced in the patchset document), and patchsets 4689959 and 5632264 (specified in document 396671.1 - which is Time Zone related).
    I understand that if I do apply the 10.2.0.3 patchset to a 10.2.0.1 database server installation, then I need to apply the patchsets 5601428 and 4689959 (or 5632264) but for just applying the patchset 10.2.0.3 (5337014) to a 10.2.0.1 client, do I still need to apply 4689959 and/or 5632264 ?
    will simply (only) applying 10.2.0.3 (5337014) will do the job on the Oracle Client ?
    I have done this so many times for the Database Server but haven't done it for the Oracle Client - did search the forums and Metalink but did not find anything specific to applying patchsets to Oracle Client installations.
    Thank you and Best regards
    Zafer

    Somebody replied my query on Metalink telling me applying the patchset is the same as the server and to follow the installation manual instructions :) Oracle patchset installation help file (document) could be clearer for the Client installation (as they did include explicit sections for RAC's, etc in the same doc).
    Edited by: zaferaktan on Jul 2, 2009 5:31 PM

  • Linux as Oracle client

    I would like to use my Redhat Linux server as a client for the
    Oracle DB installed on HP-UX.
    Which package do I need ? I don't want to install a complete
    Oracle DB on the Linux machine.
    null

    Miklos Nemeth (guest) wrote:
    : Your assumption sounds quite correct, but it does not work in
    : practice. First SQLPlus cannot be used with remote Oracle
    : databases. Second orainst does install header files and
    libraries
    : for OCI programming only when RDBMS installation is requested.
    : Even if you need the client components you must install RDBMS
    : too.
    If you want to work with remote databases you have to install
    SQL*Net (or Net8) on both server and client computers. Make sure
    you have TNS Listener running on your server (computer where
    RDBMS is running), and add dbname (Oracle SID) to tnsnames.ora
    file on each computer. For more info read Oracle Server Net8
    Administrator's Guide, Release 8.0
    (http://technet.oracle.com/doc/network.805/a58230/toc.htm) or
    some other Oracle DBA book.
    SQL*Plus, as any Oracle client, works with any "TNS visible"
    Oracle database regardless of location. I am running several UNIX
    boxes with several RDBMS on each of them, and my configuration
    lets me use a single UNIX session to do all my work.
    Oleg Dvornikov
    Oracle DBA and Developer
    null

  • Oracle Client 11gR2 installation issue on RHEL v5.4 64-bit

    Hi,
    I am trying to install Oracle Client software 11gR2 on RHEL v5.4 64-bit. I have resolved all the libraries dependency as well as Kernel changes as suggested by the installer. The error in the log file is as attached. At present I have "skipped" this error and proceeded with installation.
    While installing the client, the installer fails while configuring the Net CA with error:
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: #
    INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
    INFO: #
    INFO: # SIGSEGV (0xb) at pc=0xe5e97498, pid=27377, tid=4160075984
    INFO: #
    INFO: # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
    INFO: # Problematic frame:
    INFO: # C [libnnz11.so+0x3c498]
    INFO: #
    INFO: # An error report file with more information is saved as hs_err_pid27377.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: # http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    WARNING: /home/oracle/app/oracle/product/11.2.0/client_1/bin/netca: line 178: 27377 Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.ne
    t.ca.NetCA $*
    WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    Also when I invoke the SQL Client; sqlplus user@db and enter the password, the sqlplus exits without any error and returns to the terminal console. Please note earlier I has getting a SELinux violation and have changed it to "permissive" mode
    Please let me know how to resolve NetCA installation and the sqplus issue.
    Thanks & regards,
    Vinay

    Hi,
    Thet NetCA error occurs during installation and I believe the installer should take care of the ORACLE_HOME variable setting.
    But before invoking sqlplus I have set the ORACLE_HOME and LD_LIBRARY_PATH setting in the .bash_profile as mentioned in the installation guide. The snippet of the profile file is:
    export ORACLE_HOME=~/app/oracle/product/11.2.0/client_1
    export JAVA_HOME=$ORACLE_HOME/jdk
    export PATH=$ORACLE_HOME/bin:$JAVA_HOME/bin:$PATH;
    export LD_LIBRARY_PATH=$ORACLE_HOME:$LD_LIBRARY_PATH
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export TWO_TASK=mmcoedb
    I am able to tnsping to the server/service name too but when I try to login using the user/password using sqlplus, it simply exits without any error.
    Please let me know how to resolve the error.
    Best regards,
    Vinay

  • Oracle 10.2.0 DB installation problem on Linux RedHat 4

    When I install Oracle 10g release 2 database on my Linux RedHat 4 platform, I got the following error message (from action log file):
    INFO: /u01/app/oracle/product/10.2.0/db_1/bin/genorasdksh: Failed to link liborasdkbase.so.10.2
    INFO: make: *** [liborasdkbase] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'all_no_orcl ihsodbc' of makefile '/u01/app/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2006-10-05_11-17-26AM.log' for details.
    Exception Severity: 1
    Can someone help me to solve this problem?
    Your kind assistance will be highly appreciated!

    I didn't install the whole OS but just some packages that contain required rpms by Linux Redhad 4. I guess I accidently missed a package. In order to make sure that I have installed all necessary packages, I just re-installed the OS with care. Thanks for your advices.
    The Oracle DB installation was successful, however, after I installed the Oracle HTTP Server and then stop the HTTP Server, I can't start it again. The following is the error message.
    [oracle@linuxkm database]$ /u01/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl startproc ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=linuxkm:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=23484)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.2.0/http_1/opmn/logs/HTTP_Server~1
    Thank you very much for your help!

  • 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

  • Oracle installation on Linux RedHat "Multiple occurance of oracle directory

    I have successfully installed oracle 10.2.0.1 on my Linux server, but have repetition oracle directory on my Oracle_home path
    i.e /u01/app/oracle/oracle/product/10.2.0
    How can corrrect this shoul i uninstall oracle an install again ? or i should run ./oraInstaller and change the path, but when i run installer it looks like i am installing another oracle software without affecting the one with double oracle directory
    Please help....
    Thank you

    i run tar -cvf /u01/app/oracle/product/10.2.0/OH.tar .
    still i get the following error
    ======================================
    tar:Removing leading '/' from members names
    tar: /u01/app/oracle/product/10.2.0/OH.tar : cannot stat: No such file or directory
    tar: ./v: file is the archive; not dumped
    tar:Error exit delayed from previous errors
    ======================================
    But on my oracle home u01/app/oracle/oracle/product/10.2.0/db_3
    when i do ls -ltr there a new file created with the name v.
    please help

Maybe you are looking for

  • Error received when attempting to map a PeopleSoft role in CMC

    We receive the error "Error occurred while updating PeopleSoft Enterprise authentication properties: The PeopleSoft Enterprise server returned an error. Error: (SOAP-ENV:Server) Server Error. Detail: Unable to find a Routing corresponding to the inco

  • G_VERIFIER with alv Grid

    Hi All, I am having an ALV grid on a screen. I am declaring the variable g_verifier in the class as below CLASS lcl_event_receiver DEFINITION DEFERRED. DATA: g_verifier TYPE REF TO lcl_event_receiver. But its giving error g_verifier is unknown.It is

  • Restore a .DMP file in Oracle XE

    Hello, I am new to Oracle and I downloaded the XE version for testing purposes. Can anyone tell how I restore a .dmp file? I got the file from a cient and need to run some queries on it. Any help on this would be great. Thanks. Anil

  • Getting last year sale , this year sale and getting there percentage

    Hi, I am using three query in my report first query : to get this year actual sales second query : to get last year actual sales third query : to get target sales my first query is select t.branch_cd,b.branch_e_name,t.vndr#,v.vndr_name, sum(nvl(t.sal

  • Iphones and user identity certs

    successful in implementing client based authentication with the iPhone and Exchange 2003 (or 2007 for that matter)? Our current implementation requires Windows Mobile devices to obtain a client certificate on the users behalf and then upload it to th