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

Home -> Community -> Usenet -> c.d.o.server -> Re: PIPELINE FUNCTION varchar parameters no rows returned

Re: PIPELINE FUNCTION varchar parameters no rows returned

From: Jaap W. van Dijk <j.w.vandijk.removethis_at_hetnet.nl>
Date: Wed, 22 Mar 2006 09:12:02 GMT
Message-ID: <4421143c.528656@news.hetnet.nl>


On 21 Mar 2006 19:00:58 -0800, hooge007_at_gmail.com wrote:

<snip>
> SELECT distinct EMPLOYEE_ID,FIRST_NAME into v_id, v_fname
> FROM myemp where employee_name=name;
<snip>

Smells like the effects of comparing VARCHAR2 and CHAR fields.

Could you post a DESCRIBE of myemp?

Jaap. Received on Wed Mar 22 2006 - 03:12:02 CST

Original text of this message

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