help in handle of archive log files. [message #229421] |
Sat, 07 April 2007 12:28 |
suii
Messages: 2 Registered: April 2007
|
Junior Member |
|
|
I have a production database containing two tablespaces wich each is 60GB size. And my database is in ARCHIVE LOG Mode.
Next I need to duplicate these two tablespaces into another users just for the test purpose. So I do the export-import tasks. For the export-import I am ok, everthing works perfectly.
However I got some questions to ask as below.
1) When I do the importing the archive log files will be generated, so I tried to reduce the archive generation by create tablespaces and tables with nologging option(I understand that with nologging option will make no archive file generation) before doing an import. However when importing, still there are archive log files generated. So any idea why they are still generated?
2) As these tablespaces are just only for test purpose, so I also do not want any transactions entered into these test tablespace pass into the archive log files(overhead and also space waste), so is the nologging option the correct option to use? or Any others.
Please help.....
Thank you so much for any idea and answer.
|
|
|
|
|