Installing 11gr2 on fedora

Hello
I have installed 11gr2 on my fedora 12.
The installation was smooth, but when I started sqlplus I get this error
$ sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot enable executable stack as shared object requires: Permission denied
Not sure what this means. I searched the forums, found a similar question in Instant client on Fedora 12 ? , but that did not help.
If youu have any clues, pls post.
thanks

1. Disable SELINUX
In Fedora , edit /etc/selinux/config and change the SELINUX line to SELINUX=disabled:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
2. reboot the machine

Similar Messages

  • Java.lang error while installing 11gR2 Grid Infrastructure on HPUX 11.31

    Hi,
    I am installing 11gR2 Grid Infrastructure on HPUX 11.31 Itanium server for installing RAC database.
    I do not get any error during the installation of the software but while running the root.sh I am getting following error..
    # /opt/oracle/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /opt/oracle/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-04-23 15:09:28: Parsing the host name
    2010-04-23 15:09:28: Checking for super user privileges
    2010-04-23 15:09:28: User has super user privileges
    Using configuration parameter file: /opt/oracle/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    stty: : Not a typewriter
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'sys'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'bmblade-91'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'bmblade-91'
    CRS-2676: Start of 'ora.gipcd' on 'bmblade-91' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'bmblade-91'
    CRS-2676: Start of 'ora.gpnpd' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'bmblade-91'
    CRS-2676: Start of 'ora.cssdmonitor' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'bmblade-91'
    CRS-2672: Attempting to start 'ora.diskmon' on 'bmblade-91'
    CRS-2676: Start of 'ora.diskmon' on 'bmblade-91' succeeded
    CRS-2676: Start of 'ora.cssd' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'bmblade-91'
    CRS-2676: Start of 'ora.ctssd' on 'bmblade-91' succeeded
    Error occurred during initialization of VM
    java.lang.Error: Permission denied
    sh: 10154 Abort
    Configuration of ASM failed, see logs for details
    Did not succssfully configure and start ASM
    CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /opt/oracle/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
    Stop of resource "ora.crsd -init" failed
    Failed to stop CRSD
    CRS-2500: Cannot stop resource 'ora.asm' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /opt/oracle/app/11.2.0/grid/bin/crsctl stop resource ora.asm -init
    Stop of resource "ora.asm -init" failed
    Failed to stop ASM
    CRS-2673: Attempting to stop 'ora.ctssd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.ctssd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'bmblade-91'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.cssd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.gpnpd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.gipcd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.mdnsd' on 'bmblade-91' succeeded
    Initial cluster configuration failed.
    Do anybody came accross this issue? I had 11gR2 Grid Infrastructure installed on this server, but for demostration to other team members, I removed the earlier installation using Metalink Note :942166.1. I will appreciate your input.
    Regards
    Shailandra

    Hi,
    One of the recommended solution for this issue by Oracle.
    Have the DISPLAY variable set when running root.sh. This is the th recommendation by oracle to a SR opened by another vendor for this issue.
    Regards

  • Installing 11gr2 in Oracle Linux 6.3 (./runInstaller - permission denied)

    Whenever i try to run ./runInstaller in terminal,
    i get the error as Permission denied ,
    While installing oracle linux 6.3 , i have given root password and in terminal ,
    even though being a root user, can't install the Oracle Database 11gr2.
    I know, there are many tutorials about installing 11gr2, i followed almost all from different sites, but stuck with Permission denied.
    Pls help me anyone, as am a beginner in the field of Linux environment.
    Thanks...
    Edited by: flixblixclix on Jan 1, 2013 10:51 PM

    979352 wrote:
    Whenever i try to run ./runInstaller in terminal,
    i get the error as Permission denied ,
    While installing oracle linux 6.3 , i have given root password and in terminal , trying to install as root is a clear indication that you either haven't read the Installation Guide, or you are choosing to ignore it. If you missed or chose to ignore the point that the installation should not be done as root, who knows what else you missed or chose to ignore.
    From Oracle® Database Installation Guide
    11g Release 2 (11.2) for Linux ( http://docs.oracle.com/cd/E11882_01/install.112/e24321/inst_task.htm#BABJGGJH)
    4.5.1 Running Oracle Universal Installer
    For any type of installation process, start Oracle Universal Installer and install the software, as follows:
    Logon as the Oracle software owner user (typically, oracle) to the computer on which you want to install Oracle components.
    even though being a root user, can't install the Oracle Database 11gr2.
    I know, there are many tutorials about installing 11gr2, i followed almost all from different sites, but stuck with Permission denied.
    Pls help me anyone, as am a beginner in the field of Linux environment. Read the Installation Guide. Read all of it. Believe it.
    >
    Thanks...Edited by: EdStevens on Jan 1, 2013 8:24 AM

  • Installing 11gr2 release 11.2.0.2 database in Windows 7 32 bit

    Hi everyone,
    I want to Install 11gr2 release 11.2.0.2 database in Windows 7 32 bit.
    I have searched on download.oracle.com but i was not able to findout proper database compatible with windows 7. They had 11gEX db but i want to install simple 11gr2.
    Please help me to download and configure database on windows 7 32 bit.
    Thanks in advance.
    Nish

    11.2.0.2 is only available from My Oracle Support (https://support.oracle.com), access to which requires a paid support contract with Oracle
    11.2.0.1 can be downloaded from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Install Guide is at http://docs.oracle.com/cd/E11882_01/install.112/e24186/toc.htm - you will need Win 7 Professional or higher - Home version is not supported.
    HTH
    Srini

  • Install 11gR2 on Rehat5 64bit

    Hi,
    I try to install 11gR2 on Redhat5 64 bite.
    So I create a new vmware session in my server
    I install Redhat5 64bit I add thes packages for Oracle
    I create ORACLE user I download the files from OTN.
    When I run the "runInstaller" I get the first screen "Configuration Security Update" when I click on Next butom the screen hangs...and Idon't have any message!!.
    Can you help please?

    Pl confirm that are following all of the steps in the Install Guide - http://download.oracle.com/docs/cd/E11882_01/install.112/e24321/toc.htm
    Pl post the last 100 lines from the install log - http://download.oracle.com/docs/cd/E11882_01/install.112/e24321/app_ts.htm
    HTH
    Srini

  • Linux: error in invoking 'ntcontab.o' of makefile while installing 11gr2

    Hey all,
    I installed Oracle Linux 6.1 under VirtualBox (hosted on a Windows 7 box).
    All is well and I began to install Oracle 11g for Linux, but ran into this error:
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile '/home/Roy/app/oracle/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk'. while installing 11gr2 client on Linux x86-64 bit serverWhen I dug into the logs, the error was this:
    INFO: mv: cannot stat 'ntcontab.o'
    INFO: : No such file or directoryCan anyone provide a link to resolution?
    Thanks

    You are using an unsupported OS - pl try with a supported OS version.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD
    HTH
    Srini

  • How to install 11gR2 on oel 5.4

    how to install 11gR2 on oel 5.4?is there any side effect for 11gR2 on OEL 5.4 with ASM?
    does oel 5.4 supports 11gR2 and ntfs mount?
    Edited by: ghost_rieder on Sep 26, 2009 1:11 PM

    The 11gR2 installation on OEL-5.4 is pretty simple and easy, although the OUI interface has been changed. No side effect with ASM, but installation procedure is something different (grid infrastructure) for a standalone installation (single database with ASM). Also, deinstallation of software is now performed via separate package 'deinstall' (not via OUI as before). There are 7 zip files downloadable from OTN:
    linux.x64_11gR2_database_1of2.zip
    linux.x64_11gR2_database_2of2.zip
    linux.x64_11gR2_grid.zip
    linux.x64_11gR2_client.zip
    linux.x64_11gR2_examples.zip
    linux.x64_11gR2_gateways.zip
    linux.x64_11gR2_deinstall.zip
    The first two are for database, the third is for grid infrastructure including ASM installation for single database. If you want a standalone installation with ASM, you must first install grid infrastructure software in its own oracle home (must be different from database home) and configure ASM and listener in that home. When ASM and listener are active and running in grid infrastructure home, install database software in database home and build the database via dbca in database home.
    NJ

  • Error installing 11gR2 on windows 8

    I downloaded oracle database 11gR2 software for windows X64 platform from OTN.  it contains two distinct zip files(file1 and file2).  the first file extracted but couldn't do the same for the second file. It keeps telling me zip file is empty. I decided to go along and install but after 40% (copying file), I got an error saying the file path was not found
    ' File not found C:\app\Chike\product\11.2.0\dbhome_2\owb\external\oc4j_applications\applications\WFMGRApp'
    pls I need possible solutions to solve this.
    thanks Guys

    First, Win 8 is not a certified OS to install 11gR2 - Oracle Database Preinstallation Requirements
    Which version of Win 8 ? If you have Pro or Enterprise, you will have to install 12c - Oracle Database Preinstallation Tasks
    Home versions of Windows are not certified for any Oracle installs.
    You will need to download both zip files, then unzip both into a single directory before running setup.exe. Your unzip issue indicates that the second zip file is corrupted.
    HTH
    Srini

  • Installing flex on fedora 7

    Can some one help me out how to install flex on fedora.

    so you need Flex Builder for linux.
    download it from
    http://labs.adobe.com/downloads/flexbuilder_linux.html

  • Installing oracle10g on Fedora fails

    Hi,
    I gave up trying to install oracle9i on Fedora. But when I
    tried to install 10g on fedora today, I ran into the same
    kind of errors as with 9i.
    I have read puschitz and oracle-base as well as other docs
    and I also pass the pre-requisites test of the OUI
    I am now confused as to why everytime I get to the linking
    stage, the following do not link:
    ins_precomp, ins_sql, ins_ldap, ins_rdbms, ins_nau, ETC...
    (9i Note: The fixes in puschitz's page for ins_precomp and
    ins_sql do not work for me nor do the fixes for
    ins_oemagent and inv_ctx) and there is no mention
    anywhere on the web for other errors like ins_rdbms, ldap,
    nau, and more..
    What could be the problem? Can someone assist please?
    Thanks

    I've successfuly installed oracle10g on Fedora core1 but before that I update all packages mentioned in
    http://www.puschitz.com/InstallingOracle10g.shtml to latest versions(using yup).
    Regards.

  • Install 11gR2 on RedHat 6 or OEL 6

    Hi All,
    I am installing 11gR2 on our Linux RH 6  server.
    I got this pre-req setup for the install guide in ORACLE-BASE website (one of my idol site).
    But when I restarted the server, I got error kernel panic , and can not boot the server
    What parameter here caused it to panic? It did not mention specifically. 
    Please Helpppp...Thanks.
    Hosts File
    The "/etc/hosts" file must contain a fully qualified name for the server.
    <IP-address>  <fully-qualified-machine-name>  <machine-name>
    For example.
    127.0.0.1       localhost.localdomain  localhost
    192.168.0.181   ol6-112.localdomain    ol6-112  
    Oracle recommend the following minimum parameter settings.
    fs.suid_dumpable = 1
    fs.aio-max-nr = 1048576
    fs.file-max = 6815744
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.ipv4.ip_local_port_range = 9000 65500
    net.core.rmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048586
    Add or amend the following lines in the "/etc/sysctl.conf" file.
    fs.suid_dumpable = 1
    fs.aio-max-nr = 1048576
    fs.file-max = 6815744
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    #semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    net.ipv4.ip_local_port_range = 9000 65500
    net.core.rmem_default=4194304
    net.core.rmem_max=4194304
    net.core.wmem_default=262144
    net.core.wmem_max=1048586  
    Add the following lines to the "/etc/security/limits.conf" file.
    oracle              soft    nproc   2047
    oracle              hard    nproc   16384
    oracle              soft    nofile  4096
    oracle              hard    nofile  65536
    oracle              soft    stack   10240
    Amend the "/etc/security/limits.d/90-nproc.conf" file as described below. See MOS Note [ID 1487773.1]
    # Change this
    *          soft    nproc    1024 
    # To this
    * - nproc 16384
    Set secure Linux to permissive by editing the "/etc/selinux/config" file, making sure the SELINUX flag is set as follows.
    SELINUX=permissive
    Once the change is complete, restart the server.

    Hi,
    Please refer the below document
    Requirements for Installing Oracle 11.2.0.3 RDBMS on RHEL 6 on zLinux (s390x) (Doc ID 1470834.1)
    Thanks,
    Rajasekhar

  • Can i install EBS on fedora???

    hi all,
    Can i install EBS on fedora??? it is build on RedHat.

    Hi,
    Please see "Oracle Certification Matrix".
    Oracle Certification Matrix
    http://www.oracle.com/technology/support/metalink/index.html
    Regards,
    Hussein

  • Install Ant on Fedora

    I downloaded apache-ant-1.6.0-42.src.rpm package. When i installed that package, i had two files ( apache-ant-1.6.0-42.src.tar.bz2 and apache-ant-1.6.0-42-optional.src.tar.bz2 ).
    I didn't see bin folder. So I extracted apache-ant-1.6.0-42.src.tar.bz2 file, i had apache-ant-1.6.0 folder. I couldn't see bin folder and i don't know how to compile and install it.
    If you know to install Ant on Fedora, please show me. Thanks.

    I think you need to talk to the TORA folks: http://torasql.com.
    -Andy

  • Install Raptor On Fedora Core

    Hi to all!
    I'm trying to install reptor on Fedora Core 4. I have installed jdk 5.0 ok and I have unzipped raptor ok too, but when I try to run I have this error:
    [root@biora raptor]# sh raptor
    Oracle Raptor 1.0
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
    Working directory is /var/local/raptor/jdev/bin
    Exception in thread "main" java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:333)
    at java.util.logging.LogManager.getLogger(LogManager.java:437)
    at java.util.logging.Logger.getLogger(Logger.java:228)
    at oracle.ide.performance.PerformanceLogger.<init>(PerformanceLogger.java:64)
    at oracle.ide.performance.PerformanceLogger.get(PerformanceLogger.java:94)
    at oracle.ideimpl.Main.main(Main.java:21)
    Somebody knows what's Wrong?
    Thanks.
    Mensaje editado por:
    user481184

    Have you asked this question in the Raptor forum? It's the forum where the Raptor developers and product people usually spend their limited free time.

  • INSTALL TORA ON FEDORA 13

    I want to install TORA on fedora and connect to oracle 10gR2..but i found error in installation
    error: Failed dependencies:
         libDCOP.so.4 is needed by tora-1.3.9.2-1.i386
         libkdecore.so.4 is needed by tora-1.3.9.2-1.i386
         libkdeprint.so.4 is needed by tora-1.3.9.2-1.i386
         libkdeui.so.4 is needed by tora-1.3.9.2-1.i386
         libkhtml.so.4 is needed by tora-1.3.9.2-1.i386
         libkio.so.4 is needed by tora-1.3.9.2-1.i386
         libkparts.so.2 is needed by tora-1.3.9.2-1.i386
         libqt-mt.so.3 is needed by tora-1.3.9.2-1.i386
    how do I overcome it??
    thanks

    I think you need to talk to the TORA folks: http://torasql.com.
    -Andy

Maybe you are looking for

  • How do I use itunes without ging personal details

    HI, I have tried to access itunes but it keeps asking for my banking details. I deliberately bought an itunes card so I wouldnt have to reveal personal details. Obviously I have no idea what Im doing.I would really appreciate some advice. I seem to k

  • Jdeveloper - Process exited with exit code 128.

    Oracle, I downloaded Jdeveloper from Oracle website. I tried to create simple helloworld jsp & tried to run from jdeveloper. I set project properties->compiler->use Javac also, but still it gives same error message in "Running Embedded OC4j server Lo

  • Flash player wont instal

    I have IE 6, FireFox and Opera browsers installed, flash works in them all except Internet Explorer. I've uninstalled the flash player and reinstalled but it still wont work on IE... any thoughts?

  • Can someone stop Adobe autoinstalling McAfee with Adobe Reader

    Hi, Why does Adobe Reader standardly download and install McAfee??? Does anyone at Adobe know how it is to have 2 virus scanners or security solutions on a PC? I need an Adobe address to send PCs which do not longer because of such a f...ing thing! T

  • Time capsule or external hard disk?

    I am new to Mac. I read so much about the problem of using a Time Capsule. Is it safer or better to use a normal external hard disk instead?