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?

Similar Messages

  • 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

  • Oracle client in linux problem with tnsnames.ora

    hi all
    i installed oracle-xe-cleint10.2 on linux machine i did not get any tnsnames.ora in my machine i am unable to connect to database. it shows tns connectiont identifier unfound. . is it come all with oracle client or some where else it .
    or further any proceeding i should follow steps. if found solution regard this pls forward solution to me
    Regard
    syam

    hi all
    i did not get any tnsnames.ora after installing oracle client in linux machine
    i installed oracle-xe-cleint10.2 on linux machine i did not get any tnsnames.ora in my machine i am unable to connect to database. it shows tns connectiont identifier unfound. . is it come all with oracle client or some where else it .
    or further any proceeding i should follow steps. if found solution regard this pls forward solution to me
    Regard
    syam
    Regards syam

  • Nslookup fails were as tnsping works - Oracle Client on Linux 4.0

    Hello Gurus,
    I am able to connect to Oracle DB on the Linux server and not from Oracle client on Linux box. I have installed Oracle Client windows version on my laptop and same release and version for Linux on Linux box.
    When I try to connect to the DB from Oracle Client installed on Linux box give me ORA-012545:Connect failed because target host or object does not exists.
    I have tried tnsping and the server name (hostname) ,IP and DB of the server it works.
    When I tried nslookup servername (hostname) , IP and DB it fails.
    Anyone over there please help me out. This is something silly happening works on Windows Oracle client and not on Linux Oracle Client. One thing to do add Linux Oracle Client has Virtual IP to it. ITs host file has an entry for local host as follows : 127.0.0.1 localhost.local.domain localhost.
    Also when I tried to create netservice names using netca it's just clean.
    Please help me.
    Thanks in advance
    Thanks
    Shiva

    Hello Matt,
    The reults
    [oracle@ccsdd-sdap3 admin]$ tnsping mdb
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 12-MAY-2008 10:20:16
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /oracle/app/oracle/product/10.2/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.17.180.110)(PORT = 1521))) (CONNECT_DATA = (SID = mdb) (SERVER=DEDICATED)))
    OK (10 msec)
    ===========================================================
    [oracle@ccsdd-sdap3 admin]$ tnsping ccsdd-sddb3.techteam.com
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 12-MAY-2008 10:25:56
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /oracle/app/oracle/product/10.2/network/admin/sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=ccsdd-sddb3.techteam.com))(ADDRESS=(PROTOCOL=TCP)(HOST=172.17.180.110)(PORT=1521)))
    OK (10 msec)
    ===========================================================
    [oracle@ccsdd-sdap3 admin]$ tnsping 172.X.X.X
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 12-MAY-2008 10:21:49
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /oracle/app/oracle/product/10.2/network/admin/sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.17.180.110))(ADDRESS=(PROTOCOL=TCP)(HOST=172.17.180.110)(PORT=1521)))
    OK (10 msec)
    ==========================================================
    tnsnames.ora
    [oracle@ccsdd-sdap3 admin]$ more tnsnames.ora
    # tnsnames.ora Network Configuration File: /oracle/app/oracle/product/10.2/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    mdb =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.X.X.X)(PORT = 1521))
    (CONNECT_DATA =
    (SID = mdb)
    (SERVER=DEDICATED)
    ===========================================================
    sqlnet.ora
    [oracle@ccsdd-sdap3 admin]$ more sqlnet.ora
    # sqlnet.ora Network Configuration File: /oracle/app/oracle/product/10.2/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES,ONAMES,HOSTNAME)
    ==========================================================
    Yes these are the reults and the files. I think this will help us to determine the problem.
    Thanks
    Shiva

  • Oracle Client for Linux

    We are in desperate need to install the ProC precompiler and accompanying libraries on a Linux Redhat 7.3 system. I cannot seem to locate the software on any of our current packages, and am finding it hard to locate them on the oracle web-site. All 'n need to do is connect a .pc program, written in ProC, to an existing Oracle server on a different server/platform.
    Any help would be greatly appreciated, as we are in a desperate need to implement this as soon as possible.
    Thank you in advance.

    Response from caragh cooney.
    The ProC client libraries are part of the Oracle Server distribution only and not available standalone. The
    currently available server releases are not certified on RedHat 7.3 and Oracle has no plans for such
    certification on RedHat 7.3.
    Thanks!
    caragh

  • Graphical Oracle Client for Linux

    Hello,
    I'm used to work with pl/SQL Peveloper at work but at home I use linux. I wonder if there is a similar powerfull graphical client for oracle that runs on linux.
    I need at last the following features:
    -view/edit data in tables
    -create/test views
    -create/test stored procedures
    -create tables using diagrams or vice versa (nice to have)
    Any suggestions? What is the best linux software for that purpose?
    David

    And JDeveloper is another. (Although I'd call it power-hungry rather than powerful ;) )

  • Oracle 91 client under linux ppc

    hello,
    i´m searching for the oracle client for linux on ppc(pseries 630/670/690)
    the cd-set for intel linux is, for sure, not running. there you couldn´t even start the runInstaller.
    so which cd set i have to download. that are always more than 1gb to download. and so trying take much time.
    thanks in advance.

    no, there should be an fileset, because Joel Pérez told me to download one. but not which ;-)

  • Oracle 9i client for linux & PHP

    I'm looking to connect PHP on my linux server to a remote oracle server running 9i. I have been unsuccessful in finding good documentation on this process, as most people are either using windows or connecting to a local server.
    As far as I can tell, you must install the oracle client for linux, then recompile PHP with oracle support. So:
    1) Is this the best method to do this, and if so where can I get an oracle client for linux?
    2) Is there a location where I can get the oracle extension for PHP without having to recompile PHP?

    I believe the extensions are refered to in the php.ini
    and need to be setup.
    ;Windows Extensions
    ;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
    extension=php_oracle.dll
    ;Don't know if this is needed and whether there is a
    ;php_oci9.dll
    ;extension=php_oci8.dll
    which can be found by this:
    extension_dir = "C:\WINDOWS"
    I am trying to perform a similar task, well, sort of. I am running Oracle 9i (9.2.0.1.0) on a Win2003Server machine and do not want to build PHP either.
    Please let me know if you find your answer.
    Thanks
    [email protected]

  • SQLplus in Oracle Client

    Hi,
    I tried to install an 11g oracle client in linux. As I've compared the files with the files when you install using the oracle instant client, I can see that they are almost similar. Now I've setup and tried to run sqlplus and it is working.
    I've read that you only need to put a tnsnames.ora file where the client files are located to connect to a database. I did that but when I tried to connect to a database included in the tnsnames.ora file, I get the following error:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Is there anything that I need to set up?

    ORA-12154: TNS:could not resolve the connect identifier specified
    $ oerr ora 12154
    12154, 00000, "TNS:could not resolve the connect identifier specified"
    // *Cause:  A connection to a database or other service was requested using
    // a connect identifier, and the connect identifier specified could not
    // be resolved into a connect descriptor using one of the naming methods
    // configured. For example, if the type of connect identifier used was a
    // net service name then the net service name could not be found in a
    // naming method repository, or the repository could not be
    // located or reached.
    // *Action:
    //   - If you are using local naming (TNSNAMES.ORA file):
    //      - Make sure that "TNSNAMES" is listed as one of the values of the
    //        NAMES.DIRECTORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA)
    //      - Verify that a TNSNAMES.ORA file exists and is in the proper
    //        directory and is accessible.
    //      - Check that the net service name used as the connect identifier
    //        exists in the TNSNAMES.ORA file.
    //      - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA
    //        file.  Look for unmatched parentheses or stray characters. Errors
    //        in a TNSNAMES.ORA file may make it unusable.But you may not need tnsnames.ora : see Using the Easy Connect Naming Method

  • 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

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

  • RMAN from windows client to a Oracle db on Linux

    hi all
    we have a architecture where in Oracle 10g R2 RAC is installed on SuSe Linux Itanium systems. Its a two node RAC. this is production
    We have another server which is in another network (cannot connect to production network) this is development. This dev server is x86_64 Suse Linux
    RMAN is used for backup on production and a catalog database also exists there.
    We need to take a backup of the production and restore it on the dev environment. a normal RMAN backup involving the catalog database doesnt work as catalog database isnt accessible from the remote network.
    we access the two servers by changing the network cable on our desktops ...
    my query is:
    can i take a RMAN backup of the production italicswithout using the catalog italics on my desktop from a windows oracle client? And then restore from the same windows machine into the database in the development environment.?
    does RMAN support the cross platform backup and restore?

    Yes it does, check RMAN Cross-Platform Transportable Databases and Tablespaces, but it appears that your PROD and DEV are both Linux boxes, so you shouldn't have a problem doing a normal backup/restore.

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

  • Oracle 8.1.5 Client on Linux

    My organization is beta-testing coldfusion on Linux. Our current
    (NT) Coldfusion set up talks with a Linux server running Oracle.
    Thus, I need to have the new linux box talk (via Net8) to the
    database.
    Despite the utter lack of documentation on this on Oracle's part,
    (and I am not a DBA), a search here revealed that the client
    could be installed as part of the Server install. So I dl'ed the
    latest Oracle server for Linux (8.1.5), got the JRE installed,
    and told it to install Oracle 8i Client. It did so without
    complaint. (on my third try or so :) ) However, there was no
    Net8 configuration. [This occurs with either Typical or Custom
    installs]. The documentation points to a (AFAIK) non-existant
    Net8 Admin guide for linux. Netec and netasst simply return me
    to the command line. The sample SQLNET.ORA file is
    half-uncommented, and in dense oracle-speak.
    So what do I have to do to convince this box to talk to my other
    box? Just edit sqlnet.ora? Do something in lsnrctl? What
    fields of sqlnet.ora are required? What's with the funky
    commenting scheme? Is Oracle providing more support for this
    that I am not aware of?
    Thanks in advance!
    null

    First question/comment: Check the listener on the box where the
    database lives. Is it up and accepting requests?
    Second: On the client, in ORACLE_HOME/network/admin, make sure
    you have a tnsnames.ora file that has the information on the
    database(s) you want to connect to. If you already have some
    clients on NT or Windows 95/98, you can copy their sqlnet.ora
    and tnsnames.ora files to the new client. They typically live
    in either ORAWIN95\network\admin, ORAWIN95\net80\admin,
    ORANT\network\admin, or ORANT\net80\admin.
    There are three pieces to Oracle's sqlnet/net8. The client
    which has files tnsnames.ora and sqlnet.ora that tell the client
    application where the Oracle database is located and how to
    connect. In other words where the listener is and what port it
    is listening on.
    The tns layer that manages all the protocols. For the most part
    we don't need to be concerned with this layer.
    The server side which includes the listener. The listener is a
    process that listens on a specific port for connection requests
    to the database(s) it has responsibility for. Could be one;
    could be many. If the listener is not up, no client is going to
    be able to connect to the database except those clients that are
    on the same box as the database.
    Hope some of this helps.
    BT
    Brett Sanger (guest) wrote:
    : My organization is beta-testing coldfusion on Linux. Our
    current
    : (NT) Coldfusion set up talks with a Linux server running
    Oracle.
    : Thus, I need to have the new linux box talk (via Net8) to the
    : database.
    : Despite the utter lack of documentation on this on Oracle's
    part,
    : (and I am not a DBA), a search here revealed that the client
    : could be installed as part of the Server install. So I dl'ed
    the
    : latest Oracle server for Linux (8.1.5), got the JRE installed,
    : and told it to install Oracle 8i Client. It did so without
    : complaint. (on my third try or so :) ) However, there was no
    : Net8 configuration. [This occurs with either Typical or Custom
    : installs]. The documentation points to a (AFAIK) non-existant
    : Net8 Admin guide for linux. Netec and netasst simply return me
    : to the command line. The sample SQLNET.ORA file is
    : half-uncommented, and in dense oracle-speak.
    : So what do I have to do to convince this box to talk to my
    other
    : box? Just edit sqlnet.ora? Do something in lsnrctl? What
    : fields of sqlnet.ora are required? What's with the funky
    : commenting scheme? Is Oracle providing more support for this
    : that I am not aware of?
    : Thanks in advance!
    null

  • 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

Maybe you are looking for