Bad interpreter: Permission denied whn installin ORACLE 11g on linux 32 bit

Hello All,
I have a VMWare that i installed into it Oracle enterprise Linux 5 32 bit, i am trying to install Oracle 11g R2 on it, i have the .iso oracle file, l linked the CD/DVD drive of the VMware to the location of this ISO file, and i applied all the steps mentioned in this link : http://www.oracle-base.com/articles/11g/OracleDB11gR2InstallationOnEnterpriseLinux5.php
i did: cd media and i found the runInstaller file but wen trying to run it: ./runInstaller i am facing the below :
[root@oel5 media]# cd V17489-01/
[root@oel5 V17489-01]# ls
doc install response rpm runInstaller sshsetup stage welcome.html
[root@oel5 V17489-01]# ./runInstaller
-bash: ./runInstaller: /bin/sh: bad interpreter: Permission denied
your help is appreciated please.
Regards,

The problem is that gnome-mount will not give you execute rights on CD/DVD content. The solution is at the below link in the Tips section:
Installing Oracle 11g R2 on Ubuntu 10 Howto
Logout your current X-session and login as user Oracle
Insert the Oracle Installation DVD
Or from a remote terminal session:
Insert the Oracle Installation DVD
sudo umount /dev/sr0
Create a new session as user Oracle
ssh -Y oracle@server_address
sudo mount /dev/sr0 /media
/media/database/runInstaller
If you see "runinstaller" instead of "runInstaller" you can try the following:
sudo mount -o loop,norock /dev/cdrom /media
more also here:
runInstaller ".oui: No such file" / "bad interpreter: Permission denied"
Edited by: Joe Shmoe on Nov 5, 2010 11:45 AM

