Problem in data export

Hi All,
I have a problem regarding data export, when I used EXP command in my oracle form then EXPORT data from database then the dmp is larger than the dmp when I use to export data from same database using DBMS_DATAPUMP. For the case of EXP dmp size is say 40,225 KB and for the same database when I used DBMS_DATAPUMP it becomes say 36,125 KB. Why this difference is occur? Is this a problem? What will be the solution?
Please Help ASAP.
Thanks in advance.
Regards
Sanjit Kr. Mahato
Edited by: userSanjit on Jul 23, 2009 6:19 PM
Edited by: userSanjit on Jul 23, 2009 6:24 PM

Hi,
Expdb and Exp are different exporting utility of oracle and hence the output file sizes are not same, and so difference occurs.
No this is not a problem
Since this is not a problem and hence no solution.
Why you see this as a problem
Cheers
Anurag

Similar Messages

  • Problem in data export using DisplayTag

    Hello Friends,
    I am getting the following exception when i try to export the data using display tag's built-in facility.
    [2008-02-26 16:54:27,472] WARN  http-7070-Processor22 (BaseNestableJspTagException.java:99  ) - Exception: [.LookupUtil] Error looking up property "mgrname" in object type "java.util.ArrayList". Cause: Unknown property 'mgrname'
    java.lang.NoSuchMethodException: Unknown property 'mgrname'
         at org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1122)
         at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:408)
         at org.displaytag.util.LookupUtil.getProperty(LookupUtil.java:271)
         at org.displaytag.util.LookupUtil.getBeanProperty(LookupUtil.java:129)
         at org.displaytag.model.Column.getValue(Column.java:124)
         at org.displaytag.export.BaseExportView.doExport(BaseExportView.java:265)
         at org.displaytag.tags.TableTag.writeExport(TableTag.java:1404)
         at org.displaytag.tags.TableTag.doExport(TableTag.java:1356)
         at org.displaytag.tags.TableTag.doEndTag(TableTag.java:1227)
         at org.apache.jsp.WEB_002dINF.jsps.common.tableViewTag_jsp._jspx_meth_displayTag_table_0(tableViewTag_jsp.java:195)
         at org.apache.jsp.WEB_002dINF.jsps.common.tableViewTag_jsp._jspService(tableViewTag_jsp.java:89)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Now,it doesn't face any problem while displaying data in table form on the page but when i try to export it (csv,excel,xml) then it fires the above exception.This is bit surprising to me.
    The dispalytag related tags are in a jsp. This jsp is included in a Spring tag handler class by pageContext.include("xyz.jsp"). This tag(defined by the Spring Tag Handler class) is being used in another jsp where the table is displayed. Paging works perfectly, but when I click on export, the exception occurs.
    I am using the followings:
    JDK1.5,Displaytag 1.1 and Spring 1.2.7
    The Actual flow is something like this.
    1)Controller forwards the request to jsp page.
    2)This jsp page uses a custom tag.
    3)Now,the control goes to custom tag handler class where i set the all the data into request,
    pageContext.getRequest().setAttribute("tableViewTag_data", data);4)Then i have included the page like
    pageContext.include("/WEB-INF/jsps/common/xyz.jsp");5)This xyz.jsp contains the following code.
        <displayTag:table pagesize="10" requestURI="${cmd.metaClass}.htm" name="tableViewTag_data" class="displaytag" decorator="${tableViewTag_options['decorator']}" export="true">
             <displayTag:setProperty name="paging.banner.placement" value="top"/>
             <c:forEach var="property" varStatus="propertyStatus" items="${tableViewTag_columnProperties}">
                  <c:set var="propertyTitle"><fmt:message key="field.${cmd.metaClass}.${property}" /></c:set>
                  <displayTag:column property="${property}" title="${propertyTitle}" />
             </c:forEach>
        </displayTag:table>Here, I am able to retrieve all the data.
    5)So,in this way the page is getting rendered.
    I have also included export filter into web.xml file.
    Hope i have provided all the information.
    I think i haven't made any silly mistake. -:)
    Looking forward to hear from you.
    Thanks
    Vishal Pandya

    Hi,
    Expdb and Exp are different exporting utility of oracle and hence the output file sizes are not same, and so difference occurs.
    No this is not a problem
    Since this is not a problem and hence no solution.
    Why you see this as a problem
    Cheers
    Anurag

  • BI Report Export Problem - Selection data missing

    Hi all,
    I´m pretty new to Web reports and now I have a problem which might be easy to solve for you experts.
    The problem appears when exporting a report. If the user exports the report to PDF or Excel, the data is exported correctly but the selection settings, that the user set, are missing. Only the field name are shown, but not the selected item. Its somewhat of a cosmetical problem, but important to the users.
    Interestingly enough, we use many other templates which have the exact same functionality and where it works correctly.
    I compared the XML on code on those templates, but there is no major difference.
    Here is the important code (at least in my understanding) of the template:
    <bi:param name="BUTTON_LIST" type="ORDEREDLIST">
                                      <bi:param name="BUTTON" type="COMPOSITE" index="1">
                                        <bi:param name="CAPTION" value="PDF">
                                        </bi:param>
                                        <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                          <bi:param name="INSTRUCTION">
                                            <bi:command type="EXPORT">
                                              <bi:param name="ITEM_REF_LIST" type="UNORDEREDLIST">
                                                <bi:param name="ITEM_REF" index="1" value="TEXT_ITEM_9">
                                                </bi:param>
                                                <bi:param name="ITEM_REF" index="2" value="INFO_FIELD_ITEM_2">
                                                </bi:param>
                                                <bi:param name="ITEM_REF" index="3" value="ANALYSIS_ITEM_1">
                                                </bi:param>
                                              </bi:param>
                                              <bi:param name="FOOTER_LEFT" value="DATE">
                                              </bi:param>
                                              <bi:param name="FOOTER_RIGHT" value="PAGEOFPAGES">
                                              </bi:param>
                                            </bi:command>
                                          </bi:param>
                                        </bi:param>
                                      </bi:param>
    <bi:item name="INFO_FIELD_ITEM_2" designheight="50" designwidth="300" type="INFO_FIELD_ITEM">
                              <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                              </bi:param>
                              <bi:param name="INFORMATION_ELEMENT_LIST" type="ORDEREDLIST">
                                <bi:param name="INFORMATION_TYPE" type="CHOICE" index="1" value="VARIABLE">
                                  <bi:param name="VARIABLE" value="IP_VERS_CM01" text="Plan Version">
                                  </bi:param>
                                </bi:param>
                                <bi:param name="INFORMATION_TYPE" type="CHOICE" index="2" value="CHARACTERISTIC_LIST">
                                  <bi:param name="CHARACTERISTIC_LIST" type="ORDEREDLIST">
                                    <bi:param name="CHARACTERISTIC" index="1" value="0G_CWW010" text="ProdGr">
                                    </bi:param>
                                    <bi:param name="CHARACTERISTIC" index="2" value="0MATERIAL" text="Material">
                                    </bi:param>
                                    <bi:param name="CHARACTERISTIC" index="3" value="0PROFIT_CTR" text="Planning Unit">
                                    </bi:param>
                                    <bi:param name="CHARACTERISTIC" index="4" value="469EIDJHD8W7F786UEL29ZJVV" text="Country Statement">
                                    </bi:param>
                                    <bi:param name="CHARACTERISTIC" index="5" value="ZXCO_NAV3__ZXCO_BUSN" text="BusSeg Nav">
                                    </bi:param>
                                  </bi:param>
                                </bi:param>
                              </bi:param>
                            </bi:item>
    Any input and hints are appreciated.
    Regards,
    Harald

    Hello Harald,
    As per my understanding, the particular characterisitc is not assigned and that could be the reason for displaying only field name. Please lookinto it.
    all the best,
    Kind regards,
    Praveen

  • Many problems with the 'Export to Text' (.txt) in CR Xi

    Hi,
    I have listed many problems with the 'Export to Text' (.txt) function of CR Xi.
    These problems are related to this export format only (meaning everything works fine in the Viewer or in the 'Export to PDF')...
    - Multi-columns layout do not export as Multi-column (export only a one column);
    - Numeric values with parenthesis for negative values or with a fix currency sign at the leftmost position are not exported correctly;
    - Fields having a Suppress formula which is "WhilePrintingRecords" do not appears when exported;
    - Fields with 'Suppress double value' checked are not always suppressed when exported to Text.
    - 'Keep Group Together' flag is not working.
    - 'Reset Page Number After' simply does not works when exported to text;
    - 'Keep object together' on TextBox/Section is not working.
    - Whenever a group is ending on the last line of a page, the the following page as the same Group header as the previous group with no records until the page is filled, then the PageBreak and PageHeader is missing but the records of the following group appears.
    I would like to know what is the status of the 'Export to Text' function (is it a deprecated function not supported anymore???).
    If still supported, when will these bugs be fixed???
    Thanks

    Hi Rene
    Export to Text is supported till date. Crystal Reports 2008 also supports this with Keep together working however when I tried with format with multiple columns, it didnot show up in the exported text file.
    Regards
    Sourashree

  • Having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this

    having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this.
    I'm using Lion on an MBP and Numbers is the latest version

    May you give more details about what is wrong with your dates ?
    M…oSoft products aren't allowed on my machines but I use LibreOffice which is a clone of Office.
    When I export from Numbers to Excel and open the result with LibreOffice, the dates are correctly treated.
    To be precise, dates after 01/01/1904 are correctly treated. dates before 01/01/1904 are exported as strings but, as it's flagged during the export process, it's not surprising.
    Yvan KOENIG (VALLAURIS, France) mardi 3 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • Problem with date calculation

    I am a rookie in SAP i have a small problem with date.Do we have any function module to find out the first day in a month if we give out the system current date ?? Pls help me out.

    Hi,
    As Ganesan told,you can do.
    Here is the sample code.
    data v type sy-datum.
    data d type DTRESR-WEEKDAY.
    v+6(2) = '01'.
    v4(2) = sy-datum4(2).
    v0(4) = sy-datum0(4).
    CALL FUNCTION 'DATE_TO_DAY'
      EXPORTING
        date          = v
    IMPORTING
       WEEKDAY       = d.
    write d.

  • Error Data Exporting to Excel sheet

    Hi Experts,
    webdynpro application , i am trying to export data to excel sheet which is coming from R3 system. it is working for 500 users but when i am trying to export more than 500 users it is showing problem.
    regards
    pavan

    Hi
    Exporting table data to MS-Excel Sheet(enhanced Web Dynpro Binary Cache)
    Downloading data into Excel with Format Options
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/edc2f3c2-0401-0010-8898-acd5b6a94353
    Regards
    Ruturaj

  • Problem in WAD: export to PDF all the tab panels of a TabPage

    Hi all,
    I have a problem with WAD and export to PDF.
    My template (schema):
    Group -->
    Container Barraher --> Button Group
    Container Form --> Tab Pages -->
    TabPanel1 --> Container1 --> Analysis1
    TabPanel2 --> Container2 --> Analysis2
    TabPanel3 --> Container3 --> Analysis3
    My problem:
    The button exports only the Analysis we are seeing (the TabPanel which is opened) but I would want the button exports the three Analysis. Is it possible?
    At the Button Group --> Command Export --> Data Binding --> Web Items:
    Analysis1
    Analysis2
    Analysis3
    Thanks a lot in advance!

    Hi,
        Can you remove the Data Bindings and see if you use the Default if PDF is working ?.
    Another way also might be is to save the Same Template with a new Name, then  Keep only the Data Providers and the Analysis Grid.
    Back on Main Template in the Button Group use this new Template as a Print Template.
    Hope this helps.
    Datta.

  • HR Master Data Export error

    Hi all,
    I'm working at a client where we upgraded from 4.6 to 6.0. This client has never used the master data export program.
    I'm trying to configure the master data IDOCs, but I'm having an error when running the program RPCEMDU0_CALL. It refers  to an OSS note back in 2001, so that really does not apply to this installation. The problem seems to be with function module HR_PU12_UPDATE_T532K_T532L on IT0106. Some sort of data dictionary discrepancies. I haven't been successful in finding any newer notes related to this.
    Has anyone experienced this problem before?
    Thanks in advance for your response.
    Cesar

    Hi Bernd,
    Thanks for your response. I looked at that OSS note but it doesn't seem to be realted to the problem I'm having.
    The error reads:
    "Export program terminated   A009
    Export program obsolete, regeneration required
    Do not regenerate immediately: First make a  $STRUC_P0106 back up of the include
    PERNR N 000008 000000
    (See note 375108) This include is very important if old cluster IF records"
    I've re-activated the program and interface formats, but still getting the same error.
    Thanks again,
    Cesar

  • Endeca data export - Single catalog only

    With ATG 10.1.2, is there a way to configure the Endeca data export / Baseline Index process (as run from the ProductCatalogSimpleIndexingAdmin component in dyn admin) to generate data for products and categories in a particular catalog only, instead of for all catalogs?
    Thanks!
    -Jon
    Edited by: Jon Schneider on Apr 9, 2013 5:43 AM

    cmore, thank you, that's very helpful!
    I was looking into this question as a possible solution to an issue where when running the baseline import process as part of the ATG-Endeca integration to upload data from ATG to Endeca, catalog data was not being generated properly, and I was suspicious that part of the problem might be that my application has multiple catalogs.
    The problem turned out to be due to a missing default catalog configuration for my application's site, as described in my posts in this thread: Re: Baseline Index error (invoking from ProductCatalogSimpleIndexingAdmin)
    Since CategoryToDimensionOutputConfig doesn't have a value for the repositoryItemGroup property by default, and it looks like it would be a bit of work to get that set up properly and I no longer have a pressing need to do that, I'm setting this task aside for the time being. cmore, I appreciate your help regardless, though, since this information may be useful to myself or to others in the future. (I'll go ahead and mark your post as the solution.)
    Thanks,
    -Jon

  • Query in File to File Data Export

    Hi,
    I have done a project for file to file data export using this link below:
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi_11g/odi_project_ff-to-ff/odi_project_flatfile-to-flatfile.htm
    My project works fine.Here the source file is in local m/c(C:\Oracle\Middleware\Oracle_ODI1\oracledi\demo\file ).
    1)What shall I do if the source file is in a remote m/c(says its' ip is 172.22.18.90)?
    2)will it cause any problem if the remote m/c's os is unix
    Thanks
    Papai
    NB:-My m/c's OS is windows 7.

    If you can access the other machine like a share folder then provide the same path in physical schema like \\my_other_pc_on_shared\new_folder
    If you cannot access like that then create one agent on that machine which can access the path and execute your project using the agent.
    Thanks
    Bhabani
    http://bhabaniranjan.com/

  • Anyone has experience with sun idm data exporter /warehouse funtionality ?

    Anyone has experience with sun idm data exporter /warehouse functionality. There is not much documentation about how to debug it. I created everything like in the document. Everything seems running fine. I get the following the server tasks->Run Tasks
    Data Warehouse Exporter      Data Warehouse Exporter      Configurator      executing
    Prior to that i created database and 50 tables as it said in the doc.
    I created accounts and modify email address. Nothing is getting to my warehouse database and i don;t know where to look for the errors. Any information is appreciated.

    Hi there,
    I have been looking at the source code and I think I have found the problem.
    IDM determines whether to update or create a resource account
    by attempting to fetch the user from the resource.
    If the user exists then update, otherwise create.
    In the code, if the user does not exist, the code throws the
    exception: EntityDoesNotExist(1301)
    The code then catches this exception
    and then returns a null back to IDM,
    indicating that the user does not exist.
    Well, that is what the code says but this does
    not match its actual behaviour....
    I then decompiled the actual class (jar) files
    and the code there does NOT catch the exception,
    so it bubbles up to IDM, which regards it as an error.
    Soo, the jar file that is on the website has a bug in it.
    The source code in SVN is correct, but it appears
    that the jar file was not rebuilt.
    I am attempting to rebuild a new version of the jar file...
    John I

  • HFM Taskflow Email and Data Export Not Working

    Hello all,
    I am attempting to set up the HFM taskflow email and Data export functionality. Unfortunately, the email is not working. I completed the set up of my SMTP mail using the EPM Configurator, and tested the email funtiontionality for FR and it works well. Not the case for Taskflow.
    Is there an addtional seetings that needs to be configured. I am also unable to extract data using the taskflow. The export path is specified in the textbox, but the file is not exporting to the server location. Is there any type of port or setting that needs to be configured.
    I am on version 11.1.2.1. Please help
    Edited by: 944327 on 17/09/2012 14:52

    I wanted to create a thread about this too. There is a big problem in Lightrooms email sending. Photos are sent inline but not as attachments. They need to be sent as attachments so that the email clients can save them easily.
    This is actually important to some and responses by Adobe have not understood this.
    --2510201414571280874==00004
    content-id: <AEDF354435956231.560091>
    content-description: L1120161.jpg
    content-transfer-encoding: BASE64
    content-disposition: inline; filename="L1120161.jpg"
    content-type: image/jpg; name="L1120161.jpg"
    As for your low res image. It is probably the setting you used, you might have it set to "email quality"
    Ankur

  • Zenworks Inventory Data Export

    I am trying to get a report of our current systems using the Zenworks
    Inventory Data Export as shown in edir.
    When I run the export it also shows systems we have deleted. I am
    running
    zfd 4.01 sp2.
    Is there a way to get a report on only the systems that are in edir or
    filter it for only current systems?
    Thanks,
    Paul

    paul,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • PO Position Hierarchy Data Export Error

    We recently performed an upgrade to 11.5.10 and are experiencing issues in the PO module. The problem we're having occurs when trying to do a data export of our position hierarchy. I have no problems defining or setting up the hierarchy however, when I click Tools >> Export Data, I am recieving the error message below. Any help or suggestions would be greatly appreciated.
    **************************** Error Message **************************************
    APP-PER-289792: Before you can run a mail merge or data extraction from this window, your system administrator must define a Web ADI integrator and associate it with the window. There are currently no integrators associated with this window.
    *************************** End Error Message *********************************

    Pop-Up Blocker is not an issue. Metalink note: 280495.1 briefly descibes the process I am dealing with.
    I am now trying to follow directions in the metalink note listed below. I am recieving the same error they discribed.
    Metalink Note: 360105.1
    "If you get the error, “You do not have permission to access this functionality", then you need to add the submenu, ”HR ADI Seeded Integrator Form Functions” to your Navigator Menu, and try again. "

