Monday, June 23, 2008

Installing ORACLE 9i on RHEL5

Note: I have installed it successfully on "Red Hat Enterprise Linux Server release 5 (Tikanga)" 32 bit. Please understand; it involves tweaking of Kernel parameters, so take care while you do that.

Steps:
1. Create oracle User AccountLogin as root and create te user oracle which belongs to dba group.$ su - root
# groupadd dba
# useradd -g dba oracle
2. Setting System parameters:Edit the /etc/sysctl.conf with an editor like vi and add following lines:kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=262144
net.core.wmem_max=262144
Note: You need to execute "sysctl -p" to apply the above settings.

3. Setting Oracle EnviromentEdit the /home/oracle/.bash_profile file and add following lines:ORACLE_BASE=/opt/oracle
ORACLE_HOME=$ORACLE_BASE/920
ORACLE_SID=orcl
LD_LIBRARY_PATH=$ORACLE_HOME/lib
ORACLE_OEM_JAVARUNTIME=/opt/jre1.3.1_15
PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH ORACLE_OEM_JAVARUNTIME PATH

Save the .bash_profile and execute following commands to load the new environment:
# cd /home/oracle.

# .bash_profile
4. Create base directory for OracleLogin as root and create base directory for Oracle ($ORACLE_BASE).
$ su - root

# cd /opt
# mkdir oracle
# chown oracle:dba oracle
5. Download and install required .rpm packagessome additional packages may be required for successful installation . To check whether required packages are installed on your operating system use following command:

rpm -q gcc glibc-headers glibc-kernheaders glibc-devel compat-libstdc++ cpp compat-gcc
6. Download the Java Runtime Enviroment (I used j2re-1_3_1_19-linux-i586.bin) from the
Sun website. Login as root, give the file execute permission and then execute it. When the JRE is exracted move the same under the directory "/usr/local" directory.# chmod +x j2re-1_3_1_19-linux-i586.bin

# ./ j2re-1_3_1_19-linux-i586.bin
# mv jre1.3.1_19 /usr/local/
7. Download the Oracle 9i (9.2.0.4) software from
Oracle website. Extract the files using following command:


gunzip ship_9204_linux_disk1.cpio.gz

gunzip ship_9204_linux_disk2.cpio.gz
gunzip ship_9204_linux_disk3.cpio.gz
cpio -idmv "<" ship_9204_linux_disk1.cpio
cpio -idmv "<" ship_9204_linux_disk2.cpio
cpio -idmv "< "ship_9204_linux_disk3.cpio
mv Disk* /home/oracle/
chown –R oracle:dba Disk*

When all archives were extracted you've got three directories Disk1, Disk2 and Disk3.

Edit the Disk1/install/linux/oraparam.ini and modify JRE_LOCATION variable and set path to our JRE installation from Step 6. JRE_LOCATION=/usr/local/jre1.3.1_19 4.

Start the Oracle software installation process. To start the installation process; execute the following commands:

$ cd Disk1
$ ./runInstaller

***************************************************
Errors with solutions:
1. When network configuration assistant and database configuration assistant has failed during startup then do following steps:
Solution:
$ cd /opt/oracle/920
$ rm JRE $ ln -s /usr/local/jre1.3.1_19 JRE
$ su - root
# cd /opt/oracle/920/JRE/bin # ln -s java jre
# cd i386/native_threads
# ln -s java jre
2. If you encounter the following error:
ORACLE_HOME/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory Solution: Create a symbolic link
$ su - root
# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
3. If you encounter something like below at the very beginning of installation:
error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
Solution:
$ su - root
# cd /usr/lib
# ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2
Now, run the installer again:
$ ./runInstaller
****************************************************
Note: If you encounter any more errors, please post it here










22 comments:

Unknown said...

I can not install Oracle 9i (9.2.0.4)
on RHE 5. Message comes :
unable to load native library :
/tmp/Orainstall2008-07-19-05-38-02 PM/jre/lib/i386/libjava.so : symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference.
Later i came to know that it is a bug of runinstaller. to rectify this i have to download the patch p3006854_9204_LINUX.zip from www.oracle.metalink.com.
Please give the solution.
- Prasanta Pramanik
Email : p_pramanik123@yahoo.com
p.pramanik2008@gmail.com

Bijit said...

Have you installed the correct JRE and also modified the oraparam.ini file?

mickyblog said...

I am still Unable to Install Oracle 9i on RHEL5 i carefully followed the steps given by you but at begning i got this error...
Please Help