Similar Messages

  • Bash: /mnt/cdrom/runInstaller: /bin/sh: bad interpreter: Permission denied

    hi,
    i m new to oracle on linux
    Oracle 10gR2 on RedHat Enterprise Linux 5
    while running ./runInstaller
    this error displays
    bash: /media/database/runInstaller: /bin/sh: bad interpreter: Permission denied
    can any one help me, please answer here or [email protected]

    It's got nothing to do with who he's running the installer as (though he should indeed run it as the oracle user, of course).
    It's got everything to do with the fact that a lot of distros these days automount their CDs with the noexec switch set. Meaning that no-one apart from root is allowed to execute programs from the mounted media. Centos 5 does it, so RHEL5 would do it too. OpenSuse10.3 doesn't do it; Fedora 8 does; Debian 4 does.
    If your distro uses an old-fashioned fstab (Debian 4 does, for example), you could edit that and stick an explicit 'exec' switch in as one of the mount options (plain old "user", commonly specified, implies "noexec").
    But RHEL5 and Fedora 8, for example, use a new udev-magic way of dynamically mounting removable media, so there's nothing listed in /etc/fstab until after a cd or dvd has been automounted... and by that stage, it's too late to edit what the mount options should be!
    The fix for these sorts of distros is to become root and manually unmount any Oracle CDs or DVDs that have been automounted. You can then simply re-mount them by issuing a command such as
    mount -o loop /dev/cdrom /media...and, because this manual mount doesn't include explicit noexec switches, you'll find that if you now become the oracle user, you'll be allowed to execute the runInstaller program normally.

  • RunInstaller ".oui: No such file" / "bad interpreter: Permission denied"

    Hi,
    The Oracle "runInstaller" script gives the following errors:
    a) bad interpreter: Permission denied
    b) .oui: No such file
    Solution:
    - insert the DVD
    - umount /media/<tab>
    - mount -o norock /dev/cdrom /media
    Reason:
    a) "gnome-mount" mounts iso9660 with "noexec" privileges.
    b) Some DVD's require the mount "norock" option to prevent filename conversions.
    The above is ok for the purpose of installing, but annoying if you don't know the solution. The thing with gnome-mount and HAL seems quit complex. I tried to change the gnome-mount defaults to include "exec" privileges, but without success.
    yum install gconfig-editor
    ("gcon-editor" GUI - look under system/storage)
    With DVD mounted to change settings for a particular volume , or without to change default for all:
    gnome-mount --display-settings -d /dev/cdrom
    gnome-mount --write-settings -d /dev/cdrom -m mnt
    gnome-mount --erase-settings -d /dev/cdrom
    Changing the default mount point inside /media worked, but it made no difference to set "exec" mount option (-o exec)
    An entry in /etc/fstab overwrite these settings:
    /dev/cdrom /media/mnt iso9660 norock,exec 0 0
    which gives an error if the media is not present at shutdown or startup
    How to change the defaults for gnome-mount to include "exec" for /dev/cdrom?
    Kind regards.
    Edited by: waldorfm on May 5, 2010 10:32 AM

    Yes. Actually I thought I would post this because I was not able to "google" a solution. Apparently other people experienced the same problem and were not able to install from DVD.

  • -bash: ./runInstaller: /bin/sh: bad interpreter: permission denied

    I have done all pre requisite configurations in Enterprise Linux R5 for the installation of Oracle Database 10g R2. When I run this ./runInstaller command from terminal window of Oracle user account. I got following error.
    -bash: ./runInstaller: /bin/sh: bad interpreter: permission denied
    Kindly send me the solution of this problem on urgent basis.
    Thanks.
    Shahzad

    ls -la runInstaller
    Check permission, that user can run.(execute)
    By the way, if you use "oracle" user rune it...
    Please Extract Oracle Source by oracle user.
    Or user root user and change permission source ...
    root$ cd SOURCE
    root $ ls -la runInstaller
    root$ chown -R oracle:oinstall .
    example:
    $ cd Disk1/
    $ ls -la runInstaller
    -rwxr-xr-x 1 oracle oinstall 1756 Mar 12 2008 runInstaller

  • /bin/sh: bad interpreter: Permission denied- Rapidwiz

    hi Gurus,
    I am trying to install apps 11.5.10.2 from an external hard drive onto oracle enterprise linux , installed on vmware workstation 6, and i got error--- /bin/sh: bad interpreter: Permission denied.When trying to run the rapidwiz.
    Can somebody pls help me with full discription of this problem and what the solution might be. Secondly please help with the steps required when installing 11i on oracle enterprise linux as i know nothing about linux configuration.Thanks Guys

    Not Sure if this issue is still open.
    Recently I faced the same issue while executing/running ./rapidwiz (from stage area ) from External usb disk with ext2 file system. Basically I was trying to install R12.0.4 on OEL 5 Platform,
    I was getting the same error PERMISSION DENIED /bin/sh bad interpreter. I started experimenting many different things to start with chmod,chown ...and also having a manual entry in /etc/fstab for the external drive but nothing worked out.
    After hour's(3-4)of googling around I could finally fix it OLAH ...
    Firstly if some one see's the similar issue (assuming the similar senario as well ...stage created on External usb HD)
    1) Check the out put of the "mount" command.
    If it is  /media/usbdisk (rw, noexec,nosuid) * -- this the culprit ** you would never be able to run/execute any program or executable within this disk.
    2) Fix it -- use below command.
    mount -0 remount rw /media/usbdisk .
    3) And upon re-running " mount" cmd, u'll see below output.
    **/media/usbdisk (rw) -- observe we don't c the noexec, nosuid from first run.
    --uh!! Phew !!
    And the installation start ...with no issue's ... I hope this will be usefull for other novie like me ..:-)

  • Bash: ./jdev: /bin/sh: bad interpreter: Permission denied

    Unzipped the jdevj2eebase1013.zip
    Set permissions as per install guide.
    Try to run jdev get this error
    bash: ./jdev: /bin/sh: bad interpreter: Permission denied
    Note the install guide says to run $ jdev
    from command line, surely this means
    $ ./jdev
    instead. Tried it verbatim but get
    hj54@devhost:~/downloads/oracle/10g/jdeveloper10.1.3pre/jdev/bin> jdev
    bash: jdev: command not found
    Distro is Novell Linux Desktop ( Suse 9.0 )

    ls -la runInstaller
    Check permission, that user can run.(execute)
    By the way, if you use "oracle" user rune it...
    Please Extract Oracle Source by oracle user.
    Or user root user and change permission source ...
    root$ cd SOURCE
    root $ ls -la runInstaller
    root$ chown -R oracle:oinstall .
    example:
    $ cd Disk1/
    $ ls -la runInstaller
    -rwxr-xr-x 1 oracle oinstall 1756 Mar 12 2008 runInstaller

  • Creation of two databases in oracle 11g on linux

    HI,
    I need to create two databases in oracle 11g on linux.
    how to set SID'S in .bash_profile and change the init.ora file.
    pls anyone let me know
    thanks
    srinivas

    If you have different databases on same node you could choose to not set ORACLE_SID in shell init file but use instead interactive oraenv Oracle script to set the right ORACLE_SID.
    Please read Configuring the Operating System Environment Variables in http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/em_manage.htm#ADMQS12369
    To create easily a database (ie without using your own scripts) try to use DBCA that will automatically take care of database initialization file: http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/install.htm#BABEIAID
    Edited by: P. Forstmann on 5 août 2011 12:01

  • Ordered processing required from Oracle 11g on Linux to BizTalk Server

    Need a viable solution enabling ordered processing (OP) of messages from Oracle 11g on Linux allowing for ordered delivery to subscribers in BizTalk over MSMQ.
    We are currently running BizTalk 2010 (with Adapter Pack 2010) and are using ordered delivery for inbound messages to Oracle (received from msmq) but not for outbound messages since the Wcf-adapters doesn't support Ordered Processing in a receive port/location
    (except for msmq). However, we do need to implement ordered processing for outbound messages also. It's a major drawback that the Wcf-adapters does not support ordered processing not even with restricted or limited functionality.
    Our current implementation is polling Oracle using the Wcf-adapter calling PLSQL-package functions that handles all logic and returns a pre-built XML in a CLOB/string to BizTalk.
    Since Oracle is hosted on Linux we can't switch the PLSQL-logic to use Oracle COM-automation and post XML directly into MSMQ which otherwise would have been a quick solution. Also no WebSphere MQ (MQSeries) exists on the premises ruling out that adapter.
    Preferences:
    - Stable and reliable message transfer with ordered processing from Oracle to BizTalk
    - Messaging only pattern (generic) preferred over custom Orchestations (such as re-sequencing pattern)
    - Products preferred over custom development (within reasonable price limits).
    - Follow Microsoft best practices if possible
    In-house development of a custom BizTalk adapter or a nt-service bridging from Oracle to MSMQ could be considered as an option.
    regards
    /Henrik
    /Henrik

    Thanks for the reply but it's not that easy I'm afraid, if it had then this post would never have been written.
    We're retrieving one message at the time and with pollWhileDataFound=true so that's all good.
    The problem is that the inner workings of the wcf-adapters are multithreaded and can not guarantee ordered delivery (which also has proven itself).
    The answer why can be found in this post
    http://blogs.msdn.com/b/paolos/archive/2009/11/17/customizing-and-extending-the-biztalk-wcf-adapters.aspx 
    Here's the crucial part: "The WCF Adapters create a separate ServiceHost and singleton service object of this class for each receive location to handle client requests for the lifetime of the BizTalk Host instance running WCF receive locations. The service
    object uses multiple threads to process messages concurrently unless the WCF-NetMsmq receive locations are used with the Ordered processing property being selected"
    (this is also why I'm wondering why Microsoft doesn't provide the option to run ordered delivery with other wcf-bindings than NetMsmq...)
    The search for ordered processing out of Oracle continues...
    regards
    /Henrik

  • Uninstalltion of Oracle 11g on Linux

    plz help me to uninstall Oracle 11g on Linux ......Due to some pblm doesnt get OUI,oemctl..etc....
    Plz bring documents for that
    Thanks advance

    Arun Kurungatt wrote:
    Hi Edsteve,
    When i installed oracle 11g R2 on linux,network Configuration was failed.It's a shame you didn't capture the error message and report that.
    Lisener was not up after that..When we tried to start the listener,got 'No listener" message.Exactly *how* did you try to start the listener? I've never seen a "no listener" message from a failed attempt to start the listener. And all oracle error messages come with a message code, something like "ORA-nnnnn" or "TNS-nnnnn" that makes it easier to look up the *exact* problem.
    we also tried to reinstall NETCA..What led you to try to reinstall NETCA? And what did you do to try to reinstall it? I've never seen an installation/re-installation of *just* netca ...
    but it doesnt work...I don't find "doesn't work" in the Oracle error message manual, but a google search of "doesn't work" returned 300,000,000 hits.
    and also doesnt get DBCA ,OUI...etc....can you help me to up the services????I have no idea what you mean by that statement.
    I'd like to help. I really would. But in order to get help, you've got to provide more specific information. Actual error messages - complete with message number - is a minimum requirement. Working from a command line and using copy and paste to show *exactly* what you do and *exactly* what response you get would be *very* helpful.
    Edited by: EdStevens on Oct 20, 2010 9:23 PM
    Edited by: EdStevens on Oct 20, 2010 9:25 PM

  • Oracle 11g on Linux for Power?

    Hi All,
    Does Oracle today has support for Oracle 11g on Linux for Power?
    I couldn't find it from the website, only has Oracle 10gR2..
    Please advice..
    Thank you..
    Regards,
    Alson Ang
    First Solution Sdn Bhd

    Just found Oracle Support document 1310584.1, last updated August 5, 2011:
    Says:
    Oracle will not be releasing Oracle Database 11g on IBM Linux on Power systems. Customers can continue to run the terminal patch set of Oracle Database 10g Release 2 (10.2.0.5)....
    Extended Support is offered through July 21, 2013
    Limited Extended Support offered until July 31, 2015
    Hope this helps.
    Matt

  • Migrating Oracle 9.2.0.7  (32-bit) Windows to Oracle 11g R1 (64-bit) Linux

    The entire database is about 18 gig.

    user2857110 wrote:
    I would say 12-24 hours for the downtime window.That gives a lot more options
    >
    I could hardwire between the two they have additional cards in them.
    I suggested Linux in '04 I came from an IBM z/os background and did not want Windows. Oh well.What "Oh well"?? I was commending you for moving away from Winows. ;-)
    I started my career on IBM system 360 and was on its descendant up to z/os before moving to the DBA role in a client server enviornment. With that I worked with Windows, OS/2, OpenVMS, and several flavors of nix.  I always* recommend against Windows for anything besides end-user desktop ... and that only because of Windows's pervasiveness in that arena.
    >
    Is it really that easy to just install Oracle 11g R1 (64-bit) and take a 9.2.0.7 dmp (Windows) and import it in?
    I do not have anything else to do? What about data type differences etc......I have some Blobs and Clobs in this database.I've never had the opportunity to work with clobs and blobs, but I do understand there are some issues there with exp and imp. I understand there are methods for dealing with it, but it does add a bit more complexity. Aside from that, it really is that easy. When using exp/imp to move data between different versions of oracle, always exp with the utility from the lower version and imp with that of the version being imported into.
    >
    Thank you for your time.
    Edited by: user2857110 on Aug 5, 2009 9:43 AM

  • Oracle 11g R2 - 64 bit latest patch sets and patch list

    Hi..
    I have installed oracle 11g R2 64 bit on top of windows server 2008 R2 64 bit enterprise edition...
    I want to install patch on oracle 11g database, please let me which is latest patch level need to be install?
    Rgards
    ananda

    982442 wrote:
    Go to https://support.oracle.com - Need to create another account for login or same account can be use to login?
    To use My Oracle Support, you must create a My Oracle Support account. And to know more about registering and accessing MOS, Use the below link.
    http://docs.oracle.com/cd/E25290_01/doc.60/e25224/registration.htm#MOSHP101
    HTH..

  • Is it possible to install oracle 11g client 32 bit and oracle 11g client 64

    Hi,
    I have Windows 2008 R2 64 Bit Operating Server Installed.
    Other software that are Installed :
    1) Visual Studio 2010 Ultimate 32 Bit.
    2) Microsoft SharePoint server 2010 64 Bit.
    For my development purpose I want to install both oracle 11g client 32 bit and oracle 11g client 64 on the same machine.
    Is it possible to install both 32 and 64 bit instance on the same machine.
    Thanks
    Sambit

    959211 wrote:
    Hi,
    I have Windows 2008 R2 64 Bit Operating Server Installed.
    Other software that are Installed :
    1) Visual Studio 2010 Ultimate 32 Bit.
    2) Microsoft SharePoint server 2010 64 Bit.
    For my development purpose I want to install both oracle 11g client 32 bit and oracle 11g client 64 on the same machine.
    Is it possible to install both 32 and 64 bit instance on the same machine.
    Thanks
    Sambityes, possible; but minor challenge to manage dynamically
    how to ensure that you actually use the flavor you desire?

  • +ASM spfile default location of  Oracle 11g RAC Linux

    Is anybody now the default location of +ASM spfile at Oracle 11g RAC Linux.                                                                                                                                                                                       

    ITs there if you dont have the Database installed yet ! +DATA/asm/asmparameterfile/registry.253.725983597                                                                                                                                                                                                                       

  • Not able to open SQLPLUS in Oracle 11g on linux

    Whenever i tried to open SQLPLUS in Oracle 11g, it always put an error related with "SELinux" and when i run SQLPLUS through the command it gives error "CANNOT RESTORE SEGMENT PROT AFTER RELOC: PERMISSION DENIED".
    My SQLDeveloper working properly.
    So. please help me for this.
    Thank You.
    Abhishek Kumar Srivastava

    error "CANNOT RESTORE SEGMENT PROT AFTER RELOC: PERMISSION DENIED".This is likely due the the SE Linux setting being set to "enforcing".
    To Temporarily disable enforcement on a running system
    /usr/sbin/setenforce 0
    To permanently disable enforcement during a system startup
    change "enforcing" to "disabled" in ''/etc/selinux/config'' and reboot.
    For further explanation, find this link:-
    http://oraclespin.wordpress.com/2009/04/28/sqlplus-error-while-loading-shared-libraries-u01apporacleproduct1110db_1liblibnnz11so-cannot-restore-segment-prot-after-reloc-permission-denied/I think you should post on installation forum, there you find more help from experts on installation. And before doing so, mark this as answered, as its abuse for posting same post in two different forums.
    For further help, find this link:-
    Database Installation                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Elements 10 is not responding

    I have windows 7 64 bit I can't get Elements 10 Organizer to open. It worked fine when I first enstalled it, but now all I get when I try to use it is  ELEMENTS 10 ORGANIZER IS NOT RESPONDING

  • PA30 Display Employee details on the Header Screen

    Dear Team: Sometimes I see that using transaction PA20 or PA30, when I give the Personnel Number, in the header screen, I do not see any employee information for some employees and could able to see other employees. Anything that restricts us to see

  • Blu-ray builds to an ISO always change my 5.1 audio to stereo.

    I'm editing in Premier Pro CS6 and sending via a dynamic link to Encore. I'm building my menus and importing other timelines before making the final build as an ISO (Blu-ray Image). I believe I have everything set to the proper Blu-ray specs however

  • Powerbook start up problems....AGAIN

    hi! about a month back i had start up issues w/my 17" g4 powerbook. i had to have the whole computer wipped out and and have programs re-installed. thought everything was all fine...UNTIL...this afternoon i tried to open an email, stepped away and wh

  • Update to 10.10.2

    Time machine disk won't mount after 10.10.2 update