![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 08:16 AM |
| error during run: St9bad_alloc - Getting this error while using some conversion progr | sathu_pec | Shell Programming and Scripting | 1 | 01-20-2008 11:38 PM |
| I got error like...syntax error on line 1, teletype | koti_rama | UNIX for Advanced & Expert Users | 2 | 07-07-2007 04:35 PM |
| error reading sections error at install | doelman | SUN Solaris | 2 | 02-05-2007 09:21 AM |
| Error: Internal system error: Unable to initialize standard output file | firkus | UNIX for Dummies Questions & Answers | 2 | 10-25-2005 12:23 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
error 0509-036
this is an exe file which whn i try to execute i get the following error. i am not sure if i need the oracle admin rights to change resolve it. and even if i do what is it that has to be done to resolve this!!
$ idcrrec.exe exec(): 0509-036 Cannot load program idcrrec.exe because of the following errors : 0509-150 Dependent module /data/ora9i/lib/libclntsh.a(shr.o) could not be loaded. 0509-103 The module has an invalid magic number. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Is your box running in 32 bit mode?
Code:
bootinfo -K Invalid magic number sounds like a 64 bit library used in 32 bit mode. Oracle 9i comes with 32 bit libraries (in $ORACLE_HOME/lib32), those in $ORACLE_HOME/lib usually are the 64 bit ones. You may try to set the LIBPATH variable to point to the directory containing the 32 bit libraries. |
|
#3
|
|||
|
|||
|
hey thanks!!
as i did not have the admin rights to check the hardware capacity could not check if it was 32 or 64.. but importing from the ora9i/lib32 did solve the problem!! |
|||
| Google The UNIX and Linux Forums |