$ Initializing Java Virtual Machine from /tmp/OraInstall2008-09-02_11-13-09PM/jre/bin/java. Please wait...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-09-02_11-13-09PM/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1414)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1330)
at java.lang.Runtime.loadLibrary0(Runtime.java:744)
at java.lang.System.loadLibrary(System.java:815)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:48)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:36)
at sun.awt.DebugHelper.(DebugHelper.java:29)
at java.awt.Component.(Component.java:351)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)


Thanks
Rahul
mrrahultrivedi@gmail.com

Bijit said...

Hi Rahul,

Please check your /usr/lib/ directory for the file libXp.so.6. If you dont find it there, create a soft link by that name which would point to libXp.so.6.2.0
thus it should look like,
libXp.so.6 -> libXp.so.6.2.0

Regarding,libawt.so
among other places it should be somewhere here
/opt/oracle/920/jdk/jre/lib/i386/libawt.so


Let me know if that info helped you...

-Bijit

Unknown said...

Dear Bijit,

First a heartly thanks for your Immediate responce...

Now as you told about the /usr/lib/ directory for the file libXp.so.6. but i did'nt find any type of this file so i was unable to create a soft link.. :(

yet i created as
ln -s libXp.so.6 > libXp.so.6.2.0

but error was same...
and Regarding you described that libawt.so
among other places it should be somewhere here
/opt/oracle/920/jdk/jre/lib/i386/libawt.so

but sir there are no any folder like..

Please make this clear by suitable steps..

Thanks and Regards

Rahul

:)

Unknown said...

Hay Bijit,

Finally I found the libXp.so.6

Post Comment was due to unable find..!!! so Please ignore post Comment..

Now after installing the package
libXp-1.****
I got all the files described by you and sucesfully made the links as per your concern.. and got the ORACLE INSTALLATION SCREEN..

but there was some issue with my '/' partition space.. so i decided to increase then will go for finalize the rest of installtion..!!

and again a heartly Thanks....

Regards
Rahul

Bijit said...

Hi Rahul,

Do you have this package installed
libXp-1.0.0-8 ?
This package has the required libXp.so.6.2.0.
Thus, you need to install the package libXp-1.0.0-8 and then create a soft link libXp.so.6 that would point to libXp.so.6.2.0.

Try this out first and then let me know.

-Bijit

mickyblog said...

Dear Bijit,

I got finally the oracle installtion screen..and after proceeding few steps its stops and not responding for a long...@

INSTALLING JAVA RUNTIME ENVIRONMENT 1.1.8.1.0

Link Pending
Copying Readme
0%


I did wait upto 3hrs but the screen was same..while i have repeated and checked all the steps carefully..

HELP!!

Regards
Rahul

Bijit said...

Hi Rahul,
Good to know that some progress is made. Could you check the Log file to see if any error is coming or not. BTW, how much of Memory and Swap space your system has?

Regards,
-Bijit

Unknown said...

Dear Bijit,

here i am pasting the last lines from the file
installActions2008-09-18_02*****

and here its gone again stoped @ previousr comment posted error.


