Installation Error on redhat linux [message #64128] |
Sun, 19 December 2004 20:12 |
anoop
Messages: 15 Registered: October 2001
|
Junior Member |
|
|
Hi All,
I'm been trying to install Oracle for the last few weeks but i'm stil not able to configure it correctly.
I'm installing Oracle 8.1.7 on Redhat Linux 9.0 box with 1GB ram 80 GB hdd.
I just followed all the instructions given on how to install oracle 8.1.7 on redhat. During Liking phase , it shows an some error dialogs saying it cannot relink.
I ignored the errors and appied a patch by running setup_stubs.sh just before running root.sh. It completed successfully giving the following messages
Relinking executables:
running ........
.
.
.
..
Done.
Run script root.sh
After that i run the root.sh which is also suceesful. the Net8 configuration also succeded.
Problem
-------
But After that the Database creation failed at 1% itself. It gave the following exception.
java.lang.RuntimeException.<INIT>(Compiled Code)
at java.lang.IllegalArgumentException.<INIT>(Compiled Code)
at java.lang.NumberFormatException.<INIT>(Compiled Code)
at java.lang.Long.parseLong(Compiled Code)
at java.lang.Long.parseLong(Compiled Code)
at WizOSD.getFreeDiskSpace(Compiled Code)
at WizOSD.DBQueryDiskSpace(Compiled Code)
at CheckerClass.CheckforFreeDiskSpace(Compiled Code)
at DBConfigInfo_base.doSpaceChecking(Compiled Code)
at DBConfigInfo_base.doSpaceChecking(Compiled Code)
at CreateOracle.enoughFreeDiskSpace(Compiled Code)
at CreateOracle.enoughFreeDiskSpace(Compiled Code)
at CreateOracle.CreateDatabase(Compiled Code)
at CreateOracle.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
I tried running dbassist seperately but it also failed.
I tried to run sqlplus but it failed saying the following Error.
--------------------------
Enter user-name: system
Enter password:
ERROR:
ORA-12545: Connect failed because target host or object does not exist
------------------------
svrmgrl also failed showing same error.
Please help meregards
anoop
|
|
|
|