![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to copy large data from one table to another (insert into.. values (select * from ...)) on production environment (system must be running). I can do this in few parts, copying data partition by partition. Are there any hint for this problem to avoid slowdown of system? |
#3
| ||||
| ||||
|
|
Well, something has got to give. *First of all, which exact versions ofeverything are you using? * Oracle 10.2.0.4.0 What kind of volumes of data are we talking about? * What do you mean? Are there times when the system is less heavily loaded? Yes *How long do you have to do it? As I wrote, I can do this in a few parts. Probably client side will do |
|
*Are you using any tools like Informatica, Toad, or just sql, or pl/sql? Just sql and pl/sql *Are you on the server or is a client machine involved? I am not on the server. I need to write scripts which client side will |
|
*Does the data need any transform? * I need to split data into to tables with the same structure. Primary |
|
Are constraints the same? * Yes What kind of storage are you using? Storage will be enough. |
![]() |
| Thread Tools | |
| Display Modes | |
| |