Home » Infrastructure » Linux » Unable to start oracle installtion on linux (oracle 9i, Red hat LInux)
Unable to start oracle installtion on linux [message #382865] Sun, 25 January 2009 23:21 Go to next message
balaji1482
Messages: 312
Registered: July 2007
Location: INDIA
Senior Member

Hi all,


I am getting the following error when i am trying to install the oracle software.


[oracle@localhost oracle]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda9 3.8G 1.7G 1.9G 46% /
none 369M 0 369M 0% /dev/shm
/dev/hda10 2.0G 33M 1.8G 2% /tmp
/dev/hda12 1.4G 1.2G 260M 82% /usr
/dev/cdrom 629M 630M 0 100% /mnt/cdrom
[oracle@localhost oracle]$
[oracle@localhost oracle]$
[oracle@localhost oracle]$ pwd
/home/oracle
[oracle@localhost oracle]$ cd /mnt/cdrom
[oracle@localhost cdrom]$ ls
ship_9204_linux_disk1.cpio
[oracle@localhost cdrom]$ ./runinstaller
-bash: ./runinstaller: No such file or directory
[oracle@localhost cdrom]$

I unzipped the downloaded oracle software files using gunzip command in the path /u01/app/oracle/orainstall.After that when i try to unpack the files using cpio ship_9204_linux_disk1.cpio.cpio ,it is taking more time.Is that neccessary to unpack the files (oracle software )?


As blackswan told me in the previous post that OS and oracle which im using is obsolete and unsupported. i just want to confirm with u all that the steps which i have tried in the oracle installation is correct else correct me if i went worng somewhere.


Please help me on this.


Regards,
Balaji

Re: Unable to start oracle installtion on linux [message #382867 is a reply to message #382865] Sun, 25 January 2009 23:26 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
You need to help us by following the Posting Guidelines as stated below.
http://www.orafaq.com/forum/t/88153/0/
So we can help you

When all else fails, you need to RTFM
http://download.oracle.com/docs/html/A96167_01/toc.htm

plus

http://www.amazon.com/Linux-Dummies-8th-Dee-Ann-LeBlanc/dp/0470116498/ref=sr_1_1?ie=UTF8&s=books&qid=1232947570&sr=1-1

[Updated on: Sun, 25 January 2009 23:27]

Report message to a moderator

Re: Unable to start oracle installtion on linux [message #382868 is a reply to message #382867] Sun, 25 January 2009 23:44 Go to previous messageGo to next message
balaji1482
Messages: 312
Registered: July 2007
Location: INDIA
Senior Member

Hi,


im getting an erorr when i start oracle installation
in linux. For your reference:

[oracle@localhost cdrom]$ ./runinstaller
-bash: ./runinstaller: No such file or directory

what could be reason?

OS used - Red hat Linux 8.0
Database - 9.2.0.4.0

Any help?

Regards,
Balaji
Re: Unable to start oracle installtion on linux [message #382870 is a reply to message #382865] Sun, 25 January 2009 23:52 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
http://www.amazon.com/Linux-Dummies-8th-Dee-Ann-LeBlanc/dp/0470116498/ref=sr_1_1?ie=UTF8&s=books&qid=1232947570&sr=1-1

You do not understand Linux or what you are doing.
The comparison is that you are a child with a loaded pistol.
You don't know how to control the tool you have.

Ready, Fire, Aim


Re: Unable to start oracle installtion on linux [message #382889 is a reply to message #382870] Mon, 26 January 2009 01:36 Go to previous messageGo to next message
balaji1482
Messages: 312
Registered: July 2007
Location: INDIA
Senior Member

This the first time i am doing oracle installation on linux.That is why i am facing such problem in doing so.
Re: Unable to start oracle installtion on linux [message #382909 is a reply to message #382889] Mon, 26 January 2009 04:19 Go to previous messageGo to next message
trantuananh24hg
Messages: 744
Registered: January 2007
Location: Ha Noi, Viet Nam
Senior Member
balaji1482 wrote on Mon, 26 January 2009 14:36
This the first time i am doing oracle installation on linux.That is why i am facing such problem in doing so.



That's the reason you should read Oracle's document as more as better.

runinstaller is not the file to call Oracle installation. This is runInstaller. However, you must do much before install Oracle.
Re: Unable to start oracle installtion on linux [message #382944 is a reply to message #382865] Mon, 26 January 2009 10:02 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Quote:
After that when i try to unpack the files using cpio ship_9204_linux_disk1.cpio.cpio ,it is taking more time.Is that neccessary to unpack the files (oracle software )?

Yes.

[oracle@localhost cdrom]$ ls
ship_9204_linux_disk1.cpio
[oracle@localhost cdrom]$ ./runinstaller
-bash: ./runinstaller: No such file or directory

Again,
Apply some common "visual" sense.
The output of ls shows only one .cpio file.
And you calling ./runinstaller ( meanwhile, it should ./runInstaller) which does not exist at all.
What do you expect?
Re: Unable to start oracle installtion on linux [message #388983 is a reply to message #382865] Thu, 26 February 2009 21:12 Go to previous messageGo to next message
selvakumarmvs
Messages: 12
Registered: February 2009
Junior Member
Linux----Highly case sensitive ....

bash-3.2$ ls
runInstaller stage welcome.html

bash-3.2$ ./runInstaller



Dont use ./runinstaller ...use this ./runInstaller
Re: Unable to start oracle installtion on linux [message #389067 is a reply to message #388983] Fri, 27 February 2009 03:07 Go to previous messageGo to next message
babuknb
Messages: 1736
Registered: December 2005
Location: NJ
Senior Member


[oracle@localhost cdrom]$ ls
ship_9204_linux_disk1.cpio
[oracle@localhost cdrom]$ ./runinstaller
-bash: ./runinstaller: No such file or directory
[oracle@localhost cdrom]$


Quote:
Dont use ./runinstaller ...use this ./runInstaller


@selvakumarmvs; Are you sure; It's work?? "ls - commends return only one file; how it's work?? I think already Mr Mahesh; Asked the same question.

Babu
icon7.gif  Re: Unable to start oracle installtion on linux [message #390192 is a reply to message #382865] Thu, 05 March 2009 06:51 Go to previous messageGo to next message
ukgweb
Messages: 13
Registered: June 2008
Location: cyberspace
Junior Member
Simple and small mistake. ./runinstaller is wrong (case senesitive). So at the prompt type ./runInstaller and press enter.
Re: Unable to start oracle installtion on linux [message #390210 is a reply to message #390192] Thu, 05 March 2009 07:57 Go to previous message
babuknb
Messages: 1736
Registered: December 2005
Location: NJ
Senior Member


Thanks for your response.

Before posting did you checked previous post?

Babu
Previous Topic: Unable to initialize Java VM
Next Topic: How install mod_plsql module for apache2 on OpenSuse 10.3 x64
Goto Forum:
  


Current Time: Thu Mar 28 11:27:45 CDT 2024