Determine correct TL for an app


 
Thread Tools Search this Thread
Operating Systems AIX Determine correct TL for an app
# 1  
Old 02-16-2011
Determine correct TL for an app

Hi everyone:

I've got this message When running an application in AIX

Code:
Dependent module /oracle/product/11.2.0/lib32/libskgxp11.so could not be loaded.
        The module has an invalid magic number


As fas I know this error is caused due to Technology Level is wrong, oslevel reports the TL for my AIX 6.1 server is 04, so my question is how can I determine which is the proper TL for my application?

thanks in advance
# 2  
Old 02-17-2011
you don't really can,

there must be some kind of compatibility matrix with os requirements in the oracle install documentation

Edit:

you should be fine with tl 4, according to this documentation:
http://download.oracle.com/docs/cd/B...111/b32076.pdf

this document is from July 2010, maybe look for a newer one

Last edited by funksen; 02-17-2011 at 05:46 AM..
# 3  
Old 02-20-2011
The error you see may well be due to the Oracle pre & post install scripts not having been run correctly. These scripts set up some trees of libraries for Oracle to use.

funksen is right - its up to the application vendor (Oracle) to tell you how to configure AIX for the database not the other way around, so you need to check the docs,
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Wuhan Coronavirus Status App for China - Rapid Prototype using MQTT and the IoT OnOff IOS App

With a little bit of work, was able to build a nice "Wuhan Coronavirus Status" app using MQTT and the IoT-OnOff app. More on this technique here: ESP32 (ESP-WROOM-32) as an MQTT Client Subscribed to Linux Server Load Average Messages The result turned out nice, I think. I like the look and... (10 Replies)
Discussion started by: Neo
10 Replies

2. Solaris

Determine if you are in a Legacy Zone?

Hi Folks, Just a quick question here, about Legacy Zones. Well more about how to determine if you are actually in one, on logging into a legacy zone - is there a quick way of checking that? Regards Gull04 (7 Replies)
Discussion started by: gull04
7 Replies

3. UNIX for Dummies Questions & Answers

Determine whether OS is 32 bit 0r 64

Hi Team, I need to determine whether my OS is 32 bit or 64 bit. For linux I am running :- bash$ uname -a Linux xxxx 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/LinuxThis tells me that Linux is 64 bit as it is x86_64. For Solaris bash$ uname -a... (4 Replies)
Discussion started by: Raj999
4 Replies

4. Shell Programming and Scripting

Determine BL and RL of a file

A regular ebcdic mainframe tape usually contains header information the 1st three blocks of the tape. The header information tells the computer/user more information about what is on tape. The header info is 240 bytes in length at 80 bytes each header. The 1st block/header is volume name or... (1 Reply)
Discussion started by: Linux-wannabe
1 Replies

5. Filesystems, Disks and Memory

Determine VG, VX or metatstat

No longer required (0 Replies)
Discussion started by: James_UK
0 Replies

6. Programming

Can C determine which OS it's being compiled on?

Hello all! I've searched the archives, google, documentation and I can't seem to find any answer regarding my question. Our code has to be lint free and due to the following lint warning ---> logical expression always true: op "||" <--- we are forced to #include <note.h > (which appears to be... (3 Replies)
Discussion started by: quattro20v
3 Replies

7. UNIX for Dummies Questions & Answers

Determine database used?

Hi guys. Hopefully someone can help me. We have a old Unix box for the accounts people. What id like to do is query it for the intranet. Trouble is im not sure what type of database the server uses. How would i go about finding out what it is? I have complete access to the hardrive and... (2 Replies)
Discussion started by: RageMonkey
2 Replies

8. IP Networking

How to determine the interface?

Given the interfaces on a firewall: eth0 Link encap:Ethernet HWaddr 02:40:67:34:F5:47 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 eth1 Link encap:Ethernet HWaddr 86:23:98:45:35:56 inet addr:123.45.240.69 Bcast:255.255.255.255 ... (2 Replies)
Discussion started by: kikikaka
2 Replies

9. UNIX for Dummies Questions & Answers

How do I determine # of processors ...

I have a console server that runs some form of UNIX/Linux, but I get a bash shell, and I want to determine how many processor (what speed) and them amount of RAM in the system. (2 Replies)
Discussion started by: bbrandeb49
2 Replies
Login or Register to Ask a Question