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

Home -> Community -> Usenet -> c.d.o.misc -> OCI type

OCI type

From: zris <zris_at_somewhere.com>
Date: Wed, 08 Dec 1999 20:30:47 GMT
Message-ID: <384ec017.163734928@news.earthlink.net>


CREATE OR REPLACE PACKAGE Something AS

   TYPE char_array IS VARCHAR2(20)INDEX BY BINARY_INTEGER;

	procedure test_exists
	(
		iConfig in char_array
	);

end Something;

what is the OCI type mapping for the char_array? I tried to OCIBINd and SQL_STR but it fails and complains about incorrent data type.

Chris Received on Wed Dec 08 1999 - 14:30:47 CST

Original text of this message

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