I want to export/import large databases (10Gb) and I find that import takes
too long, are there
settings to improve imp/exp performance? (i'm running Oracle 7.3.3 on NT4).
Thanks in advance,
-----------------------------------------------
Robert Jungerius
DBA/Software Engineer @ CETEC BV
e-mail: rjung...@yahoo.com
ICQ: 16241759
I find it strange that import did run faster with index than without. Any
way you could trie to
run import with commit=y, because by default commit=n will result in commit
after every table is
imported.
Also make sure that the database is in NOARCHIVELOG mode when importing.
Hope this is of any help
Best regards
Jan Fure
Robert Jungerius <rjung...@death-to-spam.cetecint.com> wrote in article
<01be0183$612c7680$270164bf@wks139>...