export of dmp + compress (using hose)

Hello

can you help me correct the procedure?
I need to compress the dmp on the fly file to save space.
---
#! / bin/ksh
export ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1
export PIPE = exp.pipe
RM $PIPE
mknod $PIPE p
gzip-c < $PIPE > exp.dmp.gz &
$ORACLE_HOME/bin/expdp system/oracle@DB11G DUMPFILE = $PIPE LOGFILE = exp_pipe.log = INCLUDE NOKRWW = TABLE SCHEMAS
---

the error I get now is:
---
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
With partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: failed to create the dump file ' / u01/app/oracle/admin/DB11G/dpdump/exp.pipe '.
ORA-27038: created file already exists
Additional information: 1
---

Unlike the classic export the datapump isn't is no longer in charge of piping, use the COMPRESSION parameter instead:

http://download.Oracle.com/docs/CD/B28359_01/server.111/b28319/dp_export.htm#BABCAJHC

Werner

Tags: Database

Similar Questions

  • File compressed using a codec that is not supported by the player

    I use Director of windows. I can't import audio my cd or i tunes = reason "file compressed using a codec that is not supported by the player", how to fix this? What are the options?

    Thanks for your help.

    Hello

    To check the file type, follow the steps below:

    (a) access the location where the file is stored

    (b) right click on the file

    (c) click Properties in the drop-down list

    (d) under the general tab check the listed file type.

    File types supported by Windows Media Player 12 and Windows Media Center

    http://Windows.Microsoft.com/en-us/Windows-Vista/file-types-supported-by-Windows-Media-Center

    For more information about iTunes contact Apple support in the below given link.

    http://www.Apple.com/support/iTunes/

    Windows Media Player cannot play the file. The player might not support the file type or does not support the codec used to compress the file. You may encounter this error message for the following reasons:

    1. the file type is supported by the drive, but the file was compressed by using a codec that is not supported by the player.

    2. the file might have been encoded with a codec that is not supported by Windows Media Player. If this is the case, Windows Media Player cannot play the file.

    Hope the helps of information. Please post back and we do know.

  • exporting data to Excel using XSSFWorkbook

    Hi everyone export data to Excel using XSSFWorkbook

    having error javax.el.ELException: means: lots of Java space now I need to change my code to BigGridDemo.java

    http://www.Docjar.org/HTML/API/org/Apache/POI/xssf/userModel/examples/BigGridDemo.Java.html

    http://Apache-POI.1045710.N5.Nabble.com/HSSF-and-XSSF-memory-usage-some-numbers-td4312784.html

    How can I change my code for BigGridDemo.java

    This is my code

    import com.bea.common.security.xacml.context.Result;

    import com.sun.jmx.snmp.Timestamp;

    to import java.io.FileNotFoundException;

    import java.io.IOException;

    import java.io.OutputStream;

    import java.util.HashMap;

    to import java.util.Iterator;

    import java.util.Map;

    Org.apache.poi.ss.usermodel import. *;

    Import javax.faces.context.FacesContext;

    Import org.apache.poi.hssf.usermodel.HSSFCell;

    Import org.apache.poi.hssf.usermodel.HSSFCellStyle;

    Import org.apache.poi.hssf.usermodel.HSSFDataFormat;

    Import org.apache.poi.hssf.usermodel.HSSFRow;

    Import org.apache.poi.hssf.usermodel.HSSFSheet;

    Import org.apache.poi.hssf.usermodel.HSSFWorkbook;

    Org.apache.poi import. *;

    Import org.apache.poi.hssf.util.HSSFColor;

    Import oracle.adf.model.BindingContainer;

    Import oracle.adf.model.BindingContext;

    Import oracle.adf.model.binding.DCBindingContainer;

    Import oracle.adf.model.binding.DCIteratorBinding;

    Import oracle.adf.view.rich.component.rich.data.RichTable;

    Import org.apache.poi.POIDocument;

    import org.apache.poi

    Import org.apache.poi.xssf.usermodel.XSSFWorkbook;

    Org.apache.poi.hssf.usermodel import. *;

    Import oracle.jbo.Row;

    Import oracle.jbo.RowSetIterator;

    Import oracle.jbo.ViewObject;

    Import org.apache.myfaces.trinidad.model.CollectionModel;

    Import org.apache.myfaces.trinidad.model.RowKeySet;

    Import org.apache.myfaces.trinidad.model.RowKeySetImpl;

    Import org.apache.poi.hssf.usermodel.HSSFRichTextString;

    Import org.apache.poi.ss.usermodel.Workbook;

    Import org.apache.poi.POIXMLDocumentPart;

    Import org.apache.poi.POIXMLDocument;

    Import org.apache.poi.hssf.usermodel.HSSFRow;

    Import org.apache.poi.hssf.usermodel.HSSFSheet;

    Import org.apache.poi.hssf.usermodel.HSSFWorkbook;

    public class PoiBean {}

    RicheTableau CustomTable;

    public PoiBean() {}

    }

    public static BindingContainer {} getBindingContainer()

    return (BindingContainer) JSFUtils.resolveExpression("#{bindings}");

    return (BindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    }

    public static DCBindingContainer getDCBindingContainer() {}

    return (DCBindingContainer) getBindingContainer ();

    }

    ' Public Sub generateExcel (FacesContext facesContext, OutputStream outputStream) throws IOException {}

    try {}

    Workbook = new XSSFWorkbook();  or new HSSFWorkbook();

    Spreadsheet sheet = workbook.createSheet("Fonts");

    Get all lines of an iterator

    /////////////////////////////////////////////////////////////////////////////////////////////////////

    Links DCBindingContainer = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    DCIteratorBinding dcIteratorBindings = bindings.findIteratorBinding("CustomClientView1Iterator");

    Line rowss = worksheet.createRow (0);

    ViewObject yourVO = dcIteratorBindings.getViewObject ();

    Get all the lines of a ViewObject

    RowSetIterator iter = yourVO.createRowSetIterator ("CustomClient");

    ITER. Reset();

    int rowCounter = 0;

    While (iter.hasNext ()) {}

    A cell = null;

    line oracle.jbo.Row = iter.next ();

    print header on the first line in excel

    If (rowCounter == 0) {}

    rowss = worksheet.createRow (rowCounter);

    int cellCounter = 0;

    {for (String colName: {row.getAttributeNames ())}

    cell = rowss.createCell (cellCounter);

    cellA1.setCellValue (colName);

    cellCounter ++;

    }

    }

    print the data from the second row in excel

    rowCounter ++;

    //////////////////////////////////////////////////////////////

    short j = 0;

    int cellCounter = 0;

    excelrow = (HSSFRow) worksheet.createRow ((int) i);

    rowss = worksheet.createRow (rowCounter);

    {for (String colName: {row.getAttributeNames ())}

    System.out.println ("Hello" + row.getAttribute (colName));

    System.out.println ("Hello" + name of column);

    cell = rowss.createCell (cellCounter);

    rowCounter ++;

    cell.setCellValue (new HSSFRichTextString (rs.getS));

    {if (! isBlank (colname))}

    If (colName.equalsIgnoreCase ("CcnCode")) {}

    cell.setCellValue (row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    System.out.println ("column name" + colName + "row.getAttribute (colName) m:System.NET.SocketAddress.ToString ()" + row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    }

    }

    logic for the cell formatting

    ElseIf (colName.equalsIgnoreCase ("CcnName")) {}

    cell.setCellValue (row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    }

    make double if you want to convert as a result

    ElseIf (colName.equalsIgnoreCase ("CcnRegDate")) {}

    cell.setCellValue (row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    }

    ElseIf (colName.equalsIgnoreCase ("CcnCancelDate")) {}

    {if (null! = Row.GetAttribute (colname))}

    cell.setCellValue (row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    }

    } ElseIf (colName.equalsIgnoreCase ("CcnUndertaking")) {}

    {if (null! = Row.GetAttribute (colname))}

    cell.setCellValue (row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    }

    }

    ElseIf (colName.equalsIgnoreCase ("CcnCode8")) {}

    {if (null! = Row.GetAttribute (colname))}

    cell.setCellValue (row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    }                                                                                                            }

    on the other

    cell.setCellValue (row.getAttribute (colName) m:System.NET.SocketAddress.ToString ());

    cellCounter ++;

    }

    worksheet.createFreezePane (0, 1, 0, 1);

    }

    Workbook.Write (OutputStream);

    outputStream.flush ();

    }

    //}

    catch (Exception e) {}

    e.printStackTrace ();

    }

    }

    The demo "big grid" is obsolete and has been replaced by SXSSF, which is compatible with XSSF (seehttp://poi.apache.org/spreadsheet/how-to.html#sxssfthe new Halloween Document) API.

    Theoretically, all you need to do is replace "new XSSFWorkbook()" by "new org.apache.poi.xssf.streaming.SXSSFWorkbook ()" in your program.

    You better post any specific questions of POI on the forum of the user Apache POI (see mailing lists , Apache POI)

    Kind regards

    Alex

  • Can I export the data (XML) using Acrobat Standard DC?

    I am currently using Adobe Acrobat XI which is allow me to export XML data from tools > forms > form additional Options > export data. I know this feature is also available in Acrobat Standard DC?

    Hi jack65464326,

    Yes, you can export the data (XML) using Acrobat Standard DC, refer to this KB document for help Acrobat help. Collection and management of the PDF to form data.

    Kind regards

    Nicos

  • Can I create a PDF to fill and then export it for customer use on my web site?

    Can I create a PDF to fill and then export it for customer use on my web site?  I need clients to be able to fill the (registration) form on my site then send it by e-mail.

    Just a warning: not all PDF readers may be able to do what you need.

    Carefully test with browsers that use their own Reader PDF (Firefox, Chrome) and other platforms such as Android or iOS.

  • Unable to export of form data using FormDEfUtil.cmd

    Hi all

    I am not able to make the export of form data using FormDEfUtil.cmd.

    D:\hyperion\planning\bin\FormDEfUtil.cmd export < formname > localhost < appname > admin password

    I get this message when tried the script above in cmd invite below.

    use: HspFormDefUtil < import/export > < filename/formname /-all > < Server > < username > < password > < application >.

    Any help is appreciated.

    Thank you!!

    Rev

    It is certainly the correct admin account details, you can log in with the details of account planning

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Export package and compressing a zip in ActionScript

    Hello world

    Our users should be able to export InDesign packages to our remote web application directly from our extension of InDesign. Compressing with ZIP is probbaly the best option.

    saw that this question had already been asked and answered for JavaScript (http://forums.adobe.com/message/4243513#4243513). My question is, is there a zip library good for actionscript there; the few that I found were not maintained for years. Or is the best option to use also JsZip here? I wish I could use the command line tools, but our users are working on a variety of OS and we cannot guarantee that they will have the appropriate tools are installed.

    Thanks in advance for your help.

    -Bastien

    I cannot formally approve anything, but I used before (http://codeazur.com.br/lab/fzip/), which now seems to be part of the as3commons fzip: http://www.as3commons.org/as3-commons-zip/index.html. From what I remember it worked well enough. There is an example of code here for the creation of archive: http://wahlers.com.br/claus/blog/fzip-alpha-release-create-and-modify-zip-archives/, but it was before he moved to as3commons, so I think that the class names will be changed slightly.

    Hope that helps,

    Louis

  • Export backup error when using where the clause

    I'm breathless Oracle9i on solaris platform. Whem I'm taking backup of a table export it gives below error:


    "tables swtiob exp = NDC_ATMPROOF_HIST file = NDC_ATMPROOF_HIST.dmp log = NDC_ATMPROOF_HIST.log query =" where PROOF_DATE > = July 1, 2010 "" statistics = none
    LRM-00112: multiple values not allowed for the parameter "query".

    EXP-00019: failure of the treatment of parameters, type 'HELP EXP = Y' help
    EXP-00000: export completed unsuccessfully

    You need avoid stuff like this:

    $ exp scott/tiger tables=emp file=emp.dmp log=emp.log query=\"where HIREDATE\>\'09-JUN-1981\'\"
    
    Export: Release 9.2.0.8.0 - Production on Wed Jul 7 12:54:48 2010
    
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    
    About to export specified tables via Conventional Path ...
    . . exporting table                            EMP          6 rows exported
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.
    $
    
  • Export the dmp

    I'm traing to export a database from my computer.
    I opened the comand prompt, I write user/password@database = full exp there file = exptest.dmp, export to start and crashed.
    What is screen printing.

    If my eyes are always with me, I see you are trying to use a 9.2.0.1 export utility against a 11.1.0.7.0 database, which according to the Metalink interoperability matrix, is taken in charge, but patches are available in Extended Support.

    So if it is all for practice, I recommend instead use Oracle XE on your local machine.

  • Export of JPG Compression

    I use pictures of OS X to store all of my photos for a while now. Most of the time I edit my photos in snapseed for IOS and let synchronization iCloud that or I'll shoot with editing in application features. Sometimes, I need to export and unmodified original pictures OS X Pixelmator or Photoshop. After that I made my changes I export it back as a JPG (the same format as my original CD is in). When pixelmator or photoshop prompts me to give the JPG one option to export quality from 0 to 100 I still want 100, so I do not lose quality. Initially I thought it was the right thing to do until I noticed that my photoshop retouching were exported about twice or more the size of the original even if it was just a flattened JPG exported. My question is how can I keep the image edited to the same original JPG quality that I import without losing quality or export great.

    Thanks for the help,

    Max

    If you don't want to lose any quality at all when exporting to JPEG, use "10". Which will increase the size of the file however, but not as much as export in TIFF format, which would be the best option.

    If you are willing to accept minor losses in quality, use the quality 'high or 8' instead of 'Maximum, or 10. This should give a file of about the same size as the original file.

  • How to export a project FCPX using multiple Macs on a local network?

    Hi, I have two Macs and projects FCPX on two Macs.

    How can I use the power of the Mac processor export a long project that takes several hours to export on a Mac?

    Two Macs on a local network and can be seen on the same range.

    YYou would need for this compressor. Cannot directly of the PCF.

  • Export of Electronic Signatures using archive

    Im trying to reproduce some content on server1 to server2 using archive, but the Electronic Signature are not replicated. I put the ElectronicSignatures table for the export. How to do this?

    I see this on Oracle Docs:

    http://docs.Oracle.com/CD/E23943_01/doc.1111/e10978/c03_repository.htm#CSMRC420

    When you use the archiver with the component of Electronic Signatures, be sure to use the feature to archive table to move the table ElectronicSignatures. If the archived content is restored without associated signature metadata, errors may occur. For more information on archiving content, see the Oracle WebCenter System Administrator Guide content to Content Server.

    Yes, the exact condition is not possible as in the signature details will not be exported to the target instance.

  • Premiere Pro CC 2015 export: unknown error when using many large jpegs

    Hello

    This is something that I remember reading about in older versions of first, but in the 2015 version, this always seems to happen. It is therefore more than a report bug to a question, because I have a workaround for it. If this isn't the right place to present this kind of info, please let me know.

    Scenario: I create a video project and import a large number of large JPEG images taken by a digital camera (12-20 Megapixel, 50 + photos).

    To help each other in the sequence and then try to export the video as file causes an unknown error during export times randomly, sometimes at the beginning, sometimes in the Middle, no mater which exit do format, bitrate, settings, etc.

    How I solved the problem: I resized pictures on about 4 million pixels - and viola - everything travels very well.

    I also noticed, that when the project contains only a few large images, it can work also still very good export, but if there are more than a few, the error starts occurring.

    Don't know which version of CC 2015 I used, I can check later.

    I hope this feedback is helpful for you guys

    Edit: the machined used is a quad core Xeon, 16 GB of RAM, nVidia GTX750, SSD + 2x1To Raid0

    It was never recommended to use ginormous stills in first. A batch resize in Photoshop or IrFanView for instance would take a few seconds and certainly ease the burden on your software and your hardware.

    Thank you

    Jeff

  • How can I remove a strain using layers to export the file without using the bridge

    In earlier versions of Photoshop, I was able to comment on the part of the "Export of Layers.jsx" folder and was able to remove the sequence number before each layer after export. Does anyone know how to do this for the current version of CC2015 without using a bridge or a post-secondary program?

    Found the answer. Open the export of layers for files.jsx file in Dreamweaver and

    Comment out the line 1066

    On line 1067 change '_' for «»

  • Problems with export low res/compressed images Lightroom

    Hi, I recently noticed problems with the export of images. Even if I did change the pixel dimensions that I used to use (640 x 600 for a blog), the exported image is significantly more low resolution than usual. The only things that have changed is that I upgraded from LIghtroom stand-alone 5-6 Lightroom on creative cloud - and also I got a new Macbook Pro.

    You seem to be using a mac book pro with a retina display. This is that websites must be programmed to feed your browser an image of higher resolution that they would feed to people using a lower resolution screen. Not all Web sites do it properly (not more). I don't know if your site is done automatically. An image of 640 x 600 or 900 x 800 won't cut in general, certainly not to the size you are displayed on this Web page. These sites are usually not this worked well. I've written about how to do it on my blog here: Jao photo blog: a much simpler way to serve the retina displays the correct image but you need a way to use both versions of the image somewhere.

    On your retina display when opening an image of 640 x 600 pixels in preview will also look bad as it will show too default double pixel. A good thing to do is to go to preferences in preview.app, click on the images and select "1-pixel image is equal to 1 pixel of screen. Then when you open small images, it should show the actual resolution of the screen. If your image is larger than the screen, you can press command-0 and it will display the image in the native screen resolution. Assume that you are using "best for display" in the context menu of the resolution in the display of system preferences section. You should have probably defined it this way in any case because otherwise the 1:1 in Lightroom do not display correctly. Your screenshot is displayed to indicate that you have defined properly.

    In addition, there is absolutely no reason to use quality 100. Most of the 75-85 images will be indistinguishable from 100, but will be much smaller in size. Second, ignore the DPI setting. It is not relevant to the images online. The only thing that matters is the size in pixels.

Maybe you are looking for