How to uninstall/remove 11g database on (OEL)Oracle Enterprise Linux 6?

Hi there,
I was facing problem during 11g installation & i'm trying to reinstall 11g database again, but at step8 of 13, it show the error [INS-32021] Insufficient disk space on this volume for the selected Oracle home. i guess because of the previous database files still exist, anyone can give some links or solution ?
Thank you in advanced.
Edited by: 907267 on 11-Jan-2012 00:08

I'm running both 11g as well as 10g on Oracle Enterprise Linux 6 Update 1 without any problem.
Yes I know that it isn't supported but it works.
To your question:
a. is it the ORACLE_HOME it complains about or is it temp? Very often temp fills up during an installation and is not freed after the installation ends.
b. for a cleanup of the existing installation you should remove OraInventory and the files in /etc (like oratab, oraInst.loc).
BTW: I have my own blog (streetkiter.wordpress.com) where I wrote a post how to install 11g and 10g (!) RAC on Oracle Linux 6.
Edited by: carajandb on 16.01.2012 09:02

Similar Messages

  • Installing Oracle 11g R 2 on Oracle Enterprise Linux 5.0 32 bit

    Hello All,
    I am installing the oracle 11g on Oracle Enterprise Linux 5.0 32 bit, when i modified the bash_profile. i am facing the below error:
    Please can you help to solve the issue
    the error i am facing while trying to switch to oracle user (su - oracle) is
    -bash: ulimit: open files: cannot modify limit: Operation not permitted
    new bash_profile:
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
         . ~/.bashrc
    fi
    # User specific environment and startup programs
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=DB11G; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    # Oracle Settings
    #TMP=/tmp; export TMP
    #TMPDIR=$TMP; export TMPDIR
    #ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    #ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
    #ORACLE_SID=TSH1; export ORACLE_SID
    #ORACLE_TERM=xterm; export ORACLE_TERM
    #PATH=/usr/sbin:$PATH; export PATH
    #PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    export PATH

    Hi;
    Please check below link, and compare your steps wiht it
    http://www.oracle-base.com/articles/11g/OracleDB11gR2InstallationOnEnterpriseLinux5.php
    By the way did you try to put only this to your .bash_profile
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_HOSTNAME=oel5-11gr2.localdomain; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=DB11G; export ORACLE_UNQNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=DB11G; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    Regard
    Helios

  • How can i remove jdk1.4 install in oracle unbreakable linux.

    I am able to comple java program in oracle unbreakable linux but not able to run program.this is simple hello world program there is no syntax problem .I am getting error:
    Exception in thread Main java.lang.class format error:unrecognised class file version and i also checked :=> #javac -version
    #jdk1.6_20
    #java -version
    #jadk1.4 (gnu support java)
    How can i unstall jdk1.4 gnu jdk/bin path and jdk 1.4 gnu java from with my system.
    Regards
    Prashansh Kumar

    From what I understand, the problem is that your classes are compiled for a later version of Java. I'm not sure at this point that uninstalling Java 1.4 is the right solution - it may break important system functions.
    I would rather try another approach first:
    # alternatives --config java
    -> select the java version you want as default.If you want to install java 1.6 you can try the following:
    # yum install java-1.6*
    or just the runtime package
    # yum install java-1.6.0-openjdk
    For example:
    # java -version
    java version "1.4.2"
    # yum install java-1.6.0-openjdk
    # alternatives --config java
    There are 2 programs which provide 'java'.
      Selection    Command
    + 1           /usr/lib/jvm/jre-1.4.2-gcj/bin/java
    *  2           /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java
    Enter to keep the current selection[+], or type selection number: 2
    # java -version
    java version "1.6.0"

  • Installation problem oracle 11g R2 on oracle enterprise linux 5 update 5

    hello support,
    i've installation problems with oracle 11g R2 on oracle enterprise linux 5 update 5. In the section "ORACLE Net-Konfigurationsassisten" the failure "[INS-20802] Oracle NET-Konfigurationsassistent not success". What's wrong? I've followed the instructions on http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html
    I've heard the problem can occur with problems in /etc/hosts? My /etc/hosts is configured:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          oracle localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    is this ok? what can I do to bring the database-installation to success?
    Thank's for help ;-)
    Edited by: user5782904 on 09.05.2010 14:06

    Here I paste you the configuration of my latest linux box which has a similar environment like yours.
    # hostname
    vmrhel6032.quist.ch
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032 vmrhel6032.quist.ch
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032.quist.ch
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Thanks to your post I noted that the hostname consist already of my domain entry. Try your configuration first without domain entry. It should look like:
    # hostname
    vmrhel6032
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Otherwise use the first example and don't forget to restart your server resp. the network service. ;)

  • Install 11.2.0.3.0 database on Red Hat Enterprise Linux Server v.5.7

    1. if I need to install 11.2.0.3.0 database on Red Hat Enterprise Linux Server v.5.7,
    Here I see 11.2.0.1.0 for Linux x86-64 on the following website._
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linx8664soft-100572.html
    Do I download the following and then apply the 11.2.0.3 patch?_
    Oracle Database 11g Release 2 (11.2.0.1.0) for Linux x86-64 Linux.x64_11gR2_database_1of2.zip (1,239,269,270 bytes) (cksum - 3152418844) linux.x64_11gR2_database_2of2.zip (1,111,416,131 bytes) (cksum - 3669256139)
    2. I need to install 11g and 10g in a same server, I am also looking for a good document.
    Thanks.
    Jack

    user3023234 wrote:
    thanks. I will look into it.
    how do you install 10.2.0.4 and 11.2.0.3 on the same server?You can install multiple homes in a server.
    Every Software dump consists of installer(runInstaller).
    Even you can install same Oracle version & release in same server by differentiating Folder names.

  • Oracle 11g grid control software for Oracle Enterprise Linux 5.0 version

    Hi,
    Just curious to know when Oracle 11g grid control software for Oracle Enterprise Linux 5.0 version will be released. If already released, can you post the link?
    Regards,
    Manohar

    aadragna wrote:
    What is the best installlation document to follow for the latest EM Grid control ?The latest Grid Control is available for download at http://download.oracle.com (Scroll down to "Enterprise Management"). There is a README beside the download link. THAT README PROVIDES INSTALL INSTRUCTIONS.
    In a nutshell, you install the lowest version (10.2.0.1 or 10.2.0.2, which ever is lower for your Grid Control platform), and then apply the 10.2.0.5 patch according to the readme. That should not normally take more than a day.
    >
    Also, can GRID discover PeopleSoft and Siebel application software ?
    That can be found using the self-help portal: http://otn.oracle.com -> Products : Enterprise Management (left edge menu). In the 'Product Focus' area, you will notice 'Application Management' which will lead you to the appropriate data sheets and supporting information.

  • Oracle 11g installation on Oracle Enterprise Linux, 64bit version.

    Hi
    I want to install oracle 11g on Oracle Enterprise Linux, 64bit version.
    Do I need to set kernel parameters in this operating system, since it is not standart Linux editions.
    or
    Can I have a step by step documentation for installing oracle 11g on this operating system?

    Hello,
    Yes you do need to set kernal parameters in order to meet pre-requisites, otherwise your installation will fail and oracle might not work or unstable.
    Here is the best place to find out stepwise installation instruction and kernel parameter configuration
    Quick Installation Guide*
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm
    Kernel parameter configuration*
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm#CEGFBCFD
    You can use this tutorial to install oracle 11g*
    http://www.oracle.com/technology/obe/11gr1_db/install/dbinst/dbinst.htm#o
    Regards

  • How do i install firefox into my Red Hat Enterprise Linux Professional Work Station 3

    I do not know how to install firefox. To my Red Hat Enterprise Linux Professional Work Station 3.

    First make sure that you meet the System Requirements (GTK+ and GLib) for the current Firefox version.
    *http://www.mozilla.org/en-US/firefox/23.0/system-requirements/
    *http://kb.mozillazine.org/Installing_Firefox#Linux
    *https://support.mozilla.org/kb/Installing+Firefox+on+Linux

  • In Oracle Enterprise Linux (OEL) not able to redirect pvscan output.

    Hi,
    I'm not able to redirect output of ovscan and vgscan commands to a file in Oracle Enterprise Linux.
    Please suggest something.
    Thanks
    Mayank

    Thanks Paul for your valuable replies.
    Well i'm using OEL 5.1(Oracle Enterprise Linux) 32 bit version.
    The commands i used were:
    # pvscan 1>output.txt 2>&1
    # vgscan 1>output.txt 2>&1
    In both cases output.txt remains blank.But when I ran command
    # ls 1>output.txt 2>&1
    output.txt has list of files in it.
    Also in case of RHEL (Redhat Enterprise Linux), for both commands vgscan and pvscan output is getting redirected to the output.txt
    So the problem is with OEL only. Please suggest something.

  • How do you update the schema password from Oracle Enterprise Manager...

    How do you update the schema password from Oracle Enterprise Manager...

    Or do you mean, change the SYSMAN's password?
    If this is the case, I suggest you to refer to this link --> EM HowTo Reset sysman Password
    ~ Madrid

  • 5 Year MSSQL SERVER DBA to ORACLE DBA 11g ( ORACLE ENTERPRISE LINUX )

    First of all thanks in advance for reading this thread.
    I'm a senior consultant with 5 year experience as MSSQLSERVER DBA.
    My company is starting new projects using ORACLE RAC 11g on ORACLE ENTERPRISE LINUX, I would like some guidance to enter the linux & oracle world.
    I have some linux basics & oracle basics, but i would like to follow a learning path.
    I would be very appreciated if someone help me.
    Thanks in advance !

    concepts manual: [ http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/toc.htm|http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/toc.htm]
    you can also search for any Oracle User Group in your area and join them. Most people there are willing to give helping hands in many areas, and often it's easier to discuss problems, or even attitudes with a beer or another than only in a forum. (my personal opinion)
    best regards,
    Martin

  • How to uninstall/remove security update for SQL Server 2012

    My requirement is to uninstall/remove security update for SQL
    Server 2012 Service Pack 1 only. so are these below steps are correct or do I need to take any extra precaution for uninstallation?
    Go to Control panelàProgramsà
    Programs and FeaturesàInstalled Updrtes, right click on update and uninstall
    As per my knowledge in SQL Server 2005, we cannot uninstall a service pack. we have to uninstall SQL Server 2005 completely, and reinstall SQL Server 2005 with previous service
    packs and updates. but Starting SQL Server 2008, we can uninstall a service pack using Control Panel.
    Rahul

    http://blogs.msdn.com/b/askjay/archive/2011/02/07/uninstalling-a-sql-server-service-pack.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to uninstall/remove Learn to Play sessions?

    Hi all,
    I've downloaded the "Learn to play" session in Garageband '09 and watched them. Now I do not want to use them anymore and due to this remove them from my harddrive to save diskspace.
    HOW do I uninstall/remove the "Learn to play" demonstration files?
    Thanks in advance!
    --Andreas

    My guess is HD>Library>Application Support>Garageband>Learn to Play>Basic Lessons and trash the ones you don't want.

  • How to uninstall the 11g dabse from windows

    Hi folks,
    im struggling with problem with uninstall of oracle 11g database .
    can anyone give suggetion for my problem.
    regards
    c'nu

    Maybe you can try the following forum?
    General Database Discussions
    Thanks,
    Zhe Wu

  • How to uninstall/remove OSX Server Demo?

    Hi all,
    I installed the OSX Server Demo disc I received from Apple that has an expiry date June 30th, 2009. Long story short, it's not suitable for my needs. Now, how do I remove it without affecting anything existing. There doesn't seemed to be any option anywhere.

    Back up your data and do an archive and install of the client software.
    If it was me, I would back up the data, boot from the client disk and format the drive, or use my disk image I made of the machine prior to installing server.