Oracle XML Developer's Kit 9.2.0.1.0
Oracle XML Runtime Components 9.2.0.1.0
Oracle XML SQL Utility 9.2.0.1.0
Oracle eBusiness Management Extensions 9.2.0.1.0
Oracle interMedia 9.2.0.1.0
Oracle interMedia Annotator 9.2.0.1.0
Oracle interMedia Audio 9.2.0.1.0
Oracle interMedia Client Compatibility Files 9.2.0.1.0
Oracle interMedia Client Demos 9.2.0.1.0
Oracle interMedia Client Option 9.2.0.1.0
Oracle interMedia Common Files 9.2.0.1.0
Oracle interMedia Image 9.2.0.1.0
Oracle interMedia Java Advanced Imaging 9.2.0.1.0
Oracle interMedia Java Client 9.2.0.1.0
Oracle interMedia Java Media Framework Client 9.2.0.1.0
Oracle interMedia Locator 9.2.0.1.0
Oracle interMedia Video 9.2.0.1.0
Oracle interMedia Web Client 9.2.0.1.0
Oracle9i 9.2.0.1.0
Oracle9i Database 9.2.0.1.0
Oracle9i Development Kit 9.2.0.1.0
Oracle9i Globalization Support 9.2.0.1.0
Oracle9i Syndication Server 9.2.0.1.0
Oracle9i for UNIX Documentation 9.2.0.1.0
PL/SQL 9.2.0.1.0
PL/SQL Embedded Gateway 9.2.0.1.0
PL/SQL Required Support Files 9.2.0.1.0
Parser Generator Required Support Files 9.2.0.1.0
Performance Manager 9.2.0.1.0
Platform Required Support Files 9.2.0.1.0
Precompiler Common Files 9.2.0.1.0
Precompiler Required Support Files 9.2.0.1.0
RDBMS Required Support Files 9.2.0.1.0
Recovery Manager 9.2.0.1.0
Reporting Framework 9.2.0.1.0
Required Support Files 9.2.0.1.0
SQL*Loader 9.2.0.1.0
SQL*Plus 9.2.0.1.0
SQL*Plus Required Support Files 9.2.0.1.0
SQLJ Runtime 9.2.0.1.0
SQLJ Translator 9.2.0.1.0
SQLServer Monitoring Option 9.2.0.1.0
SSL Required Support Files 9.2.0.1.0
Secure Socket Layer 9.2.0.1.0
Sun JDK 1.3.1.0.1a
Sun JDK extensions 9.2.0.1.0
Utilities Common Files 9.2.0.1.0
Visigenics ORB 3.4.0.0.0
XDK Required Support Files 9.2.0.1.0
XML 9.2.0.1.0
XML Class Generator for C++ 9.2.0.1.0
XML Class Generator for Java 9.2.0.1.0
XML Parser for C 9.2.0.1.0
XML Parser for C++ 9.2.0.1.0
XML Parser for Java 9.2.0.1.0
XML Parser for Oracle JVM 9.2.0.1.0
XML Parser for PL/SQL 9.2.0.1.0
XML Transviewer Beans 9.2.0.1.0
XML Transx 9.2.0.1.0
XSQL Servlet 9.2.0.1.0
iSQL*Plus 9.2.0.1.0
regexp 2.0.21.0.0
*** Install Page***
Starting install install phase 1 of component Java Runtime Environment
Calling action fileActions2.2.0.10.0 finalClusterSetup
selectedNodes =
threadsActive = 2
vectorInitialSize = 50
vectorFactorSize = 25

Calling action fileActions2.2.0.10.0 copyExpandedGroup
selectedNodes =
copyGroup = bin
permissions = 775
owner = null
group = null
copyAsText = null
groupRelLoc = .
gpEntries = [[bin/i686/native_threads/jre ->%PROD_HOME%/bin/i686/native_threads/jre 73785 plats=0=>[46] langs=0=>[en]]
, [bin/i686/native_threads/.extract_args ->%PROD_HOME%/bin/i686/native_threads/.extract_args 423 plats=0=>[46] langs=0=>[en]]
, [bin/i686/native_threads/javakey ->%PROD_HOME%/bin/i686/native_threads/javakey 316 plats=0=>[46] langs=0=>[en]]
, [bin/i686/native_threads/rmiregistry ->%PROD_HOME%/bin/i686/native_threads/rmiregistry 314 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/jre ->%PROD_HOME%/bin/i686/green_threads/jre 73720 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/.extract_args ->%PROD_HOME%/bin/i686/green_threads/.extract_args 423 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/javakey ->%PROD_HOME%/bin/i686/green_threads/javakey 316 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/rmiregistry ->%PROD_HOME%/bin/i686/green_threads/rmiregistry 314 plats=0=>[46] langs=0=>[en]]
, [bin/jre ->%PROD_HOME%/bin/jre 2302 plats=0=>[46] langs=0=>[en]]
, [bin/.java_wrapper ->%PROD_HOME%/bin/.java_wrapper 3481 plats=0=>[46] langs=0=>[en]]
]
DllGroup = false

