How to compress dmp file in expdp..

Hi All,
I am usign Oracle database 10g, anybody havign any idea of how to compress your dumpfile using expdp then let me know.
I tried with compression option of expdp but the dmp file size is same as I have it without compression.
Thanks..

Hello maybe you can try with this
the command is mknode (with this option you can to comprees at the same time to execute the exp)
ORACLE_HOME=/u01/OH_RDBMS/10.2.0
PATH=$PATH:$ORACLE_HOME/bin:/usr/bin:/usr/local:/bin:.
LD_LIBRARY_PATH=$ORACLE_HOME/lib:.
ORACLE_SID=PSFSHIST
NLS_LANG=American_America.WE8ISO8859P1
export ORACLE_HOME PATH LD_LIBRARY_PATH NLS_LANG ORACLE_SID
#directory
DIR_RESP=/RESPALDO/
fecha=`date +%d.%m.%Y_%Ou`
#drop the last backup
rm $DIR_RESP/*.gz
#create exp
#you can use the pipe for compress the file
mknod $DIR_RESP/exp.pipe p
#compress dmp whit file pipe
gzip < $DIR_RESP/exp.pipe > $DIR_RESP/export_xxxx.dmp.gz &
#El export se manda al archivo tipo pipe
you can change for expdp
exp system/xxxxx@xxxxxxx full=y file=$DIR_RESP/exp.pipe log=$DIR_RESP/export_xxxxx.log statistics=none direct=y consistent=y rows=no
#TERMINA PROGRAMA

Similar Messages

  • How to import *.dmp file Through Oracle SQL Developer (3.2.20.09)

    hi
    how to import *.dmp file Through Oracle SQL Developer (3.2.20.09) ?
    how to do it ?
    thanks

    You do not.
    .dmp files are created from our Export and Data Pump database utilities and are proprietary files. You use the corresponding Import (or Data Pump) utility to import the data.

  • How to compress my files and folders, How to compress my files and folders

    Good morning,
    My name is Jai Bhandari and I am from London, UK.
    I am sending this out to everyone that can help me to compress my files and folders, as I believe my macbook pro is starting to freeze and caused by having a slow machine, is there anyone that can suggest to me how and what do I use to compress these files into one folder.
    Thank you for reading this and hope to hear from you soon.
    Many regards
    Jai

    You can 'compress' files and folders from the Finder by selecting the items and choosing File>Compress "selected file or folder". This will create a zip archive and will save you some space. (I just tried it on a 16GB folder and it compressed it to an 11GB zip file). After you zip the file/folder the original can be deleted )until you need to access it again, then you can just double-click the zip file).
    If you're trying to free up disk space on your hard drive, this is not the best method... but you didn't ask about that...
    Clinton

  • How to compress my file

    Hi,
    I am working on a wedding video that I shot with two cameras. I have edited it down and the final project was about 2 hours and 10 minutes. I used compressor and converted it to a mpeg2 which reduced the file to 1.9 gigs. However, I have come to discover that IDVD does not accept that file type.
    Next I re compressed it into a .mov, but that only reduced it to 10 gigs - which won't fit on a standard size dvd...
    I re-edited the film to 1 hour and 30 minutes, but still the file size is just over 7 gigs as a .mov.
    Does anyone have any suggestions on how to compress it without having to whittle it down to under an hour?
    Thanks for your help.

    When I initially finished the project, I exported as a Quicktime movie and it was 49+ gigs! (Yikes!)
    Still learning the Final Cut Suite and opened up Compressor for the first time realizing that it was the tool I needed. I compressed it down to 1.91 gigs, but did so as a .mpg - which I learned was not compatible with either iDVD or Studio Pro.
    That's when I scrolled down the list of "settings" and realized I could make it a .mov, which only got it down to 10 gigs. Which is where I was when I posted for help.
    I think I finally got it now, thank you so much for the help and advice...

  • How to compress AVI files in Lion sending by mail

    Hi ALL,
    As the titel says, AVI file size is now 36Mb.
    How to compress the AVI file so that I can sent it by Mail.
    Dimaxum

    The only way is to reduce the length or the size or the quality with a video editor. Probably all three. Usually, video files are too big for email. You should find a different method of transferring it.

  • How to compress PDF file when sending email through SP01

    Hi expert,
    i need your help.
    when i use tcode SP01 and fetch the spool no which i want, then select the spool no, cilick menu Spool Request->Forward->Send using SAPOffice to send mail.
    i can send the list as an attached file to external mailbox.
    Now the problem is :  the size of attached PDF file is too large, how to compress it? make it more smaller?
    Thanks&Regards
    Aiolos
    Edited by: yang Aiolos on Nov 24, 2010 10:08 PM

    Hi,
    After Converting list to Pdf try the below code.
    DATA :  GD_BUFFER TYPE STRING.
      LOOP AT IT_PDF_OUTPUT.
        TRANSLATE IT_PDF_OUTPUT USING ' ~'.
        CONCATENATE GD_BUFFER IT_PDF_OUTPUT INTO GD_BUFFER.
      ENDLOOP.
      TRANSLATE GD_BUFFER USING '~ '.
      DO.
        IT_MESS_ATT = GD_BUFFER.
        APPEND IT_MESS_ATT.
        SHIFT GD_BUFFER LEFT BY 255 PLACES.
        IF GD_BUFFER IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    Then mail it. <removed by moderator>
    Edited by: Thomas Zloch on Nov 25, 2010 10:21 AM - please do not ask for ...

  • How to compress large files

    Can anyone tell me whether os x has any good built in compression utilities? Or where to download some free ones?? I've got some rather large DV project folders that i want to compress onto one DVD and then delete them off my hard drive.
    Also how do you compress file to .mpkg? That's the extension of a compressed file from an apple utility that i found. once it was opened turned out to be 1.8 gig from 456k.

    OSX can create a .zip archive.
    Select the folder in the Finder, and goto the File menu and select Create Archive.
    But I'm not sure how high compression rate you can gain for your DV project.

  • How to compress image files, jpeg, bmp, gif, png, tiff, etc

    I am new to Jave imaging, does anybody know how to compress an image file, including jpeg, bmp, gif, png, tiff format.
    Thanks
    JC

    some are already compressed.
    If you just want generic compression, it doesn't really matter what type of file they are. A simple approach would be to use ZipOutputStream

  • How to load .dmp file into oracle 11gR2 data base schema ?

    hello experts,
    i have a .dmp file and i wnat to use the data in this file for my further practices.
    so, i need to dump the data in the .dmp file to the any schema exiists in data base.
    Please give me step by step procedure to execute my requirement....ASAP.
    Thanks in Advance
    LAkshmi kanth

    Pl post details of exact OS and database versions. The answer will depend on exactly how this dmp file was created. What is the issue you are trying to resolve ? This is a forum of peer volunteers - for all ASAP issues, pl open an SR with Support
    HTH
    Srini

  • How to compress PDF files

    I have a 72MB PDF file that I want to email. How do I compress this file.

    A curious observation confounded me. I was using OS X to create PDF files from the Print dialog box of  an application, and I found the file size that OS X was creating to be rather large. I used Adobe Acrobat Pro to reduce the file size by using the product's capability to do so. A rather time consuming task, but necessary since the original file sizes were too large to email.
    Completely by accident one day i used Preview within OS X to view a newly created file (4.9 Mb in size), and then "saved" the file to disk. For some reason in doing so, Preview had automatically reduced the file size from 4.9 Mb to less than 200 Kb (coincidentally the same size reduction that Acrobat Pro was doing manually).
    I don't know why, but simply opening in Preview and then saving the file was initiating a massive reduction. To this day, I find that the two step proces of creating a PDF, then doing the Preview reduction is necessary to make the files smaller for email.

  • How to compress pdf file size from 16mb to 4mb

    Can you please tell me how to compress a PDF email size of 16mb to 4mb?

    http://pdf-compressor.en.softonic.com/
    However PDF compression in general depending on format (pdf-A, pdf-X, etc etc) may not work or work well.

  • How to compress HDV files in the browser.

    I want to compress HDV files in the browser to DV 16/9 without having to drag them all into the timeline and combined and compress them all into one file.

    The Sony HDV X1 camera can convert your HDV footage to a variety of DV configurations. I would highly recommend this route to avoid the system performance penalties of working in native HDV. Also the camera gives you a much better HDV to DV conversion than FCP 5 (at the moment).
    The only benefit of staying HDV is if you are mastering to HD.

  • How to compress a file expdp?

    Hi.
    I am testing the Data Pump Export and when I try to compress the dump file this don't work.
    The Oracle Database is 10G R2.
    I have read some files and post about this and the "guru" say : migrate to 11G and this is solved.
    I don't thing I migrate to 11G soon, and I need compress the dumpfile.
    Somebody know how to do that?
    Regards,
    Milton

    Hi, you only can compress the meta-data, please review the next link.
    <br><br>
    Data Pump Export
    <br><br>
    If you want compress the entire file you must use some utility compression (compress, gzip, etc) at finished export dump command .
    <br><br>
    Regards.

  • How to compress a file for email

    How do you compress a video file for an email?

    Hello,
    Yes I have no doubt the code is messed up
    I guess I should start from the beginning. Here is the original code below for the form code that I recieved from
    my hosting Company to use.
    However all I need is the email field and a submit button and not the other fields. That is probably how
    I managed to mess up the code, I was trying to take out the other fields, line it up etc and most likely did a pretty
    good hack job.
    I tried this original code and yes your right it really did mess up the side bar terribly.
    Here is the original code my hosting Co gave me before I made a mess out of it.
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Contact Us</title>
    <link rel="stylesheet" type="text/css" href="../../css/nms.css" />
    </head>
    <body>
    <form method="post" action="mail.php">
      <table>
       <tr>
        <td>What is your name ?</td>
        <td><input type="text" name="name" /></td>
       </tr>
       <tr>
        <td>What is your e-mail address ?</td>
        <td><input type="text" name="email" /></td>
       </tr>
        <tr>
        <td> Comments:</td>
        <td><textarea name="data" cols=40 rows=6></textarea></td>
        </tr>
       <tr>
        <td colspan="2"><input type="submit" /></td>
       </tr>
      </table>
    </form>
    </body>
    </html>
    Here is my site and where I wanted to put this was on the very top
    of the right side-bar, just above the words Customer Testimonial.  here
    is my site wwwdotselfdefenseproshopdotcom
    Thanks for any help...
    Regards,

  • How to compress video files from 10.0.8?

    I need to compress my videos to share them on Dropbox. In the share options, I only get the file to be reduced from 149 MB down to 95 MB. How can I reduce it more to better share it and use in teaching? (I need to embedd three short videos in a Power Point, now it takes about 20 minutes to upload it).
    On different forums, it's described how you can export the files to Quick Time to reduce file size without changing the quality and some speak of using Compressor, however, I can't find any of this in iMovie 10.0.8.
    Are there any app's you recommend using?
    Appreciate all the help I can get :-)

    Hi Vishu Thakur,
    Welcome to the Apple Support Communities!
    I understand you want to move videos from your computer to your iPad Air and are trying to use Home Sharing to move the files. The process of moving files from your computer to your iPad is called syncing and would use iTunes to actually move the files from iTunes to the iPad. The article attached explains the process.
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    Have a great day,
    Joe

Maybe you are looking for

  • User Exit/ BADI for PO release

    Hi Experts, Can anyone please tell me about the User Exit or BADI for Sub contract PO release.Also tel me how to proceed for the following 2 requirement , i have to send an IDOC as & when the Sub contract PO releases. And automatically resent if chan

  • Can no longer use Automate (Batch) (AMD Radeon)

    I've spent hours trying to troubleshoot this problem. I have a new computer that I purchased about four months ago. When I first installed Photoshop and tried Automate to put watermarks on my photos, everything worked fine. I gave that a break for a

  • How to hide values in F4 input help

    Hi firends,                     I have a requirement to hide the values from F4 input help. In tcode F110, when I press F4 in Identification field then i will get the F4 help value for identification for which payment run is already done. I want to h

  • I asked this question before but I can't find it now. Anyway, I'm trying to import a DVD video that was made on a MAC and use it on a new iMovie project.

    I asked this question before but I can't find it now. Anyway, I'm trying to import a DVD video that was made on a MAC and use it on a new iMovie project. How do I do the importing.

  • NO SOUND, FAILED TO PLAY TEST TONE

    I have a Compac pressario with windows 7 starter, a week ago an update didn-t  allow me to use the virtual keyboard, I run a restore to a previous point and it ended up  with no sound also I UNISTALL - REINSTALL AUDIO DRIVER, EVERY TEST SAYS THERE IS