Maybe you are looking for

  • How to turn off voice control with iPhone 5s with iOS 8

    I Dropped my phone in the tub, I have an otterbox on it but it didn't do the phone any good :/. I dried it off and the home button started acting up. And now it doesnt work when i hit it. But the Touch ID still works. However randomly voice control w

  • RH8 for Word gives "not responding" message when I try to add a hotspot

    Good afternoon.  I have been trying to add a hotspot or jump to RoboHelp 8 Word with no luck.  My computer keeps freezing and in a few minutes I will see that Word is "Not Reponding" on the blue bar at the top of the screen.  Any ideas?  Thanks.

  • How to create shortcuts using Form 10g

    hi all, my problem is that i want to perform some task by pressing 1 a key. for e.g., i want to do a certain job by pressing F3. how can i implement it. thanks and rgds Aml

  • SRM7 shopping cart item clipboard management - how to delete/remove

    In SRM 7.0, after adding a shopping cart item, in "Item Overview" you can use button "Copy" to "Copy selected item to clipboard".   If there is an item stored in clipboard, the button "Paste" is enabled and user can "Paste clipboard contents". My que

  • Problem loading image in an applet

    I've written the simplest of Java applets that loads a single image (a map) for a conservation website. However, I've determined that, depending on the filename (it appears), the map is either visible or not. I was after some help to debug this - I r