Struck up during oracle installation [message #382778] |
Sat, 24 January 2009 11:08 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
Hi all,
After configuring linux for the installation of oracle 9i, i got struck up in the middle.
Through CD device i am going to install oracle on linux.
Files in the CD are zipped files.Before mounting CDROM and starting the oracle installation, i need to unzip the files using gunzip command and unpack using cpio.
My question is
1 Where to unzip and unpack the files?
2.where to Mount CDROM and start the installation ?
Please revert me with the answers.
Regards,
Balaji
[Updated on: Sat, 24 January 2009 11:20] Report message to a moderator
|
|
|
|
Re: Struck up during oracle installation [message #382780 is a reply to message #382779] |
Sat, 24 January 2009 11:27 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
This is my file system details.
[root@localhost root]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda9 3.8G 141M 3.5G 4% /
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
I need atleast 2GB to unzip the files.so where to create a directory in the above file system.
[root@localhost root]# cd /dev/hda9
bash: cd: /dev/hda9: Not a directory
I am getting something like this ,when i try to create a directory in /dev/hda9 to unzip the files
Regards,
Balaji
[Updated on: Sat, 24 January 2009 11:41] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|