Error when starting sp_cop for 11.2.0.2 Oracle 64 bit installation for AIX.
Though the LD_LIB_PATH is set correctly to point to 32 bit Oracle libraries, error seen is as below.
exec(): 0509-036 Cannot load program oracle because of the following errors:
0509-150 Dependent module /exp/prog/disk01a/oracle/client32_11.2.0.2/lib32/libskgxp11.so could not be loaded.
0509-103 The module has an invalid magic number.
Issue with the 32 library libskgxp11.so for Oracle 11.2.0.2, AIX.
Resolution:
Replace the existing 32 bit Oracle 11.2.0.2 libskgxp11 with 64 bit 11.2.0.2 libskgxp11.so
Make sure LD_LIBRARY_PATH points to 32 bit libraries
Start sp_cop
Refer to Oracle docid: ID 1291288.1