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: INSERT INTO...RETURNING doesn't work ( ORA-00933)

Re: INSERT INTO...RETURNING doesn't work ( ORA-00933)

From: <agonenil_at_gmail.com>
Date: 11 Apr 2005 00:37:46 -0700
Message-ID: <1113205066.136017.52020@o13g2000cwo.googlegroups.com>


Thanks lewis. The main problem in about was tom said, is that I need to select the data (bulk collect) and then insert it (again bulk collect).  This implay using of PGA memory and sum more cpu. It would have been nice that I could do simple actions during the Insert as select. (it would reduce resoruce usages and less code developing) Received on Mon Apr 11 2005 - 02:37:46 CDT

Original text of this message

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