Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: OCITypeByName problem

Re: OCITypeByName problem

From: Alexander Mednikov <amednikov_at_eas.astelit.ru>
Date: 2000/08/08
Message-ID: <398FB0EF.FF4CBF9B@eas.astelit.ru>#1/1

All invoks are from same connect.

zris wrote:

> I am just guessing but could it be that your connection has changed in
> between calls?
> So the new connection does not have rigths to view a particular type.
> chris
>
> On Mon, 07 Aug 2000 20:44:13 +0400, Alexander Mednikov
> <amednikov_at_eas.astelit.ru> wrote:
>
> >I am using Oracle 8.0.6 on HP-UX, in my application next statemrnt
> >invoke about 100 times in different places for different type names
> >and next give the error: "OCI-22303: type "T_RIGHT" not found", although
> >this type exists and earlier invorke for this type name was
> >successfully. Why this maybe ?
> >
> >status = OCITypeByName(env, err,
> > svc, (text *) 0,
> > (ub4) 0, (text *)typeName.c_str(),
> > (ub4)typeName.length(),
> > (CONST text *) 0, (ub4) 0,
> > OCI_DURATION_SESSION, OCI_TYPEGET_ALL,
> > &tdo);
> >
> >--
> >-----------------------------------------------------------------------------------
> >
> >Alexander A. Mednikov
> > Email: amednikov_at_iname.com
> >-----------------------------------------------------------------------------------
> >
> >
> >

--
-----------------------------------------------------------------------------------
Alexander A. Mednikov
     Email: amednikov_at_iname.com
       ICQ: 74388115
-----------------------------------------------------------------------------------
Received on Tue Aug 08 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US