DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: Creating another db from Unix to Linux (copying files)

  1. #1
    Join Date
    Jan 2003
    Posts
    35

    Creating another db from Unix to Linux (copying files)

    Afternoon all,

    I want to take a copy of our production db 8.1.7.2 (on Unix) and re-create our development db 8.1.7.2 (on Linux). I've done this many times by shutting the db down copying the files recreating db etc.. but can this method be used from Unix to Linux??

    Thanks in advance


  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    While you can certainly try it. I would think that the file systems are different and therefore you would need to do an export/import. You can do an export and pipe it to a compress. Then ftp it over an import while piping it from the uncompress.

  3. #3
    Join Date
    Jan 2003
    Posts
    35
    I'm trying to avoid an export/import as it takes days to finish (approx 3 days)!

    The db is around 20gb..


  4. #4
    Join Date
    Jan 2003
    Posts
    35
    Do I have any other options but export/import?

    Help?

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    20Gb isnt that big, import / export should not be taking that long.

    Could create your new db on the linux system, set up a db link and do the copy like that

  6. #6
    Join Date
    Aug 2001
    Posts
    267
    Even transportable tablespaces doesn't work in your case, since OS is different. Any way you are telling it is going to be test box. So export/import with rows=n indexes=n and recreate indexes later. Then it won't take any time.
    Raghu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width