Calling action fileActions2.2.0.10.0 copyExpandedGroup
selectedNodes =
copyGroup = lib
permissions = 664
owner = null
group = null
copyAsText = null
groupRelLoc = .
gpEntries = [[lib/security/java.security ->%PROD_HOME%/lib/security/java.security 2184 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libjava.so ->%PROD_HOME%/lib/i686/native_threads/libjava.so 1404357 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libmath.so ->%PROD_HOME%/lib/i686/native_threads/libmath.so 160561 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libzip.so ->%PROD_HOME%/lib/i686/native_threads/libzip.so 203482 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libnet.so ->%PROD_HOME%/lib/i686/native_threads/libnet.so 151672 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libmmedia.so ->%PROD_HOME%/lib/i686/native_threads/libmmedia.so 84707 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libawt.so ->%PROD_HOME%/lib/i686/native_threads/libawt.so 2606042 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libjpeg_sun.so ->%PROD_HOME%/lib/i686/native_threads/libjpeg_sun.so 313893 plats=0=>[46] langs=0=>[en]]
, [lib/i686/native_threads/libsysresource.so ->%PROD_HOME%/lib/i686/native_threads/libsysresource.so 85802 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libjava.so ->%PROD_HOME%/lib/i686/green_threads/libjava.so 1480422 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libmath.so ->%PROD_HOME%/lib/i686/green_threads/libmath.so 160531 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libzip.so ->%PROD_HOME%/lib/i686/green_threads/libzip.so 212286 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libnet.so ->%PROD_HOME%/lib/i686/green_threads/libnet.so 154633 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libmmedia.so ->%PROD_HOME%/lib/i686/green_threads/libmmedia.so 84602 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libawt.so ->%PROD_HOME%/lib/i686/green_threads/libawt.so 2654974 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libjpeg_sun.so ->%PROD_HOME%/lib/i686/green_threads/libjpeg_sun.so 313831 plats=0=>[46] langs=0=>[en]]
, [lib/i686/green_threads/libsysresource.so ->%PROD_HOME%/lib/i686/green_threads/libsysresource.so 93946 plats=0=>[46] langs=0=>[en]]
, [lib/rt.jar ->%PROD_HOME%/lib/rt.jar 1357424 plats=0=>[46] langs=0=>[en]]
, [lib/awt.properties ->%PROD_HOME%/lib/awt.properties 981 plats=0=>[46] langs=0=>[en]]
, [lib/content-types.properties ->%PROD_HOME%/lib/content-types.properties 5636 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties ->%PROD_HOME%/lib/font.properties 7608 plats=0=>[46] langs=0=>[en]]
, [lib/serialver.properties ->%PROD_HOME%/lib/serialver.properties 362 plats=0=>[46] langs=0=>[en]]
, [lib/i18n.jar ->%PROD_HOME%/lib/i18n.jar 2946950 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.ja ->%PROD_HOME%/lib/font.properties.ja 12893 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.ko ->%PROD_HOME%/lib/font.properties.ko 8834 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.zh_EUC_CN ->%PROD_HOME%/lib/font.properties.zh_EUC_CN 8777 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.zh_TW_EUC_TW ->%PROD_HOME%/lib/font.properties.zh_TW_EUC_TW 23742 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.zh_TW_Big5 ->%PROD_HOME%/lib/font.properties.zh_TW_Big5 8750 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.cs ->%PROD_HOME%/lib/font.properties.cs 7787 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.el ->%PROD_HOME%/lib/font.properties.el 7743 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.hu ->%PROD_HOME%/lib/font.properties.hu 7788 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.lt ->%PROD_HOME%/lib/font.properties.lt 7801 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.lv ->%PROD_HOME%/lib/font.properties.lv 7801 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.pl ->%PROD_HOME%/lib/font.properties.pl 7788 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.ru ->%PROD_HOME%/lib/font.properties.ru 5251 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.tr ->%PROD_HOME%/lib/font.properties.tr 7751 plats=0=>[46] langs=0=>[en]]
, [lib/font.properties.ISO8859_15_FDIS ->%PROD_HOME%/lib/font.properties.ISO8859_15_FDIS 6977 plats=0=>[46] langs=0=>[en]]
, [lib/psfont.properties.ja ->%PROD_HOME%/lib/psfont.properties.ja 2693 plats=0=>[46] langs=0=>[en]]
, [COPYRIGHT ->%PROD_HOME%/COPYRIGHT 921 plats=0=>[46] langs=0=>[en]]
, [LICENSE ->%PROD_HOME%/LICENSE 7548 plats=0=>[46] langs=0=>[en]]
, [README ->%PROD_HOME%/README 16382 plats=0=>[46] langs=0=>[en]]
]
DllGroup = false

Calling action unixActions2.2.0.6.0 createLink
source = /opt/oracle/920/oracle.swd.jre/bin/.java_wrapper
destination = /opt/oracle/920/oracle.swd.jre/bin/jre
overwriteExistingLink = true



Now rest of information you asked is given below..

Ram = 256MB Swap = 512MB
HDD = 6 GB (/opt/oracle)
OS = RHEL5


Regrads
Rahul

Bijit said...

Hi Rahul,

I believe Oracle 9i installation requires a minimum of 512 MB RAM. Could you please check this URL:

http://www.puschitz.com/InstallingOracle9i.shtml#RunningOracleInstallationOnRHELAS4


Regards,
Bijit

Unknown said...

Nicely done Brijit. I used your article to successfully install oracle on my linux setup twice. I have also used your article as a reference for my very own article.

