5
I would like to know, if possible, how to approximate the import time of a Dump.
It could be something considering the following items:
- GB DUMP size.
- Number of Tables.
- Number of Records and(or) rows/columns per table.
- Number of Objects such as Triggers, Functions, Procedures, etc.
- Some way to calculate computer processing efficiency?
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit
NOARCHIVELOG
The computer I use to perform IMP:
Windows 7 Professional 64bits
4gb RAM
i3 3.3GHz
OBS.: Using the command IMP
and/or IMPDB
.
I don’t know if it helps you, but look here: http://www.dba-oracle.com/t_monitor_data_pump_import_job.htm
– Diego
@Diego, on the link resolves with accurate IMPDP with IMP too, but thanks a lot!!!
– David
Question: Are you planning some bank migration or just want to estimate a restore time for a possible crash? Or none of these? What is your bank version? Standard or EE? is with active archivelog? S.O?
– Diego
@Diego, I changed the question with the answers.
– David
If I use a 1gb dump as a comparison effect and spend 2h to import then make three rule to figure out the time of a 5 GB dump giving 10 hours of import? kkk
– David
@Diego, post your reply with Datapump that I mark as answered.
– David
I think this will help you: Data PUMP Import
– Diego
@Diego puts a complete answer, with explanation of the link (and why the content of the link answers) to the question I will also vote
+1
– Sergio