Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: OCITypeByName problem
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
>-----------------------------------------------------------------------------------
>
>
>
Received on Mon Aug 07 2000 - 00:00:00 CDT
![]() |
![]() |