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 problem

OCI problem

From: Victor Polukcht <vpolukcht_at_gmail.com>
Date: 20 Feb 2007 05:29:39 -0800
Message-ID: <1171978179.603606.95370@q2g2000cwa.googlegroups.com>


I'm studing OCI, and got a problem.

I wrote a small program that calls oracle procedure and prints the result.

The program code is posted to pastebin:

http://pastebin.ca/364875

The text of oracle procedure is:

create or replace PROCEDURE TEST ( param1 IN VARCHAR2, param2 OUT VARCHAR2)
AS
BEGIN
  param2 := param1;
END TEST; But while running it, i got segfault. It is very strange, i can't understand why. Can anybody help me to find a error? Received on Tue Feb 20 2007 - 07:29:39 CST

Original text of this message

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