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

Thread: Export a 40GB database

  1. #1
    Join Date
    Mar 2002
    Posts
    303

    Export a 40GB database

    I want to do a full export DB(40GB).
    Can someone tell me if i can splite this export in several files.
    if so, how is the syntax of the export
    OS:WinNT
    VOracle:8.0.5

    Thank's

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    use the FILESIZE parameter during exp to restrict the size of your dump file.

    I'm not sure if RESUMABLE parameter is available in 8.0.5, you can use this just to be on the safer side. This will help you suspend when a space related error is encountered.

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Mar 2002
    Posts
    303
    With the parameter FILEZISE=n will create several files whith n as filesize
    If so, how to do a full import?

    thank's

  4. #4
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    While importing, start with the first file, as import continues it will ask you for the next file when the first one ends. Then enter the name of the next file.

    Or simply use file=filename1.dmp,filename2.dmp...

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  5. #5
    Join Date
    Mar 2002
    Posts
    303
    Thank's a will try it today

    Bensmail

  6. #6
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    And don't forget to give the absolute path for the filenames. ie drive:\path\filename
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  7. #7
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Originally posted by bensmail
    Thank's a will try it today
    Don't bother - FILESIZE parameter is not available in 8.0.5!
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  8. #8
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Originally posted by jmodic
    Don't bother - FILESIZE parameter is not available in 8.0.5!
    That's bad then you need to use pipe to compress the dump on the fly...

    Oops its NT, try using winzip to compress the files on the fly don't know how you can do that...

    Best of luck
    Last edited by adewri; 03-21-2003 at 08:21 AM.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  9. #9
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Try using the NT compress attribute.

    Go to the destination directory for the dump file, right click on the folder. Click on the Properties and under "Attributes", enable (click) the "compress" attribute. Any files copied/created under this folder/directory, will be compressed.

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  10. #10
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    you cannot, there is no filesize parameter in 8.0.5!

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