Exact fetch

2003-08-22 Thread roland . skoldblom
Hallo,

anyon who can tell me whatthis mean`? I get it while I am trying to load some data in 
some tables?

ORA-01422: exact fetch re
  turns more than requested number of rows


Thanks in advance


Roland S






-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Exact fetch

2003-08-22 Thread Jamadagni, Rajendra
Title: RE: Exact fetch





it means Exact fetch returns more than requested number of rows, nothing more, nothing less.


HTH
Raj

Rajendra dot Jamadagni at nospamespn dot com
All Views expressed in this email are strictly personal.
QOTD: Any clod can have facts, having an opinion is an art !



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 22, 2003 10:45 AM
To: Multiple recipients of list ORACLE-L
Subject: Exact fetch



Hallo,


anyon who can tell me whatthis mean`? I get it while I am trying to load some data in some tables?


ORA-01422: exact fetch re
 turns more than requested number of rows



Thanks in advance



Roland S







-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).



This e-mail 
message is confidential, intended only for the named recipient(s) above and may 
contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 
and delete this e-mail message from your computer, Thank 
you.*2


RE: Exact fetch

2003-08-22 Thread Jack van Zanen
What does the load procedure look like?


AFAIK this means that a select into returns more than one row in the
subquery, which would indicate use of PL/SQL

Any triggers etc..??


Jack



-Original Message-
Sent: Friday, August 22, 2003 4:45 PM
To: Multiple recipients of list ORACLE-L


Hallo,

anyon who can tell me whatthis mean`? I get it while I am trying to load
some data in some tables?

ORA-01422: exact fetch re
  turns more than requested number of rows


Thanks in advance


Roland S






-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the
message BODY, include a line containing: UNSUB ORACLE-L (or the name of
mailing list you want to be removed from).  You may also send the HELP
command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jack van Zanen
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Exact fetch

2003-08-22 Thread Jared Still

7:24-sherlock:ts01:jkstill-0  oerr ora 1422
01422, 0, exact fetch returns more than requested number of rows
// *Cause: The number specified in exact fetch is less than the rows
returned.
// *Action: Rewrite the query or change number of rows requested

07:25:43 sherlock - [EMAIL PROTECTED] SQL
07:25:43 sherlock - [EMAIL PROTECTED] SQL drop table x;

Table dropped.

07:25:44 sherlock - [EMAIL PROTECTED] SQL
07:25:44 sherlock - [EMAIL PROTECTED] SQL create table x
07:25:44   2  as
07:25:44   3  select table_name
07:25:44   4  from user_tables
07:25:44   5  /

Table created.

07:25:44 sherlock - [EMAIL PROTECTED] SQL
07:25:44 sherlock - [EMAIL PROTECTED] SQL declare
07:25:44   2  y x.table_name%type;
07:25:44   3  begin
07:25:44   4  select table_name into y from x;
07:25:44   5  end;
07:25:44   6  /
declare
*
ERROR at line 1:
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at line 4




On Fri, 2003-08-22 at 07:44, [EMAIL PROTECTED] wrote:
 Hallo,
 
 anyon who can tell me whatthis mean`? I get it while I am trying to load some data 
 in some tables?
 
 ORA-01422: exact fetch re
   turns more than requested number of rows
 
 
 Thanks in advance
 
 
 Roland S
 
 
 
 
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: 
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).