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 -> OCITypeByName problem

OCITypeByName problem

From: Alexander Mednikov <amednikov_at_eas.astelit.ru>
Date: 2000/08/07
Message-ID: <398EE75D.5F89BCCE@eas.astelit.ru>#1/1

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

Original text of this message

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