order sending email, order receiving emails 2004-03-03 - By Jared.Still@(protected)
The internet is asynchronous.
"Juan Cachito Reyes Pacheco " <jreyes@(protected) >
Sent by: oracle-l-bounce@(protected)
03/03/2004 02:01 PM
Please respond to oracle-l
To: <oracle-l@(protected) >
cc:
Subject: order sending email, order receiving emails
I sent this email before sending the solved one.
But I received first the solved email first and after this email.
The emails are not sent in sequence to the list???
-- -- Original Message -- --
From: "Juan Cachito Reyes Pacheco " <jreyes@(protected) >
To: <oracle-l@(protected) >
Sent: Wednesday, March 03, 2004 4:43 PM
Subject: Re: Inserting records in a cursor
> Could you please give a complete example creating a cursor, and adding
> values and returning :) pleeease... if I 'm not abusing of you.
> I 'm getting other error messages.
>
>
> declare
>
> Tabla ctb.typ_cco_imputacion;
>
> begin
>
> Tabla(1).ntotal := 1;
>
> Tabla(2).ntotal := 1;
>
> Tabla(3).ntotal := 1;
>
> tabla(4).ntotal := 1;
>
> --RETURN Tabla;
>
> rollback;
>
> end;
>
> 16:39:00 ORA-06531 (See ORA-06531.ora-code.com): Referencia a una recopilaci¨Žn no inicializada
>
> -- -- Original Message -- --
> From: "Jamadagni, Rajendra " <Rajendra.Jamadagni@(protected) >
> To: <oracle-l@(protected) >
> Sent: Wednesday, March 03, 2004 4:16 PM
> Subject: RE: Inserting records in a cursor
>
>
> you are probably confused between a table (a rdbms entity) and a
collection
> (aka pl/sql table). Collections do not use DML statements, you need to
treat
> them like arrays ... that 's what they are.
>
> tubla[1].ntotal := 1;
> tubla[2].ntotal := 1;
> tubla[3].ntotal := 1;
> tubla[4].ntotal := 1;
>
> Raj
>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
--
> ----
> Rajendra dot Jamadagni at nospamespn dot com
> All Views expressed in this email are strictly personal.
> select standard_disclaimer from company_requirements;
> QOTD: Any clod can have facts, having an opinion is an art !
>
>
> -- --Original Message-- --
> From: oracle-l-bounce@(protected)
> [mailto:oracle-l-bounce@(protected)]On Behalf Of Juan Cachito Reyes
> Pacheco
> Sent: Wednesday, March 03, 2004 3:07 PM
> To: oracle-l@(protected)
> Subject: Inserting records in a cursor
>
>
> Hi, maybe this is a stupid question, but I didn 't it before, I want to
> create a cursor load data, and return in in a funciton
> something like
>
> If you can please, thank you.
> CREATE OR REPLACE
>
> TYPE ctb.tyo_cco_imputacion AS OBJECT
>
> (
>
> nTotal NUMBER,
>
> cCCO1 VARCHAR2(9),
>
> cCCO2 VARCHAR2(9),
>
> cCCO3 VARCHAR2(9),
>
> cCCO4 VARCHAR2(9),
>
> cCCO5 VARCHAR2(9),
>
> nMonto NUMBER(16,2)
>
> )
>
> /
>
> CREATE OR REPLACE
>
> TYPE ctb.typ_cco_imputacion AS TABLE OF CTB.TYO_CCO_IMPUTACION;
>
> /
>
>
>
> create functoin load return ctb.typ_cco_imputacion
>
> TuBLA typ_cco_imputacion;
>
> begin
>
> insert into TUBLA values(1,2,3,4);
>
> insert into TUBLA values(1,4,3,4);
>
> ....
>
> retturn tubla
>
> end;
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> put 'unsubscribe ' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> put 'unsubscribe ' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> put 'unsubscribe ' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
<br > <font size=2 face= "sans-serif " >The internet is asynchronous. </font >
<br >
<br >
<br >
<br >
<table width=100% >
<tr valign=top >
<td >
<td > <font size=1 face= "sans-serif " > <b >"Juan Cachito Reyes Pacheco" <jreyes@(protected)> </b > </font >
<br > <font size=1 face= "sans-serif " >Sent by: oracle-l-bounce@(protected) </font >
<p > <font size=1 face= "sans-serif " > 03/03/2004 02:01 PM </font >
<br > <font size=2 face= "sans-serif " > </font > <font size=1 face= "sans-serif " >Please respond to oracle-l </font >
<br >
<td > <font size=1 face= "Arial " > </font >
<br > <font size=1 face= "sans-serif " > To: <oracle-l@(protected)> </font >
<br > <font size=1 face= "sans-serif " > cc: </font >
<br > <font size=1 face= "sans-serif " > Subject: order sending email, order receiving emails </font > </table >
<br >
<br >
<br > <font size=2 face= "Courier New " >I sent this email before sending the solved one. <br >
<br >
But I received first the solved email first and after this email. <br >
The emails are not sent in sequence to the list??? <br >
<br >
-- -- Original Message -- -- <br >
From: "Juan Cachito Reyes Pacheco" <jreyes@(protected)> <br >
To: <oracle-l@(protected)> <br >
Sent: Wednesday, March 03, 2004 4:43 PM <br >
Subject: Re: Inserting records in a cursor <br >
<br >
<br >
> Could you please give a complete example creating a cursor, and adding <br >
> values and returning :) pleeease... if I 'm not abusing of you. <br >
> I 'm getting other error messages. <br >
> <br >
> <br >
> declare <br >
> <br >
> Tabla ctb.typ_cco_imputacion; <br >
> <br >
> begin <br >
> <br >
> Tabla(1).ntotal := 1; <br >
> <br >
> Tabla(2).ntotal := 1; <br >
> <br >
> Tabla(3).ntotal := 1; <br >
> <br >
> tabla(4).ntotal := 1; <br >
> <br >
> --RETURN Tabla; <br >
> <br >
> rollback; <br >
> <br >
> end; <br >
> <br >
> 16:39:00 ORA-06531 (See ORA-06531.ora-code.com): Referencia a una recopilaci¨Žn no inicializada <br >
> <br >
> -- -- Original Message -- -- <br >
> From: "Jamadagni, Rajendra" <Rajendra.Jamadagni@(protected)> <br >
> To: <oracle-l@(protected)> <br >
> Sent: Wednesday, March 03, 2004 4:16 PM <br >
> Subject: RE: Inserting records in a cursor <br >
> <br >
> <br >
> you are probably confused between a table (a rdbms entity) and a <br >
collection <br >
> (aka pl/sql table). Collections do not use DML statements, you need to <br >
treat <br >
> them like arrays ... that 's what they are. <br >
> <br >
> tubla[1].ntotal := 1; <br >
> tubla[2].ntotal := 1; <br >
> tubla[3].ntotal := 1; <br >
> tubla[4].ntotal := 1; <br >
> <br >
> Raj <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
-- <br >
> ---- <br >
> Rajendra dot Jamadagni at nospamespn dot com <br >
> All Views expressed in this email are strictly personal. <br >
> select standard_disclaimer from company_requirements; <br >
> QOTD: Any clod can have facts, having an opinion is an art ! <br >
> <br >
> <br >
> -- --Original Message-- -- <br >
> From: oracle-l-bounce@(protected) <br >
> [mailto:oracle-l-bounce@(protected)]On Behalf Of Juan Cachito Reyes <br >
> Pacheco <br >
> Sent: Wednesday, March 03, 2004 3:07 PM <br >
> To: oracle-l@(protected) <br >
> Subject: Inserting records in a cursor <br >
> <br >
> <br >
> Hi, maybe this is a stupid question, but I didn 't it before, I want to <br >
> create a cursor load data, and return in in a funciton <br >
> something like <br >
> <br >
> If you can please, thank you. <br >
> CREATE OR REPLACE <br >
> <br >
> TYPE ctb.tyo_cco_imputacion AS OBJECT <br >
> <br >
> ( <br >
> <br >
> nTotal NUMBER, <br >
> <br >
> cCCO1 VARCHAR2(9), <br >
> <br >
> cCCO2 VARCHAR2(9), <br >
> <br >
> cCCO3 VARCHAR2(9), <br >
> <br >
> cCCO4 VARCHAR2(9), <br >
> <br >
> cCCO5 VARCHAR2(9), <br >
> <br >
> nMonto NUMBER(16,2) <br >
> <br >
> ) <br >
> <br >
> / <br >
> </font >
<br > <font size=2 face= "Courier New " >> CREATE OR REPLACE <br >
> <br >
> TYPE ctb.typ_cco_imputacion AS TABLE OF CTB.TYO_CCO_IMPUTACION; <br >
> <br >
> / <br >
> <br >
> <br >
> <br >
> create functoin load return ctb.typ_cco_imputacion <br >
> <br >
> TuBLA typ_cco_imputacion; <br >
> <br >
> begin <br >
> <br >
> insert into TUBLA values(1,2,3,4); <br >
> <br >
> insert into TUBLA values(1,4,3,4); <br >
> <br >
> .... <br >
> <br >
> retturn tubla <br >
> <br >
> end; <br >
> <br >
> <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
> Please see the official ORACLE-L FAQ: http://www.orafaq.com <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
> To unsubscribe send email to: oracle-l-request@(protected) <br >
> put 'unsubscribe ' in the subject line. <br >
> -- <br >
> Archives are at http://www.freelists.org/archives/oracle-l/ <br >
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
> Please see the official ORACLE-L FAQ: http://www.orafaq.com <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
> To unsubscribe send email to: oracle-l-request@(protected) <br >
> put 'unsubscribe ' in the subject line. <br >
> -- <br >
> Archives are at http://www.freelists.org/archives/oracle-l/ <br >
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- <br >
> <br >
> <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
> Please see the official ORACLE-L FAQ: http://www.orafaq.com <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
> To unsubscribe send email to: oracle-l-request@(protected) <br >
> put 'unsubscribe ' in the subject line. <br >
> -- <br >
> Archives are at http://www.freelists.org/archives/oracle-l/ <br >
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html <br >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- <br >
<br >
<br >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
Please see the official ORACLE-L FAQ: http://www.orafaq.com <br >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ <br >
To unsubscribe send email to: oracle-l-request@(protected) <br >
put 'unsubscribe ' in the subject line. <br >
-- <br >
Archives are at http://www.freelists.org/archives/oracle-l/ <br >
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html <br >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- <br >
</font >
<br >
<br >
|
|