Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Fastest way to move files across unix servers
harvey_ladybug_at_hotmail.com (MK) wrote in message news:<b8486b73.0406241230.4056028b_at_posting.google.com>...
> I am migrating a database from one server to the other.
> OS - AIX 4.3.3 to AIX 5.2
> Oracle - 8.1.7 to 9.2
> OS & DB block size - 32 bit to 64 bit.
>
> The new server does not have a tape drive. I have to do export/import.
How are you going to back up once you do get it over there?
> The total file size will be about 25Gig.
>
> What is the best way to copy these across? I tried ftp (4 minutes /
> MB) and rcp (1 minute per MB). Either is not a good solution.
Besides what the others have mentioned about compressing the file (I've seen around 10 to 1, commonly, but of course you need to consider compression/decompression time if you have a small window), have you checked to be sure the file system and network processes are not going bonkers?
There are also compress-on-the-fly options, where you pipe the output of exp into compress, and thence to a file, or even to uncompress/imp if you have proper mounting options.
>
> What other choices do I have?
>
> Thanks,
>
> Manjula
jg
-- @home.com is bogus. http://story.news.yahoo.com/news?tmpl=story&cid=581&e=2&u=/nm/20040628/tc_nm/tech_hackers_dcReceived on Mon Jun 28 2004 - 18:25:32 CDT
![]() |
![]() |