You know, I've noticed, the key to a successful installation (Oracle 9i on RHEL5) is using the correct JRE and not installing the 'Virtualization Support' during RHEL5 installation.

I saw some comments on your article and most of them faced the problem because,
1. Either they didn't install/configure the correct JRE. Or
2. They didn't configure the Oraparam.ini properly to reflect the correct JRE. OR
3. They had installed 'Virtualization Support during Oracle Installation.

Well, behind my twice successful installation is four unsuccessful/near successful attempts.

Unknown said...

i have follow everything in your post.

but i am getting Agent Configuration Assistant Failed error

Parameter "orahome" = /opt/oracle/920
Parameter "nodeinfo" = NO_VALUE
Agent Service Failed

Pls help

Unknown said...

i have follow everything in your post.

but i am getting Agent Configuration Assistant Failed error

Parameter "orahome" = /opt/oracle/920
Parameter "nodeinfo" = NO_VALUE
Agent Service Failed

Pls help

Unknown said...

HI dear friend
I am still Unable to Install Oracle 9i on RHEL5 i carefully followed the steps given by you but at begning i got this error...
Please Help

$ Initializing Java Virtual Machine from /tmp/OraInstall2008-09-02_11-13-09PM/jre/bin/java. Please wait...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-09-02_11-13-09PM/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1414)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1330)
at java.lang.Runtime.loadLibrary0(Runtime.java:744)
at java.lang.System.loadLibrary(System.java:815)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:48)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:36)
at sun.awt.DebugHelper.(DebugHelper.java:29)
at java.awt.Component.(Component.java:351)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
Please help me... :(

regards

ganesh

ganesh.gctece@gmail.com

Unknown said...

Hi dear

I am still Unable to Install Oracle 9i on RHEL5 i carefully followed the steps given by you but at begning i got this error...
Please Help

$ Initializing Java Virtual Machine from /tmp/OraInstall2008-09-02_11-13-09PM/jre/bin/java. Please wait...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-09-02_11-13-09PM/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1414)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1330)
at java.lang.Runtime.loadLibrary0(Runtime.java:744)
at java.lang.System.loadLibrary(System.java:815)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:48)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:36)
at sun.awt.DebugHelper.(DebugHelper.java:29)
at java.awt.Component.(Component.java:351)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)

Plz help me

regards

ganesh

ganesh.gctece@gmail.com

Unknown said...

Dear

Kindly help me on this issue.

I am trying to install Oracle 9i on a Linux Machine.

I have set all relevant parameters (like LD_ASSUME_KERNEL, Oracle_home
etc.)



I have copied Disk1, Disk2, Disk3 from another machine.



When I am executing runInstaller in Disk1 it is not able to start.

Error Message " ./runInstaller: line 69 : ./runInstaller:Permission
Denied'



Kindly help me to find out solution.



Thanks for helping me out..



Kind Regards,

ganesh murugan

Unknown said...

Dear

Kindly help me on this issue.

I am trying to install Oracle 9i on a Linux Machine.

I have set all relevant parameters (like LD_ASSUME_KERNEL, Oracle_home
etc.)



I have copied Disk1, Disk2, Disk3 from another machine.



When I am executing runInstaller in Disk1 it is not able to start.

Error Message " ./runInstaller: line 69 : ./runInstaller:Permission
Denied'



Kindly help me to find out solution.



Thanks for helping me out..



Kind Regards,

Ganesh

Unknown said...

Dear

Kindly help me on this issue.

I am trying to install Oracle 9i on a Linux Machine.

I have set all relevant parameters (like LD_ASSUME_KERNEL, Oracle_home
etc.)



I have copied Disk1, Disk2, Disk3 from another machine.



When I am executing runInstaller in Disk1 it is not able to start.

Error Message " ./runInstaller: line 69 : ./runInstaller:Permission
Denied'



Kindly help me to find out solution.



Thanks for helping me out..



Kind Regards,

Ganesh ganesh.gctece@gmail.com

Bijit said...

I will definitely chk... but at present finding no time to experiment on this thing due to heavy office work...

Hope u dont mind.

Best regards,
Bijit

Unknown said...

dear sir
i got a following error:

Initializing Java Virtual Machine from /tmp/OraInstall2008-09-02_11-13-09PM/jre/bin/java. Please wait...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-09-02_11-13-09PM/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory

send me the solution

regards
ganesh
ganesh.gctece@gmail.com

Bijit said...

Hi Ganesh,

Since I am not getting much time to look into your problem and i do regret for that. I would request you to post your problem here as well,
http://nirajkvinit.blogspot.com/