How to invoke rman under red hat

hi, friends, i want to use rman for the database in the red hat. however after i typed the command of rman, no responses come out.
what is the reason?
thanks

Take a look at MetaLink <Note:101050.1>.
Under a default REDHAT LINUX 6.1 and 6.2 install, a KDE program called rman (a file
viewing / editing program) is installed under /usr/bin. If this is listed
prior to $ORACLE_HOME/bin in the users PATH environment then it is
called instead of Oracle RMAN.
Ensure that correct RMAN executable is being run by typing
$which rman
The output will most likely show '/usr/bin/rman'
Execute RMAN by typing in the following:
$ORACLE_HOME/bin/rman
Another solution is to add $ORACLE_HOME/bin before /usr/bin
in the PATH environment variable
Hope that helps.
Tammy

Similar Messages

  • How to install JDK on RED HAT - Linux interprise 5?

    Hello!
    How to install JDK on RED HAT - Linux interprise 5?
    Thanks!!!

    I did.
    But I have got an error:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

  • How to install Java on Red Hat

    Does anyone know how to install Java on Red Hat. I'm having problems installing it, and I can't really find any instructions anywhere on how to go about it. Thanks.

    Java won't run on Red Hat because of firewall
    problems.What ? Since when ? But there are problems with certain versions of RH.
    Nothing to do with a firewall though.
    >
    It only runs on Sun and Windows 95.
    But not the Vax version.

  • How to configure DNS on RED HAT 5,4

    Hello Linux experts
    I'm need to configure dns service for Oracle RAC 11gR2
    For dns server, I'm using the hosts for RAC.
    How to configure DNS on RED HAT 5.4 ?
    Anyone have a manual for do this ?
    Best Regardss

    Regardless of whether your will find tools or perl scripts like h2n, or manage your configuration files directly, you will need to get yourself familiar with basic DNS concepts and terms. A DNS cluster is a number of nameservers that share DNS records. You may perhaps rather want to setup a DNS server system consisting of a master and slave DNS server for your authoritative zone (domain name) on each node, but also configure for DNS forwarding and perhaps caching to public DNS servers on the internet. You may want to configure primary and secondary DNS records on your client sides in /etc/resolve.conf, perhaps also using some round-robin or timeout options.
    I'm afraid Google will be your best friend. You may find below links helpful in your approach:
    http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_%3A_Ch18_%3A_Configuring_DNS
    http://tldp.org/LDP/lame/LAME/linux-admin-made-easy/domain-name-server.html
    http://www.redhat.com/magazine/025nov06/features/dns/
    http://www.chinalinuxpub.com/doc/www.siliconvalleyccie.com/linux-hn/dns-static.htm

  • Weblogic 6.1 under Red Hat 7 not indicating JSP compile errors

    I downloaded Weblogic 6.1 under Red Hat 7 and ran the console installation. Then
    I created $WL_HOME/config/mydomain/applications/DefaultWebApp/test.jsp as follows:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <% String hello = "Hello"; %>
    <%= hello %> World!
    </body>
    </html>
    Then I put the url in my favorite web browser and saw the "Hello World!" page.
    Next I changed test.jsp to have the following:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <%= hello %> World!
    </body>
    </html>
    I then refreshed the url with my favorite browser.
    The expected behavior is a compile error in test.jsp because the variable "hello"
    is not defined. However Weblogic gives no indication of the compile error and
    sends the HTML output of the previously compiled servlet. I have tried this with
    both the Windows and Solaris versions and I get the compile error as expected.
    My question is this:
    Is there a fix for this yet? If so, then from where do I download it?
    Thanks in advance,
    Craig

    Hi.
    You need to do 1 of 2 things to get WLS to notice it has a new webapp component:
    1. undeploy and deploy the webapp or
    2. use the webapp component refresh tools as follows:
    java weblogic.management.tools.WebAppComponentRefreshTool [options]
    running this with no options prints out a usage message.
    Hope this helps,
    Michael
    Craig Andrews-Jones wrote:
    I downloaded Weblogic 6.1 under Red Hat 7 and ran the console installation. Then
    I created $WL_HOME/config/mydomain/applications/DefaultWebApp/test.jsp as follows:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <% String hello = "Hello"; %>
    <%= hello %> World!
    </body>
    </html>
    Then I put the url in my favorite web browser and saw the "Hello World!" page.
    Next I changed test.jsp to have the following:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <%= hello %> World!
    </body>
    </html>
    I then refreshed the url with my favorite browser.
    The expected behavior is a compile error in test.jsp because the variable "hello"
    is not defined. However Weblogic gives no indication of the compile error and
    sends the HTML output of the previously compiled servlet. I have tried this with
    both the Windows and Solaris versions and I get the compile error as expected.
    My question is this:
    Is there a fix for this yet? If so, then from where do I download it?
    Thanks in advance,
    Craig--
    Developer Relations Engineer
    BEA Support

  • How to Install Oracle on Red Hat Linux?

    My System is having P4 1.8 GHz Processor with 128 MB RAM, 40 GB HDD(7 GB Linux Partition + 1 GB Swap Partition). I have installed Red Hat Linux 9(Server). Now, I want to install Oracle 9 on this syste. But I don't know how to install it. Anyone who knows this, plz, mail me the necessary system requirements alongwith some settings, if any. My Email ID is [email protected]/[email protected]

    I think you'll have some problems with 128MB RAM.....<br><br>
    :P Nonsense, but I do hope that hard drive is one of those new, fancy flash hard drives, otherwise the system will spend so much time swapping that it won't get past the installer.

  • How to install 11i on Red Hat Linux 64 bit

    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.
    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% complete

    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

  • How use comand java in red hat terminal

    i just started to use red hat and i dont have any IDE i already found how complile a package but i can�t run it i try whit a class with out a package and work but when i try tu run a package dont work i�m using the comand:
    /usr/java/j2sdk1.4.2_05/bin/./java -classpath /home/ea01984/public_html/server/ servidorredes.main
    the package name is servidorredes and the main class is in the file main.class

    Read Setting the Classpath & How Classes are Found for [Solaris and Linux] here:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/tools.html

  • Problems Installing XSU 2.1.0 into O8.1.6 under Red Hat

    Here is the system:
    Red Hat Linux 6.2 running Oracle 8i 8.1.6 with no known problems (but I
    am an Oracle newbie so some problems may be yet undetected)
    I am trying to install the XML aprse from Technet. The exact file I
    downloaded was XSU111_816_ver2_1_0_beta.zip which matches the java
    class files I have.
    After changing the appropriate environment variables in xsuload.csh I
    run it and eventually get to this
    loading : META-INF/MANIFEST.MF
    creating : META-INF/MANIFEST.MF
    resolver :
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave:
    ORA-29534: referenced object DEVELOPER.oracle/xml/sql/dml/OracleXMLSave could not be resolved
    resolving: oracle/xml/sql/docgen/OracleXMLDocGenLob
    oracle/xml/sql/name/OracleScalarName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc is already resolved
    oracle/xml/sql/name/OracleADTName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc is already resolved
    resolving: OracleXMLStore
    Errors in OracleXMLStore:
    ORA-29534: referenced object DEVELOPER.oracle/xml/sql/dml/OracleXMLSave could not be resolved
    The eventually the PL/SQL stuff loads up and bombs out. Earlier in the
    loadup the OracleXMLSAve object was resolved correctly. I am at a loss
    here. My ignorance exceed my troubleshooting ability and really need
    some pointers.
    Also how do I clean this stufff out of a database to start over?
    Thanks in advance!

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    The two errors you listed here are because OracleXMLSave class could not be resolved.
    Do you have the error for [b]why the OracleXMLSave class itself couldn't be resolved in the first place? The other errors are a domino-effect of that one...
    <HR></BLOCKQUOTE>
    The OracleXMLSave class WAS resolved correctly earlier in the loadup, which is why this is so confusing. How can I clean all of that stuff out of the DB I was working to start over?
    Is it necessary to run env.csh prior to loading this up? I was not planning on using the client side so ignored that.

  • Installation of Oracle 9.0.1 under Red Hat Linux

    During the Installation Time I am geeting errors with respect to make files. Do you have any solution.
    After Pressing the Install Button I am getting an error as follows :
    ERROR in writing to file
    /home/bm9923/jre/1.1.8/bin/i686/green_thread/java
    Next Problem I am facing
    ERROR in invoking target sdo_on of makefile
    /home/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    Thanks
    Keshav

    Hi harsh
    I'm no guru of Linux,
    but heard somewhere u just cant make 9i to work with 128 MB RAM it needs at least 512.
    u can refer a document
    http://www.puschitz.com/OracleOnLinux.shtml
    bye
    Good Luck
    Shalini

  • How to install jsdk on Red Hat Linux 9.0

    Im new user of Linux using RedHat Linux9.0 with kernel-2.4.20-8 with /lib/libc-2.3.2.so ....
    Ive downloaded both: j2sdk-1_3_1_08-linux-i586.bin and j2sdk-1_3_1_08-linux-i586.rpm.bin and execute the following commands but there was no results not even error...commands were:
    chmod a+x j2sdk-1_3_1_08-linux-i586-rpm.bin ./j2sdk-1_3_1_08-linux-i586-rpm.bin
    chmod a+x j2sdk-1_3_1_08-linux-i586.bin ./j2sdk-1_3_1_08-linux-i586.bin
    Ive follwed the instructions of Installation notes on http://java.sun.com/j2se/1.3/install-linux-sdk.html
    Now plz tell me what shuold I do and another problem is that Im trying to install JBuilder7 on Linux but its not installing and even no response when I execute the installation file..

    Hi , how are you ??
    I have a problem with the installation.
    I had followed the step mentioned above but only the root can use java/javac.
    This is my /etc/profile :
    # /etc/profile
    # System wide environment and startup programs, for login setup
    # Functions and aliases go in /etc/bashrc
    pathmunge () {
         if ! echo $PATH | /bin/egrep -q "(^|:)$1($|:)" ; then
         if [ "$2" = "after" ] ; then
         PATH=$PATH:$1
         else
         PATH=$1:$PATH
         fi
         fi
    # Path manipulation
    if [ `id -u` = 0 ]; then
         pathmunge /sbin
         pathmunge /usr/sbin
         pathmunge /usr/local/sbin
    fi
    pathmunge /usr/java/j2sdk1.4.1_02/bin after
    pathmunge /usr/X11R6/bin after
    unset pathmunge
    # No core files by default
    ulimit -S -c 0 > /dev/null 2>&1
    USER="`id -un`"
    LOGNAME=$USER
    MAIL="/var/spool/mail/$USER"
    JAVA_HOME="/usr/java/j2sdk1.4.1_02"
    CLASSPATH="/usr/java/j2sdk1.4.1_02/lib:."
    HOSTNAME=`/bin/hostname`
    HISTSIZE=1000
    if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
    INPUTRC=/etc/inputrc
    fi
    for i in /etc/profile.d/*.sh ; do
    if [ -r "$i" ]; then
         . $i
    fi
    done
    unset i
    export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC JAVA_HOME CLASSPATH
    What is the error .. ??
    Help me please!!

  • How to install Apache on Red Hat Linux Server-5.....Urgent Reply

    I have rhel-5 and i need to instal apache on that.I dont have any idea about that.
    Someone please explain step by step how to proceed with it.

    944096 wrote:
    I have rhel-5 and i need to instal apache on that.I dont have any idea about that.
    Someone please explain step by step how to proceed with it.why is it URGENT for me to provide you with any assistance?
    when all else fails Read The Fine Manual
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11
    Handle:     944096
    Status Level:     Newbie
    Registered:     Jul 2, 2012
    Total Posts:     10
    Total Questions:     6 (5 unresolved)
    why do you waste time here when you rarely get your questions answered?

  • HOw to uninstall OBIEE in Red Hat Linux?

    Hello All,
    How do I completely uninstall OBIEE in Linux (RHEL 5, in my case)?
    I tried running setup again, and it did not have any options for removal. The only options were to update the existing installation or to perform a fresh install.
    Should I simply remove the OracleBI and OracleBIData directories? Would that be the way to "uninstall" OBIEE in Linux?
    Thank you for any help.
    -sb

    The majority of the programs in Linux can be uninstalled by simply removing the directory where they are installed. OBIEE is not the exception.

  • Database assistant fails under Red hat 7.3

    My Oracle 8.17installed completely but when I try to create a databse with the configuration asst, the create process hangs after it reaches 84%..Error meesages appear stating that the process cannot connect to the database.
    Any help is appreciated!
    Spencer

    I had a similiar problem with 9iR2. I found out that my $ORACLE_SID environment variable was not set
    correctly. I did the installation with corrected value and the DB Config Assistant ran fine after that.
    Just a guess,
    Peter

  • Running Oracle Sql Developer under Red Hat 5

    Hello,
    I am trying to run Sql Developer but get those various errors (oracle 10g is installed and works).
    Am I trying to execute the wrong thing?
    [screen print|http://metalray.redio.de/dokumente/sqldeveloper.JPG]

    ok it was the wrong file. the right one is
    '/opt/sqldeveloper/sqldeveloper.sh'
    which is then asking me for the pathname of J2SE, which is the java virtual machine I guess.
    typing in
    '/usr/lib/jvm/java which is then extendet to '/usr/lib/jvm/java/bin/java' does not work
    (although this directory exists)
    Any suggestions?

Maybe you are looking for

  • Use of LINE OF statement

    Hi all, what is the use of LINE OF statement? DATA:       itab_iv_item TYPE TABLE OF   bapi_incinv_create_item,                  itab_return TYPE TABLE OF bapiret2. DATA:       wa_iv_item LIKE LINE OF itab_iv_item,                  wa_return LIKE LIN

  • Convert date and time in decimal characters

    Hi, I need to convert the date ad the time in decimal characters. Any idea to do this ? TNX in advance for your help Alex

  • Report Viewer not displaying on deployment server

    Hi, I am using Visual Studio 2010 with the crystal reports down load to use the viewer. I am using version 13.0.2 with SP1. I have the redistributable package installed on the windows server 2003(32-bit) with .NET Framework 4 where the web app is bei

  • What would cause monitors to turn blue?

    i was sitting here reading emails, chatting on yahoo and was getting ready to work on some ad files. all the sudden both my monitors just showed blue. nothing else. i had several programs running... Illustrator, Photoshop, Quark, Distller, Font Suitc

  • Button event handler

    I have a Jbutton ... When i click on it.. i want it to open up the chess game in a new window and start playing.. This is my codes.. //Event handler for the Jbutton if(event.getSource() == Start) chess frame=new chess(); frame.setSize(500,500); frame