Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ORA-12838 please : Is possible to append two times to the same table before doing a commit
Hi I have a serious problem
I can't do two append insret to a table in a same transaction, and I can
join in only one.
because some times the same process( a function) must be runs more than once
and can't be a commit between them, all is only one transaction.
I ask you if you please know about a trick to bypass this.
SQL> INSERT /*+ append */ into ctb.xxdeftra select * from ctb.deftransace_me
whe
re rownum <5;
4 filas creadas.
SQL> INSERT /*+ append */ into ctb.xxdeftra select * from ctb.deftransace_me
whe
re rownum <5;
INSERT /*+ append */ into ctb.xxdeftra select * from ctb.deftransace_me
where ro
wnum <5
*
before doing a commit
Thanks :)
Juan Carlos Reyes Pacheco
OCP
Database 9.2 Standard Edition
![]() |
![]() |