Question on the installing Oracle10g on Red Hat 9 [message #99085] |
Thu, 24 June 2004 08:09 |
Freddy G
Messages: 1 Registered: June 2004
|
Junior Member |
|
|
I'm in the process of installing Oracle 10g on my Red Hat system. I'm a newbie with Linux so if I this is a dumb question forgive me. I went to the oracle website and downloaded the ship.db.cpio.gz. Afterwards I typed:
gunzip ship.db.cpio.gz
then I unpacked it with
cpio -idmv < ship.db.cpio
it then created a bunch of directories under Disk1. However, when I looked into it I don't see any runInstaller. am I missing something? I know that later I'm going to have to call it to install the database. I tried finding it using:
find . -name runInstaller -print
but nothing. Can anyone help? Of did I just download the wrong file?
|
|
|
|