Download Oracle from Linux command mode

Hi,
Someone could you please explain how to download oracle client (11g R2) from the linux command prompt??. I am using RHEL 5.4 64bit Operating System.
Is it possible to download using the "wget" command??
Regards,
Mugunthan R

897817 wrote:
Hi,
Someone could you please explain how to download oracle client (11g R2) from the linux command prompt??. I am using RHEL 5.4 64bit Operating System.
Is it possible to download using the "wget" command??we KNOW your web browser works OK since you posted here.
why not just point & click your way to successful download?

Similar Messages

  • Accessing Oracle from Linux

    Hi,
    Can anybody help out in this.....!i shall be very thanx ful..
    My problem is, i have an Oracle database running on WinNT 4.0..it's been
    there for a while,now i need to access this database from a linux
    machine,using an application developed for linux platform developed in C.
    My doubt is :
    (i) How do i connect to the oracle database on WinNT from linux using C ?.
    (ii)Are there any C libraries for oracle connectivity on linux ?
    Thanx in advance
    Shine V
    null

    Say that you will use perl's DBI interface and DBD::Oracle, then
    you will still need to install Oracle on your linux box for the
    seek of compiling and installing DBD::Oracle on linux.
    Once you have DBI and DBD::Oracle installed, you may access any
    other oracle installations whethere local or remote.
    I see this as the simplest way, but I may well be wrong.
    regards,
    shaoping
    R     mi Bastide (guest) wrote:
    : Hello,
    : I have a Netware Oracle server already running, so I do not
    : really need to install a full blown Oracle server on my Linux
    : box. All I want to do is access my Oracle DB from Linux (with
    a
    : Perl interface) to do some web stuff.
    : What are the minimum requirements on the Linux box ? what do I
    : need to install ?
    : Thanks to all
    null

  • Using oracle from linux

    Hi I am new to linux.
    Do you know any web-site that explains step by step using oracle on linux.
    For instance in windows, when I type sqlplus to command prompt, sql screen appears.
    But in linux whan I open terminal and type sqlplus nothing happens!
    Plz help

    Hi Ricardinho, that might be because you did not set up enviroment variables, but it can be for other reasons. Not sure what distro you re on but at the following links you may want to check some tutorials for configuring and installing Oracle on several distros like Centos, Ubuntu, Fedora and others:
    http://www.dizwell.com/prod/node/50
    http://www.dizwell.com/prod/node/53
    http://www.dizwell.com/prod/node/52
    http://www.dizwell.com/prod/node/681
    check if you missed to implement any of the settings.
    enrico

  • Where to download Oracle Redhat Linux 4 Rpms

    Hi,
    Where i can down load
    Oracle Enterprise Linux 4
    <ul><li>glibc-2.3.4-2.25 </li>
    <li>glibc-common-2.3.4-2.25 </li>
    <li>binutils-2.15.92.0.2-21 </li>
    <li>compat-libstdc++-296-2.96-132.7.2 </li>
    <li>gcc-3.4.6-3 </li>
    <li>gcc-c++-3.4.6-3 </li>
    <li>libgcc-3.4.6-3 </li>
    <li>libstdc++-3.4.6-3 </li>
    <li>libstdc++-devel-3.4.6-3 </li>
    <li>openmotif21-2.1.30-11.RHEL4.6** </li>
    <li>pdksh-5.2.14-30.3 </li>
    <li>setarch-1.6-1 </li>
    <li>make-3.80-6.EL4 </li>
    <li>gnome-libs-1.4.1.2.90-44.1 </li>
    <li>sysstat-5.0.5-11.rhel4 </li>
    <li>compat-db-4.1.25-9 </li>
    <li>control-center-2.8.0-12.rhel4.5 </li>
    <li>xscreensaver-4.18-5.rhel4.11 </li>
    <li>libaio-0.3.105-2 </li>
    <li>libaio-devel-0.3.105</li>
    </ul>
    I am confusing, Please let me know where i can download above RPMS

    Nice idea. Applies for me as well.
    Anyway, if you'd like to use the Oracle Support for the Linux, I would not mix the rpm distributions.
    Another note about the versions, if they are newer in the distribution, then use them. Works for me quite well.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to execute sql script from linux command line

    Hello everyone !
    Just short question. On my server I must install script in crontab which will eexecute some sql statements.
    How can I write command which will execute script from file without asking about password ?
    sqlplus user/pass ... and then what ?
    thanks
    dlugasx

    user10064952 wrote:
    Just short question. On my server I must install script in crontab which will eexecute some sql statements.
    How can I write command which will execute script from file without asking about password ?Crontab does not run your local shell profile - which means no valid Oracle environment for SQL*Plus to execute in.
    On newer cron versions, you can add an environment to the crontab file itself that needs to be set before executing the scheduled command.
    Whatever method - make sure you have ORACLE_HOME set, that the path includes ORACLE_HOME/bin, that ORACLE_SID is set (if not using a TNS alias) and so on.
    But I agree with Sybrand... crontab is not the best place for running SQL or PL/SQL code. That should reside in the database as named code (e.g. stored procs) and be executed via DBMS_JOB or DBMS_SCHEDULE.
    Less moving parts that way. No external dependancies. And will work on any Oracle server, irrespective of the o/s used and whether or not the relevant o/s user has batch/cron/etc privs to do the deed.

  • Oracle on linux - not downloading

    Hi,
    I am trying to download oracle on linux and am following
    instructions as given in the site. But the download aborts
    halfway. What cud be wrong? Any thoughts?
    Thanks.
    null

    Bhola De (guest) wrote:
    : rbw (guest) wrote:
    : : Shanthi (guest) wrote:
    : : : Hi,
    : : : I am trying to download oracle on linux and am following
    : : : instructions as given in the site. But the download aborts
    : : : halfway. What cud be wrong? Any thoughts?
    : : : Thanks.
    : : I get the same thing over and over myself. I suspect
    : : that Oracle has their ftp servers set to timeout a
    : : download session quicker than mere 56K modem mortals
    : : can download. It is a sneaky way on Oracle's part to
    : : limit the downloads to "corporate" users with fast links
    : : rather than individuals who are trying to learn Oracle
    : : tools on their own.
    : I started using ncftp 3.0 beta that came with RedHat 6.0.
    After
    : modem connection, I issue the command:
    : ncftpget ftp://ftp.oracle.com/pub/www/oracle8/linux/805ship.tgz
    : If it gets disconnected in the process, I issue this command
    : again, and it RESUMES from where it left off instead of
    starting
    : from this beginning.
    I have tried on several occations, (early on a week-end and late
    at night). It will download a portion, then terminate. I can
    re-start it once with no problem. The second time I try to
    re-start, it starts from the begining. I even downloaded a copy
    of EzFtp. However it the server will not allow me to connect
    using the ftp software.
    null

  • ORACLE ON LINUX DOWNLOAD

    I downloaded Linux Oracle 9i.
    Now they say it is only a single-user software.
    What do they mean?
    Can I intall it on my server and have a limited number of clients from it?
    Can I make users and assign specific tasks to them?

    Raja Mukherjee (guest) wrote:
    : I am trying to download oracle on linux shippigversion....First
    : tyr 69MB, second try 92 MB and third try 44.7 MB. Each time the
    : the FTP server is disconnecting me....what is going on!!!
    if you would use a real ftp client (i.e. the standard ftp
    program provided with every linux distribution) you could just do
    a reget after getting disconnected. (see man ftp(1))
    : Also I
    : saw there are 7 files in the Oracle FTP server named 805ship.1
    : through 805ship.7.Can I download them individually?
    of coz thats what they are for...
    : If o, how do I put
    : them together?
    just do a
    cat 805ship.? > 805ship.tgz
    and voila...
    null

  • Oracle on Linux broadband seminar not loading

    At http://otn.oracle.com/tech/linux/tech_wp.html the broadband section at the bottom right, i am trying to view the Oracle on Red Hat Linux online seminar, but when i click on it, nothing happens except IE says there is a script error. How can I view this link? I am using IE 6 Service Pack 1 on Windows XP Professional Service pack 1
    - Date/Time: Nov 18, 9:56pm mst
    - Browser + Version: IE6sp1
    - O/S + Version: Windows XP SP1

    Bhola De (guest) wrote:
    : rbw (guest) wrote:
    : : Shanthi (guest) wrote:
    : : : Hi,
    : : : I am trying to download oracle on linux and am following
    : : : instructions as given in the site. But the download aborts
    : : : halfway. What cud be wrong? Any thoughts?
    : : : Thanks.
    : : I get the same thing over and over myself. I suspect
    : : that Oracle has their ftp servers set to timeout a
    : : download session quicker than mere 56K modem mortals
    : : can download. It is a sneaky way on Oracle's part to
    : : limit the downloads to "corporate" users with fast links
    : : rather than individuals who are trying to learn Oracle
    : : tools on their own.
    : I started using ncftp 3.0 beta that came with RedHat 6.0.
    After
    : modem connection, I issue the command:
    : ncftpget ftp://ftp.oracle.com/pub/www/oracle8/linux/805ship.tgz
    : If it gets disconnected in the process, I issue this command
    : again, and it RESUMES from where it left off instead of
    starting
    : from this beginning.
    I have tried on several occations, (early on a week-end and late
    at night). It will download a portion, then terminate. I can
    re-start it once with no problem. The second time I try to
    re-start, it starts from the begining. I even downloaded a copy
    of EzFtp. However it the server will not allow me to connect
    using the ftp software.
    null

  • R12 on Oracle Unbrakable Linux.

    hi,
    I want to install R12 on Oracle Unbreakable Linux 5.
    I have downloaded Oracle Unbreakable Linux 5 from edelivery.oracle.com.
    I have installed Oracle Unbreakable Linux 5. It has got all the packaged installed except the these 2 packages as prescibed by Metalink.
    pdksh-5.2.14-30.3
    xscreensaver-4.18-5.rhel4.11
    When i try to apply these packages, they don't get installed.
    Oracle Unbreakable Linux 5 has installed ksh-93, is this enough or do i need to install ( pdksh ) for installing R12.
    Regarding xscreensaver, Oracle Unbreakable Linux 5 has got kscreensaver, screen and gnome-screensaver. are these enough or do i need to install the Package - (xscreensaver-4.18-5.rhel4.11). In this package the package name seems to be of rhel4.11.
    Do i need to apply any RPM's for APACHE.
    regards,
    Charan Babu

    Check the other thread:
    O/S patch for Unbrakeable linux 5
    O/S patch for Unbrakeable linux 5

  • Grid contro 10g installing on oracle enterproise linux 64 bit

    i downloaded oracle enterprise linux for 64bit from oracle website and installed
    some package needed installed for grid control that there is not on my source:
    xscreensaver
    openmotif21 ->i have "openmotif22"
    from where could i download these package for OEL(oracle enterprise linux)?
    is there any where in oracle website?

    Hi;
    I'm having problems installing Oracle 11i on Red Hat Linux 64. I understand that it is not supported, however I need to go through the exercise of implementing OATM and then upgrade to 12. You mean oracle database 11g or you mean oracle e-business suite 11i? I am little confused
    If you mention oracle database 11g than check below
    What is exact linux version. Oracle 11gr2 certified wiht linux64. Please check:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    I've started the install and I continue to hit this problem.
    Any advise on how to get around this issue. Oracle Support insist on using 32bit. I do have a co-worker that has been able to install it on Red Hat 64bit.
    Step 1 of 5
    /DAT01/ebs/DataTop/visdb/9.2.0/temp/VIS_rac1/adrun9i.sh
    Completed unzip 67 of 108
    with 62% completeIf you mention Oracle E-Busines suite than you can not install apps tier on 64 bit which is not supported.
    Regard
    Helios

  • Download Oracle Forms 3.0 for RHEL 4

    Hi,
    I want looking to download Oracle From 3.0 for RHEL 4.0... We have a legacy application built on Forms 3.0 character based and database 9i. We dont have the installation media for the same..
    Any help would be highly appreciated.
    Regards
    Kabir

    907639 wrote:
    We dont have the license for the Oracle Forms 3i... Is there a way we can still open an SR with Oracle with another Database License or License of any other Product from Oracle???Sure.
    Have your corporate credit card ready when you begin the process of opening the SR.
    Oracle will be happy to take your money for providing the service.
    Is there no Archive on the net from where I can download this Media???
    No. Old products are gone from public acccess.

  • Oracle Enterprise Linux : Packages required for 11.2.0.3 RAC

    I have downloaded Oracle Enterprise Linux 64Bit back in November 2012 (Oracle Linux Release 6, Update 3 )
    Once I install OEL , How can I verify if all the necessary packages required for smooth installation of Grid Infrastructure 11.2.0.3 is installed ?

    Hi,
    the new name for "oracle-validated" under OL6 is oracle-rdbms-server-11gR2-preinstall:
    https://blogs.oracle.com/linux/entry/oracle_rdbms_server_11gr2_pre
    Regards
    Sebastian

  • Download oracle s/w from command line

    Hi,
    I want to download oracle s/w is their any way to download frm command line
    my os is Linux .

    Ramkrishna wrote:
    it menas their is no way DOWNLOADING FROM OTN DIRECTLY TO DATABASE SERVER.
    Yes there is. There is NOTHING keeping you from using a web browser on your sever. Firefox is available for *nix.  Download to your server using a browser, exactly like you would on your Windows workstation.
    i tried to wget command but not get resolution.

  • Unable to download Oracle 8i for Linux from the FTP site

    I am having trouble downloading Oracle 8i from the web site.
    I get the error message that the server has reset the
    connection. I have been trying to download for the past week and
    I have been unsucessfull does anyone know if there is a problem
    with the web site.
    null

    Julio Oliveira (guest) wrote:
    : I have been using Net Vampire (www.netvampire.com) under
    Windows.
    : Just drag the download link to it and it takes care, no matter
    : how many times the connection dies.
    : Reginald J. Charles (guest) wrote:
    : : I am having trouble downloading Oracle 8i from the web site.
    : : I get the error message that the server has reset the
    : : connection. I have been trying to download for the past week
    : and
    : : I have been unsucessfull does anyone know if there is a
    problem
    : : with the web site.
    I have been used both FTP Voyager and GetRight. I've tried to
    download the small archives and the big archive.
    I failed to unzip it. I've tried since it was released.
    I'm also still waiting for the CD.
    florin
    null

  • Error while accessing Oracle E-Business Suite 11i from Linux/firefox

    error while accessing Oracle E-Business Suite 11i from Linux/firefox
    OS: SUSE Linux Desktop 11(SLED11)
    Web browser: firefox 3.x
    Java versions:
    # rpm -qa |grep java
    java-1_6_0-sun-plugin-1.6.0.u18-0.1.1
    java-1_6_0-sun-1.6.0.u18-0.1.1
    # java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    when I access the url firefox says
    "Additional plugins are required to display all the media on this page"
    then I clicked on "Install Missing Plugin" button
    then I got the following message
    No Suitable Plugins were found
    Unknown Plugin (application/x-java-applet;jpi-version=1.4.1)
    please help/suggest
    Regards

    Hi user;
    Its not certified to login EBS from linux client
    Please check:
    Linux-cleint (ebs) certification
    pluggins
    Hope it helps
    Regard
    Helios

Maybe you are looking for