LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   AIX (https://www.linuxquestions.org/questions/aix-43/)
-   -   Oracle 10g with AIX 5.3 (https://www.linuxquestions.org/questions/aix-43/oracle-10g-with-aix-5-3-a-571353/)

shipon_97 07-22-2007 07:09 AM

Oracle 10g with AIX 5.3
 
Dear Friends ,

I have to install Oracle 10g in AIX-5.3 . Here I also install tuxedo ,cobol and Kastle
(a banking software). All have to done successfully without any errors . but now when
I have to run kastle program (which need to execute 14 process) then it shows the follwoing errors :

Dependent module /database/u01/app/oracle/OraHome_1/lib/libclntsh.so(shr.o) could not be loaded.
File /database/u01/app/oracle/OraHome_1/lib/libclntsh.so is not an
archive or the file could not be read properly.

Here my, oracle_home=/database/u01/app/oracle/OraHome_1

plz give me some suggestions .. ..

crabboy 07-23-2007 09:37 AM

64 or 32 bit kernel?

Look at the first section of prtconf.

Also, does the file exist and what are the results of:

dump -X64 -H libclntsh.so

The on my machine is libclntsh.a

shipon_97 07-28-2007 03:00 AM

Oracle10g with AIX-5.3
 
[dear friend ,

running the dump -X64 -H libclntsh.so
command , i got the following error :

[oracle@GUINEAPIG:[hodb]/oracle>cd /database/u01/app/oracle/OraHome_1/lib
oracle@GUINEAPIG:[hodb]/database/u01/app/oracle/OraHome_1/lib>dump -X64 -H libclntsh.so
dump: libclntsh.so: dump: 0654-105 The file is not in a recognized format.
Specify an executable file, object file, or archive file.

oracle@GUINEAPIG:[hodb]/database/u01/app/oracle/OraHome_1/lib>dump -X64 -H libclntsh.a
dump: libclntsh.a: dump: 0654-105 The file is not in a recognized format.
Specify an executable file, object file, or archive file.


I think it does not work for some reasons . plz help me How can I make solve this error . Here I mention , I have to install Oracle10g into the AIX 5.3 server .

crabboy 07-28-2007 09:05 AM

Post the output of the command 'prtconf', post only the first section.

Try replacing the -X64 with -X32 on the dump command.

shipon_97 07-28-2007 11:06 AM

Aix with Oracle10g
 
sorry crabby ,

My AIX-5.3 is 64 bit kernel . Now plz tell what can I do ?

Another Thing :

In RHEL 4 , using which command I can find out , is this kernel 32 or 64 bit ? and also How can I measure
is it RHEL 3 or 4 version ?

waiting for ur kind reply ... ...

shadow5277 08-02-2007 03:27 AM

Hello shipon_97,

The first thing that I would do is run the file command against that file to see what it gives back!

# file /database/u01/app/oracle/OraHome_1/lib/libclntsh.so

It should come back as an object module type of file if it doesn't then I will have to ask how did you install the files on the system.?


All times are GMT -5. The time now is 06:27 PM.