From: Alexander Mednikov <amednikov@eas.astelit.ru>
Subject: Re: OCITypeByName problem
Date: 2000/08/08
Message-ID: <398FB0EF.FF4CBF9B@eas.astelit.ru>#1/1
Content-Transfer-Encoding: 7bit
References: <398EE75D.5F89BCCE@eas.astelit.ru> <398ef94c.608619418@news.earthlink.net>
X-Accept-Language: en
Content-Type: text/plain; charset=koi8-r
X-Trace: fu-berlin.de 965718262 7172445 195.96.66.84 (16 [44518])
Mime-Version: 1.0
Reply-To: amednikov@iname.com
Newsgroups: comp.databases.oracle.misc


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@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@iname.com
> >-----------------------------------------------------------------------------------
> >
> >
> >

--
-----------------------------------------------------------------------------------
Alexander A. Mednikov
     Email: amednikov@iname.com
       ICQ: 74388115
-----------------------------------------------------------------------------------




