![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I have a dmp file that contains about 9 million rows. Is there a utility/technique that will split the file into two (or more) so that I can run the import in two (or more) stages? Thanks, Sashi |
#3
| |||
| |||
|
|
On 10 Nov, 12:22, Sashi <small... (AT) gmail (DOT) com> wrote: Hi all, I have a dmp file that contains about 9 million rows. Is there a utility/technique that will split the file into two (or more) so that I can run the import in two (or more) stages? Thanks, Sashi 1. What Oracle version? 2. What operating system? Importing from a compressed pipe springs to mind but that's subject to your reply to my second question. HTH -g |
#4
| |||
| |||
|
|
Hi all, I have a dmp file that contains about 9 million rows. Is there a utility/technique that will split the file into two (or more) so that I can run the import in two (or more) stages? Thanks, Sashi |
#5
| |||
| |||
|
|
On Nov 10, 4:22*am, Sashi <small... (AT) gmail (DOT) com> wrote: Hi all, I have a dmp file that contains about 9 million rows. Is there a utility/technique that will split the file into two (or more) so that I can run the import in two (or more) stages? Thanks, Sashi Mark's answer pretty much says it all, but there may be more info available if you tell us what problem you are trying to solve. *Disk space? *Speed of imp? *Redo generation? *Trying to parallelize? jg -- @home.com is bogus. Yay Stu! *(Stu and I were buddies years ago):http://www.campinglife.com/output.cfm?ID=2209609 |
#6
| |||
| |||
|
|
On Nov 10, 1:15*pm, joel garry <joel-ga... (AT) home (DOT) com> wrote: On Nov 10, 4:22*am, Sashi <small... (AT) gmail (DOT) com> wrote: Hi all, I have a dmp file that contains about 9 million rows. Is there a utility/technique that will split the file into two (or more) so that I can run the import in two (or more) stages? Thanks, Sashi Mark's answer pretty much says it all, but there may be more info available if you tell us what problem you are trying to solve. *Disk space? *Speed of imp? *Redo generation? *Trying to parallelize? jg -- @home.com is bogus. Yay Stu! *(Stu and I were buddies years ago):http://www.campinglife.com/output.cfm?ID=2209609 Thanks for your replies, and that pretty much sums it up well for me. My problem is that my archiver keeps getting filled up, and I'm running short of disk space. It's unable to generate enough undo tablespace to represent my transaction. I googled around and took the approach of commiting regularly and using a buffer size of 50 MB. The DMP file is actually a single table, and is about 950 MB. So on my import command I set commit=Y and buffer=50000000. This is 10.2.0.4.0 on solaris 10. Regards, Sashi- Hide quoted text - - Show quoted text - |
#7
| |||
| |||
|
|
On Nov 10, 3:56*pm, Sashi <small... (AT) gmail (DOT) com> wrote: On Nov 10, 1:15*pm, joel garry <joel-ga... (AT) home (DOT) com> wrote: On Nov 10, 4:22*am, Sashi <small... (AT) gmail (DOT) com> wrote: Hi all, I have a dmp file that contains about 9 million rows. Is there a utility/technique that will split the file into two (or more) so that I can run the import in two (or more) stages? Thanks, Sashi Mark's answer pretty much says it all, but there may be more info available if you tell us what problem you are trying to solve. *Disk space? *Speed of imp? *Redo generation? *Trying to parallelize? jg -- @home.com is bogus. Yay Stu! *(Stu and I were buddies years ago):http://www.campinglife..com/output.cfm?ID=2209609 Thanks for your replies, and that pretty much sums it up well for me. My problem is that my archiver keeps getting filled up, and I'm running short of disk space. It's unable to generate enough undo tablespace to represent my transaction. I googled around and took the approach of commiting regularly and using a buffer size of 50 MB. The DMP file is actually a single table, and is about 950 MB. So on my import command I set commit=Y and buffer=50000000. This is 10.2.0.4.0 on solaris 10. Regards, Sashi- Hide quoted text - - Show quoted text - How do you back up your archive logs? (rman, manually to tape, etc...) If you use rman to back up the archive logs you may want to run a backup and delete task before you start and perhaps again while you are running. If you just back up the archived redo logs to tape then delete them then again you may want to schedule this task to run just prior to your load. It does seem like you may need to allocate more space to the archive log directory file system as 950MB is not that much redo though if your system normally only generates a couple hundred meagbytes per day I can understand not having enough space available to handle a special load. *On the other hand if this load is going to be repeated or is typical of future load then your current issue is warning that your archive file directory file system is too small. *You might also need to double check some of you other file system allocations such as for backups, trace files, etc .... HTH -- Mark D Powell -- |
![]() |
| Thread Tools | |
| Display Modes | |
| |