Maybe you are looking for

  • Preview and safari do not display images in a pdf, where as chrome will. How do I fix this?

    I'm on the newest OS X Yosemite and I have an issue with viewing pdfs in both preview and safari. The figures show up fine from Chrome. This also leads to the issue of when I try to print off the pdf. The images do not appear in the printed version.

  • FTP Error - 550 Unexpected reply code

    Hi Guys, I am encountering the following error in my QA Environment. Error Attempt to process file failed with com.sap.aii.adapter.file.ftp.FTPEx: 550 Unexpected reply codeThe filename, directory name, or volume label syntax is incorrect. In my recei

  • Lumia 822 updates returning error code 80072ee2

    Purchased a Lumia 822 in January.  On the web, I see the current version of software for the 822 is 8.0.10211.204, hardware is 1532.5951.1250.1012  My phone is currently on 8.0.9905.12 and 1532.2108.1244.0003  It has not informed me I have any update

  • How to set queue name thru JCD

    Hi All, I have a scenario where depending on Input message type tag I have to send message to respective queue. Please advise me on this if any body have idea / worked on it. Thanks in advance.

  • Third Party Chargers

    So I have a BB charger that is 5V and .750A and it charges the Playbook (slowly, but still). I have a monoprice 2-usb port charger that is 5V/1A and while it charges everything else the Playbook won't charge (even if the other port is empty so all 1A