Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Query related to 9i
This means that the program needs to either be relinked or the LIB_PATH variable is pointing to the wrong directory. This error usually turns up when you have 32-bit and 64-bit libraries on the system and one of them must be first in the LIB_PATH. Determine if the program was compiled with a 32-bit or 64-bit library. Oracle has 32-bit and 64-bit libraries for Oracle9i on AIX 5. Check the order of the library directories in the LIB_PATH (and even the LD_LIBRARY_PATH if it is set) to ensure that the 32-bit comes first.
RWB
Reginald W. Bailey
IBM Global Services - ETS SW GDSD - Database Management
Your Friendly Neighborhood DBA
713-216-7703 (Office) 281-798-5474 (Mobile) 713-415-5410 (Pager)
reginald.w.bailey_at_jpmorgan.com
baileyre_at_us.ibm.com
RShankar1_at_CHN.COG NIZANT.COM To: ORACLE-L_at_fatcity.com Sent by: cc: ml-errors_at_fatcity Subject: Query related to 9i .com 09/18/2003 05:49 AM Please respond to ORACLE-L
Hi Friends ,
I am running an exe (basically a C++ code ) in AIX 4 version and
Oracle 8. When i migrated the oracle to 9i and the file system has been
moved to the operating system AIX 5.1 and started executing the exe the
following error message is displayed. Can anyone tell me what could be the
reason.
exec(): 0509-036 Cannot load program usrvrapp_dsk.exe[exe name] because of
the following errors:
0509-150 Dependent module /oracle/9.2.0/lib/libclntsh.a(shr.o)
could not be loaded.
0509-103 The module has an invalid magic number.
Regards,
Shankar
-----Original Message-----
Sent: Thursday, September 18, 2003 2:25 PM
To: Multiple recipients of list ORACLE-L
Yes getting correct orowid from view a i.e rowid of table b.
With Regards,
Manoj Kumar Jha
Hemant K
Chitale To: Multiple recipients of
list ORACLE-L <ORACLE-L_at_fatcity.com>
<hkchital_at_singn cc:
et.com.sg> Subject: Re: invalid ROWID
Sent by:
ml-errors_at_fatci
ty.com
09/17/03 09:39
PM
Please respond
to ORACLE-L
If OROWID is a column, the
"WHERE ROWID = :old.OROWID;" would certainly fail.
If OROWID is expected to be of type ROWID, check the View definition. Are you really getting the right rowid ? Hemant
At 07:59 AM 17-09-03 -0800, you wrote:
>OROWID is column of view a based on table b. > > >With Regards, >Manoj Kumar Jha > > -------------------------------------------------------------------------------- > >-------------------- >A transcendentalist engaged in auspicious activities does not meet with >destruction either in this world or in the spiritual world; one who does >good,
> >-------------------- > > > > > "Tanel > Poder" > > <tanel.poder.00 To: Multiple recipients of > list ORACLE-L <ORACLE-L_at_fatcity.com> > 3_at_mail.ee> cc: > > Sent by: Subject: Re: invalid > ROWID > ml-errors_at_fatci > > ty.com > > > > > > 09/17/03 > 09:04 > > PM > > Please > respond > > to > ORACLE-L > > > > > > > > > >Is this OROWID a column in your table or is it just a typo? > >Tanel. > >----- Original Message ----- >To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> >Sent: Wednesday, September 17, 2003 5:59 PM > > > > > > Hi All, > > > > I am facing one problem explained below: > > Our application is using a trigger on view a based on some table b. > > > > IF :new.IND = 'Y' THEN > > UPDATE b set > > IND = NVL(RTRIM(:new.DIND),' ') > > WHERE ROWID = :old.OROWID; > > END IF; > > Apllication is trying to update view, nad thus triiger consist above > > statement got fired. > > > > The above statement giving error : > > ORA-01410: invalid ROWID > > > > have any body faced the same problem earlier. > > We are using : > > > > Oracle9i Enterprise Edition Release 9.2.0.2.0 - 64bit Production > > PL/SQL Release 9.2.0.2.0 - Production > > CORE 9.2.0.2.0 Production > > TNS for IBM/AIX RISC System/6000: Version 9.2.0.2.0 - Production > > NLSRTL Version 9.2.0.2.0 - Production > > > > > > With Regards, > > Manoj Kumar Jha > > > > >-------------------------------------------------------------------------- >------ > > > > --------------------
> > good, > > is never overcome by evil. > > >-------------------------------------------------------------------------- >------ > > > > -------------------- > > > > DISCLAIMER: The information contained in this message is intended only >and > > solely for the addressed individual or entity indicated in this message >and > > for the exclusive use of the said addressed individual or entity >indicated > > in this message (or responsible for delivery of the message to such >person) > > and may contain legally privileged and confidential informationbelonging
> > to Tata Consultancy Services. It must not be printed, read, copied, > > disclosed, forwarded, distributed or used (in whatsoever manner) by any > > person other than the addressee. Unauthorized use, disclosure orcopying
>is > > strictly prohibited and may constitute unlawful act and can possibly > > attract legal action, civil and/or criminal. The contents of thismessage
> > need not necessarily reflect or endorse the views of Tata Consultancy > > Services on any subject matter. Any action taken or omitted to be taken > > based on this message is entirely at your risk and neither theoriginator
> > liability towards the same. Opinions, conclusions and any other >information > > contained in this message that do not relate to the official businessof
> > Tata Consultancy Services shall be understood as neither given nor >endorsed > > by Tata Consultancy Services or any affiliate of Tata Consultancy >Services. > > If you have received this message in error, you should destroy this >message > > and may please notify the sender by e-mail. Thank you. > > > > -- > > Please see the official ORACLE-L FAQ: http://www.orafaq.net > > -- > > Author: ManojKr Jha > > INET: jmanoj_at_delhi.tcs.co.in > > > > Fat City Network Services -- 858-538-5051 http://www.fatcity.com > > San Diego, California -- Mailing list and web hosting services > > --------------------------------------------------------------------- > > To REMOVE yourself from this mailing list, send an E-Mail message > > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in > > the message BODY, include a line containing: UNSUB ORACLE-L > > (or the name of mailing list you want to be removed from). You may > > also send the HELP command for other information (like subscribing)Received on Thu Sep 18 2003 - 10:59:54 CDT