Partial export into eif file

Hi!
It is necessary to export some data from one AW that is partitioned by time (month). Every month it is necessary to export some data from the last month partition limited by some customer and product hierarhies.
The Cube is defined as compressed. The normal EIF export from cube (only one monht date) has about 50 MB.
The client need to use one incremental import from eif files. Because of this during the EIF export has defines a COMPOSIT and VARIBALES to hold the Cube data. Export in this way has size of over 700MB. I have thied to change definition of composit to COMPRESSED or BTREE64, but nothing has changed.
I think that the exported EIF file does not use compression.
It is possible to reduce the size of the exported EIF file?
They are using OLAP 10gR2.
Edited by: user10317018 on 27.07.2010 00:44

One customer is using this solution already from Oracle Express. They have migrated it some years ago to Oracle OLAP 10g.
They want to continue to use this kind of solution, because of advantages they have.
In the company headquarter they import already aggregated data from different countries. Because of different laws they cannot transfer all data (customers informations) to the headquarter, but only some aggregates and some important customers directly.
The structure from all AWs is the same. They have written one script that is transferring needed data to transfer variables and write them to EIF file. During the import data from transfer variables is written into headquarter AW. This AW in not aggregated anymore.

Similar Messages

  • I have imported my pictures into aperture, how do I export into jpeg files so i can share files with friends who dont use aperture ?

    I have imported my pictures into aperture, how do I export into jpeg files so i can share files with friends who dont use aperture ?

    If you want the same export settings on some or all of the images you can select all that have the same export requirements and export them as a group.
    If all the images have the same requirements then you can select them all and run the export command.

  • Export into XML file

    Hi Community,
    via the SDK it is possible to create XML File input routines for XML files from WebDAV.
    We need a similar technique for outbound XML File output.
    What possibilities do we have? Are there similar ways for XML output?
    Thanks
    Thomas

    There are no similar ways. Your question is more towards creating XML files from Cloud product with the help of studio.
    You can take help of attachment folder. You can create files. Couple of things you have to keep in mind.
    New line representation :: "\r\n"
    Makes sure that you have .xml extension for your file name which you are gonna attach.
    File content has to be populated by your absl code. I've worked on something similar earlier. So, I can say this is possible but you have be careful that you should not miss file format standards.
    FileContent datatype inside AttachmentFolder has no restrictions in size.

  • Import EIF file into AWM

    Hi all,
    just a couple of technical question about AWM:
    this is our scenario: we exported and EIF file from AW then we try to import this EIF file into another DB and the import procedure appears completed.. but if we try to browse the imported AW with AWM we get an exeception.
    We also would like to use API from a Java client application that should create a DWH of example and should import an EIF file just using a bottom. Anyone know which are the correct API to use to get this?
    Any idea??
    Many thanks,
    Gianluca and Paolo

    Import has a lot of options, so it depends on what you want to do.
    C:\> imp help=y
    will show you all possible options. An example of full import :
    C:\> imp <username>/<password>@<TNS alias> file=<DMP file> full=y log=<LOG file>
    Message was edited by:
    Paul M.
    ...and there is always [url http://download-uk.oracle.com/docs/cd/F49540_01/DOC/index.htm]The documentation

  • Export mdsys.sdo_geom_metadata_table into INSERT file

    Hi,
    many thanks for the 'export into insert file' function.
    I need this export function on mdsys.sdo_geom_metadata_table incl.
    SDO_DIM_ARRAY .
    Is there a solution ?
    Best,
    Friedhold

    Hi,
    8292 is a Geographic system, so this is the correct entry for metadata:
    insert into user_sdo_geom_metadata values ( ...,
    SDO_DIM_ARRAY(SDO_DIM_ELEMENT('X', -180, 180, .05),
    SDO_DIM_ELEMENT('Y', -90, 90, .05)), 8292);
    And you should never insert directly into the MDSYS.SDO_GEOM_METADATA_TABLE table.
    You should always insert into USER_SDO_GEOM_METADATA view.
    siva

  • Import eif files of OFA to Oracle 10g

    I have exported my super and shared databases of OFA into "eif" files. Pls tell me how i should import it into Oracle 10g database and subsequently view it using BI Beans or Discoverer.
    Thanks,
    Krishanu

    Thanks for the info.
    I tried creating as given in the article, but i am unable to see the OLAP Catalog view. I proceeded as follows:
    1)Created a User called DEMO and granted Unlimited Taplespace privilege to EXAMPLE.
    CREATE USER DEMO IDENTIFIED BY PASSWORD
    DEFAULT TABLESPACE EXAMPLE
    TEMPORARY TABLESPACE TEMP
    ACCOUNT UNLOCK;
    GRANT OLAP_USER TO DEMO
    CREATE DIRECTORY EIF_FOLDER AS 'D:\';
    GRANT READ ON DIRECTORY EIF_FOLDER TO DEMO;
    2)Connected to Analytic Workspace Manager as "DEMO" and opened OLAP Worksheet and gave the following commands
    AW CREATE super
    IMPORT ALL FROM EIF FILE 'eif_folder\super.EIF' DATA DFNS
    (I got the error "CAUTION: FMV is being imported. However, this is a reserved word, so
    you must rename the new object before you can use it")
    Then, i gave the commands,
    UPDATE
    COMMIT
    CALL CREATE_DB_STDFORM('super')
    UPDATE
    COMMIT
    In the Enterprise Manager Console of Schema "DEMO" i can see the following objects,
    Object                         Object Type
    AW$SUPER                    TABLE PARTITION
    AW$SUPER                    TABLE
    SUPER_I$                    INDEX
    SUPER_S$                    SEQUENCE
    SYS_IL0000051573C00004$$          INDEX PATITION
    SYS_LOB0000051573C00004$$          LOB PARTITION
    SYS_LOB0000051573C00004$$          LOB
    However in Analytical Workspace manager nothing is there, all the 3 folders of "Measure Folders", "Cubes" and "Dimensions" are empty.
    Pls tell me where i am going wrong or am i missing any step?
    Thanks,
    Krishanu

  • Import from dsv files and export to csv files

    hi every body..
    how can I create a project in NetBeans which does:
    1- import a .dsv (Delimiter-Separated Values) file content and save it to array
    - the values in this format separated by fixed commas
    example
    "AIG" "Insurance" "64.91" "25/11/06"
    2- export into .csv file (Comma Separated Value)
    -the values in this format separated by commas
    example:
    AIG,Insurance,64.91,25/11/06

    Well, you need to learn Java so you can read files, divide the data by the delimiters, and then write it out as a csv file.
    Can't really give better instructions than that...maybe start by reading the basic tutorials?
    We don't give out full program code here so you'll need to ask more precise questions. Such as what is it that you're having problems with.

  • Change separator for export into .csv

    Hi!
    I'd like to change the separator to be "|" instead of "," but the drop down list I can find in "options" is greyed out.
    Why can't I change the separator for export into csv-files?
    Or is there a dependency I didn't realize?
    Regards,
    Walter
    PS: just updated to SQL Developer 3.1
    Edited by: 916799 on 24.02.2012 05:02

    You should use the delimited format to change the separator, it's the same as the CSV format, just the name changes.

  • Export into excel character problem

    Hi
    When I export the sql output into excel, some characters are invalid in the excel,How can I prevent this.

    when I export directly into txt file, there is no problem.But when I export into excel file national characters are not shown.
    The excel is in my language.

  • Directory for EIF File

    Hi fellow devs,
    I'm attempting to use available 'Export to EIF File' option in AWM, but not seeing any directory specified in drop-down list. I searched and found the below link:
    Re: Unable to set the Current Directory Alias (CDA)
    Do you believe I can use same approach to get this done? Will AWM pick it up once its specified? And is there any way to save the file to a Windows directory instead?
    Thanks
    Mike

    Mike,
    The EIF file is an option to export your data and structure of the AWM. What is described in the other post you mentioned hold good for any body wants to do an EIF export/import approach.
    Here are the steps you should be doing.
    1. Create an oracle directory. If the directory is create by sys or some other user(other than owner of the AW) then ensure that owner of the AW has read/write permission to the directory.
    create directory dir as '<path physical location on disk>';
    grant all on direcroty dir to <aw owner>;
    2. Now when you go to AWM you would see the directory list in the drop down and can do an export/import of the AW.
    The above process is from AWM. If you want to use OLAP dml then you can do following in olap worksheet.
    cda <directory name>;
    lmt name to all;
    allstat;
    export all to eif file 'eif_file_name.eif';
    to import
    cda <directory name>;
    import all from eif file 'eif_file_name.eif';
    Hope this helps.
    Thanks,
    Brijesh

  • Bitmap is not exporting to excel file

    Any kind help appreciated.
    I have added a bitmap image in my workbook but when i am exporting it into excel or html ,only text part of the title is exporting into excel file .
    The bitmap is only visible in discoverer workbook ,after exporting to excel or html, it disappears,
    i am using oracle 9i discoverer version 9.0.2.0
    thanks,

    Hi,
    Bitmaps in the workbook titles are not exported. I guess it was just too difficult to do when they added bitmaps into the titles.
    Rod West

  • Error While Importing from EIF file into AW

    Hi All,
    I am facing the following error while importing from EIF file into AW using AWM as well as from sql prompt.
    java.sql.SQLException: ORA-36786: (IOSEC04) File POCAW/abc.eif does not exist or cannot be accessed.
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at line 1
    at oracle.olap.awm.eif.eifimport.ImportDialogActionThread.doExportOrImport(ImportDialogActionThread.java:172)
    at oracle.olap.awm.eif.EifDialogActionThread.doAction(EifDialogActionThread.java:58)
    at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(ThreadedDialogActionThread.java:49)
    i have already created the directory pocaw.
    i have done the following steps :
    CREATE OR REPLACE DIRECTORY POCAW as 'D:\Olap_POC\export';
    GRANT all ON DIRECTORY POCAW to PUBLIC;
    execute dbms_aw.execute ('aw create ''POC_AW''');
    execute dbms_aw.execute('cda pocaw');
    execute dbms_aw.execute('dtb attach POC_AW rw');
    execute dbms_aw.execute('import all from eif file ''/abc.eif'' dfns update ');
    any idea or thought would be appreciable.
    thanks n advance
    anwar

    execute dbms_aw.execute('import all from eif file''/abc.eif'' dfns update ');
    Maybe one of the following file names could help
    (have never tried it):
    ''abc.eif''
    ''POC_AW\abc.eif''Yes,
    you don't need the slash. CDA is like setting a default directory.

  • Why we need to conver Context  Node data into XML file----Export to Excel

    Hi All,
    Let me clarify my dought........today i have gone through the concept of  "Exporting Context Data Using the Webdynpro Binary cache" in SAP Online Help.
    From the SAP Online Help pdf document, i have found that, the context node data has been converted first in to XML file,after that file had been stored in the web dynpor binary cache...bla....bla.........
    Here my qtn is why they had converted context node data into XML file. With out doing that can not we export context node data to excel file..?
    Regards
    Seshu
    Edited by: Sesshanna D on Dec 19, 2007 7:25 AM

    Hi Sesshanna,
    it is not neccessary to do that but xml has the advantage, that it can be easily transformed into every output format that might occur in later project stages.
    If it's simply about blowing out some Excel, I suggest using an OSS library such as jexcelAPI or Jakarta POI and building the Excel how you need it.
    regards,
    Christian

  • When I export a AAF file from Protools 9 and Import the file into Logic ProX the drum track is out of sync.  I created the drum loop using NI Maschine.  Has anyone else seem this??

    When I export an AAF file/project from Protools 9 using an external drive and import the AAF into Logice Pro X the drum track does not play correctly.  It is out of sync with the rest of the track.  I created the drum loop as a plugin using Native Instruments Maschine. Has anyone else had this problem??  Also how would I go about exporting the midi tracks from the Protools session.  The midi track does not show when the file is imported to Logic Pro X.  The midi data should export with the AAF file correct??

    Are you using any plugins in Logic?
    In Preferences/Audio  under the General tab, how do you have the plug-in-latency compensation set?

  • How To Divide Source File Into Smaller Files Without Exporting?

    Hello Everyone,
    I'm a beginner with PPro CS4 and to video editing in general. I've done a lot of Googling and searching of these forums to get an answer to this question, but I haven't found a clear answer. Here's my problem:
    I have many hours of HDV footage shot over the past few years with a Canon HV30. This footage is on dozens of DV tape cassettes. I want to capture most of it to disk.
    When I capture a tape to disk, I get a single large mpeg4 file. (PPro captures all HDV footage to mpeg4.) "Scene select" doesn't work with the HV30, so my only other way to make smaller capture files would be to set In/Out points with batch capture. But this would mean hours of fast-forwarding and reversing with the VCR-like controls on the camera to review all the tapes and set the points. I thought it might be FASTER to simply capture an entire tape in one operation, THEN review the captured tape within PPro (it's much faster using the scrubber), and dividing that file into smaller files within PPro, thereby avoiding all the mechanical fast-forwarding and rewinding on the camera itself.
    But the only way I can find to do this seems to involve EXPORTING clips. Am I wrong to think that exporting a clip to a new file involves a degradation of the original mpeg4 source file? Or will there be no loss to the quality if I simply export to mpeg4 format?
    It seems there should be an easy way to simply divide the original capture into smaller source files for later editing, without putting the footage through another generation of processing (exporting), which might entail some loss of quality. Or am I wrong about this?
    (CS4 Master Suite, i7 3630k, 16GB RAM, C: 256GB SSD, D: 1T Setpoint F3, E: 1T Setpoint F3)

    HDV footage is mpeg2 (whats in a number ). CS4 does not do scene detect you need to use HDV split for that.
    http://strony.aster.pl/paviko/hdvsplit.htm.
    You can run your already captured files through hdv split and it will chop the file into clips and off you go.

Maybe you are looking for

  • AIO Remote not working

    We have an HP 6500 E710n which has worked flawlessly with the AIO Remote IOS app since it was introduced.  The app was updated in the last few weeks and it is now not scanning remotely.  The app will communicate to the printer, intitiate the document

  • Safari wont open, it crashes before it opens

    i recentally downloaded the new update yesterday and today i cant open safari. when i click on safari on my dock it crashes and wont open at all, please help

  • How to create matrix template help pls

    hi frs, i have generated xml file after creating matrix report in report builder. i want to know how to create matrix template(rtf) in word document. if i use wizard or insert> all fields i am not getting rtf like matrix. help pls Thanks Rajesh

  • Issue with adding a new HD for MacPro G5

    I currently have a MacPro G% that is connected to a network. I have tried to install a seagate barracuda 1TB HD as a storage drive. The G5 does not see the drive. DU does not see the drive. Is there a jumper/setting/something that I am missing in the

  • Why did the new Ffox install in \Apps\Data\ instead of \Program Files\? what a mess.

    Using XP, I had reservations about upgrading, but Ffox Help refused to allow questions about upgrading, until I did :-( Instead of replacing the existing installation, it added a second, messing up my start menu, which still runs the older version. B