Home » RDBMS Server » Server Administration » undo tablespace responsibility?? (oracle 11gR2)
icon4.gif  undo tablespace responsibility?? [message #640986] Sat, 08 August 2015 06:26 Go to previous message
kgorgolewski
Messages: 2
Registered: August 2015
Junior Member
hi, we are having the following setup: local db (let's name it a) and remote db (name b). we are selecting from remote b a huge amount (several million records) of data and inserting it into local a, which is taking a long time related to the amount of data and/or business of remote db b. it is always a sql statement like this executed:

insert into a.localtable
select * from b.remotetable
where b.recorddate=trunc(sysdate)-1;

but regularly we are getting ora-15555 (or similar...related to undo tablespace is not enough or undo retention value is too small).

for this situation: who is responsible for the undo tablespace/retention? the local db a or remote db b?

would be happy to clarify this question Smile
 
Read Message icon4.gif
Read Message
Read Message
Previous Topic: How to join DBA_TYPE_METHODS and DBA_ARGUMENTS
Next Topic: Ora-01031 error when reading Oracle SGA
Goto Forum:
  


Current Time: Thu Apr 25 00:18:00 CDT 2024