Re: Error with DBMS_SQL

From: <carlinodba_at_gmail.com>
Date: Wed, 20 Mar 2013 07:20:15 -0700 (PDT)
Message-ID: <3f4e3ded-34b6-404a-80f3-f8eca7a2a7ba_at_googlegroups.com>


Thanks, it works now!

I added the lines;

[code]

source_cursor varchar2 (32767);
.
.
dbms_output.put_line('INSERT STATEMENT: '|| source_cursor);
[code]

and I see that the insert is made.

I'll try with a range of tables, to see that the collection of data is inserted correctly, with data from multiple tables.

Now I would like to add a few lines to check if the record exists then update then insert otherwise, according to the case.

You'll have an example that you do this?

Thank you very much! Received on Wed Mar 20 2013 - 15:20:15 CET

Original text of this message