Import/Export-Tools for XML on Oracle-Lite

We have to import/export XML-Format on the Oracle-Lite-Database.
-Are there any tools available supporting Import and Export of XML-Data ?
-Can someone give us a recomendation how to perform XML-Imports/Exports if there is
no "out of the box-tool" available ?
Thanks.

So try. It is called Oracle XML-SQL utility and it set of classes for direct XML manipulation from/to database with HUGE amount of features. You can use it from JAVA and PL/SQL (via Java Stored Procedures). It is realy great.

Similar Messages

  • Import/Export tool Command line syntax for R2

    Would anyone please advise the syntax of command line import/export tool for XIR2?
    Read this post below for importing from a biar file but not sure how to export from BO into a biar file.
    How to log BIAR export/import from command line
    We're in fact trying to migrate from R2 into R3. The import wizard provided by BO doesn't work well with favorites and inboxes migration due to the large volume of data we need to migrate, hence looking for alternatives.
    Any advice around this line would be much appreciated.
    Thanks in advance.
    GM

    Denis,
    Thanks for your reply. This at least saved my effort to explore further.
    Would you offer any advice for migrating large volume of personal folders from R2 into R3?
    We're integrating with AD, so everytime listing users for selection taking ages and often times out.
    Even if we managed to export the biar file for a group of users, exporting them into R3 fails quite often as well.
    The whole process is simply very unpredictable and unreliable.
    Thanks.
    GM
    Edited by: Xu Guoming on Apr 21, 2009 4:13 PM

  • Import/Export tools has not been installed

    Hello,
    I've isntalled client of Designer 6i rel.2 The whole installation has passed correctly up to the moment when the installer for 8i import/export tools has to be invoked (the setup write that install tool will be run to install 8i i/e tools and the java-based instaler should appears). The installer do not wake up and tools are not installed. Cannot import repository from previous installation and moreover (AND MORE IMPORTANT) when running Net8 Conf assistant and Net8 Client configuration it finish with GPF ("Program made an illegal operation and will be terminate")
    Any sugestions?
    Best regards
    VooVoo
    null

    Hello,
    I've isntalled client of Designer 6i rel.2 The whole installation has passed correctly up to the moment when the installer for 8i import/export tools has to be invoked (the setup write that install tool will be run to install 8i i/e tools and the java-based instaler should appears). The installer do not wake up and tools are not installed. Cannot import repository from previous installation and moreover (AND MORE IMPORTANT) when running Net8 Conf assistant and Net8 Client configuration it finish with GPF ("Program made an illegal operation and will be terminate")
    Any sugestions?
    Best regards
    VooVoo
    null

  • Designer Import/Export Tools

    Hello all,
    After installing designer 6i im given the option to install Import & Export Tools which i think are based on oracle 8.0 librarary files.
    If i intend to install oracle 8i EE after designer, can i ignore the installation of the 8.0 tools or are these needed in addition to oracle 8i database ?
    If i choose to install 8.0 import and export tools, can these be installed in same home as designer (default home) or same home as oracle 8i (ora8ihome) or should these be in an entirely different home of their own.
    thanks in advance.

    Hi,
    Since the Repository is on an 8i database, but the client is on an 8.0 database, you need to have imp.exe and exp.exe from 8i (and their associated NLS files and DLLs) available on your path to use REPADM to install the Repository or do imports / exports.
    The default client install of Oracle 8i DOES NOT include the Import / Export tools by default, but you can include them if you do a custom install. The option to install Import / Export tools during the Designer 6i installer will install an 8i client that includes the import / export tools.
    N.b. If your Repository is on the same machine as the client, I suspect the database installation WILL include import/export, so you shouldn't need to install the client separately from the Designer installer.

  • ABAP for Super Dumps: Import- & Export-Parameter for a Table in a FM

    Hello ABAP Profs,
    sorry I am BW.
    <b>Import- & Export-Parameter for a Table in and out of an Function Modul.</b>
    I want to import a table into a Function Module, change it and export it again.
    How do I have to define the Import- and Export- Parameters in the FM ?
    The table looks looks this:
    DATA: zvpshub_tab TYPE SORTED TABLE OF /bic/pzvpshub WITH UNIQUE KEY
    /bic/zvpshub objvers /bic/zvpsoursy INITIAL SIZE 0.
    Thanks a lot
    Martin Sautter

    Hi Clemens,
    <u>in SE11</u> I defined a datatype of Type Structure: ZVPSHUB_ROW.
    <u>in SE11</u> I defiend a datatype of Type Tabletype: ZVPSHUB_TAB,
    bases on Rowtype ZVPSHUB_ROW.
    <u>in SE 80</u> I creates an FM with a CHANGEING Parameter referencing ZVPSHUB_TAB:
    FUNCTION ZVP_SHUB_TAB_LOAD.
    ""Lokale Schnittstelle:
    *"  CHANGING
    *"     VALUE(SHUB_TAB) TYPE  ZVPSHUB_TAB
    <u>in RSA1</u> in BW in the Startroutine of the Upload Rules in defined the table:
    DATA:shub_tab          TYPE zvpshub_tab.
    <u>in RSA1</u> in BW in the Startroutine of the Upload Rules in defined the table:
    DATA:shub_tab          TYPE zvpshub_tab.
    <u>in RSA1</u> in BW in the Startroutine i called the FM
    CALL FUNCTION 'ZVP_SHUB_TAB_LOAD'
        CHANGING
          shub_tab = shub_tab.
    and it works ..
    Thank You
    Martin Sautter

  • Export Schema as Text from Oracle Lite 9i

    Ok, I've been poring over the Oracle Lite documentation for a few hours, and getting nowhere. My problem: I'm trying to do an export from an Oracle 9i Lite database (ODB). I've seen a few postings that recommend doing an "export" with the settings "full=y rows=n". Unfortunately, there's no reference to export, export.exe, expdb, etc..., etc..., etc... ad nauseum in the Oracle Lite documentation. Or in any of the search results returned on OTN. Can this really be such a hidden gem of a secret?
    Any help?
    Thanks
    --ian                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Just in case someone else bumps up against this problem, this might help. (At least it did for me):
    http://www.isocra.com/articles/java_db_dump.php
    Strange no tool from Oracle, though. Well, ok, given my experience w/ Oracle the last 10-15 years, not so strange... :)
    --ian                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • "for XML path "  Oracle equivalent of this SQL expression

    SELECT TheID,
    REPLACE(
    RTRIM(
    SELECT StudentID + ' '
    FROM StudentinSchoolLocation TL
    WHERE (LocationID = Results.LocationID)
    FOR XML PATH ('')
    ) AS StudentIDs,
    What is the equivalent of 'For XML path' used above
    The goal is to get a concatenated list of the group by columns. Like where ever the location is same , get the studentIds and make a comma seperated list of all ids for common location
    Works perfectly in SQL.
    Thank you

    Hi,
    user6287828 wrote:
    The goal is to get a concatenated list of the group by columns. Like where ever the location is same , get the studentIds and make a comma seperated list of all ids for common locationThat's called "String Aggregation"
    [AskTom.oracle.com|http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2196162600402] shows several different ways to do it.
    I recommend the first one, the user-defined function STRAGG, which you can copy from that page.
    On Oracle 10 (and up) you may have a similar function, WM_CONCAT (owned by WMSYS), already installed.
    WM_CONCAT is not documented, so you may not want to use it in your Production applications.
    STRAGG is not so convenient if the order of items in the concatenated string is important.
    In that case, use XMLAGG or SYS_CONNECT_BY_PATH, as shown later in the asktom page.
    MODEL can also do ordered string aggregation.

  • Question on Support for XML in Oracle 9i and XDK 9.0.1

    Hi All,
    I just went through the Oracle 9i's features for XML. I have been working with Oracle's XDK too. I noticed that there are some new packages in Oracle 9i like SYS_XMLGEN and DBMS_XMLGEN that produce a XML file when presented a query to it. This feature is there in the XDK (XML SQL Utility) too. So, my question is as follows:
    1. Are there any differences in the XML File produced by XDK and these database packages?
    2. What are the scenerios when I should go for these packages and when should I go for the XSQL Utility.
    Cos I found out that both are doing effectively the same things. Is there any difference between them? Please explain the second question.
    Thanks in advance,
    Rajat

    The sys_xmlagg and sys_xmlgen are native implementations of functionality tied into the database code line. They replicate some of the functionality that was previously provided in a 'plugin' form by the XDK. DBMS_XMLGEN is a PLSQL Package that also provides access to native implimentations of some of this functionalitu. You should find that as a result of being native implimentation they are much more performant.
    SYS_XMLGEN and SYS_XMLAGG allow XML to be generated directly from a SQL Query. DBMS_XMLGEN is designed for use in procedural processing and provides a finer grain of control over the generated output.
    There are still some features, such as DTD and Schema generation that are not (yet) available with the native implementation, and for this reason, and backwards compatability the XDK functionality is still available
    As a rules of thumb, if you can use the native implimentations do so, as performance should be much better.
    Mark D. Drake
    Senior Product Manager,
    XML Infrastructure,
    Server Technology

  • How to import/export value for ekko-netwr

    Hi friends,
    amount value 'ekko-netwr'  from incude LV61AA43 should pass to include LV61AA43 for this iam using import/export paramters but there is no parameter id for netwr . How can i pass this amout to this rountine.
    Thank u ,
    prasad.

    hi,
    A simple example of ABAP memory is using the EXPORT/IMPORT statements.
    Here in this program, I get the data, export it to memory,
    clear out the internal table in my progam, then reimport the data into it and write out the data.
    You probably wounldn't do this in a normal program,
    but this is how you can pass data from program a to program b when A Submits program B.
    report zxy_0002 .
    data: it001 type table of t001 with header line.
    select * into table it001 from t001.
    export it001 = it001 to memory id 'ZXY_TEST'.
    clear it001. refresh it001.
    import it001 = it001 from memory id 'ZXY_TEST'.
    loop at it001.
    write:/ it001-bukrs, it001-butxt.
    endloop.
    SAP Memory
    SAP memory is a memory area to which all main sessions within a SAPgui have access.
    You can use SAP memory either to pass data from one program to another within a session,
    or to pass data from one session to another.
    Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters).
    These parameters can be set either for a particular user
    or for a particular program using the SET PARAMETER statement.
    Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement.
    The most frequent use of SPA/GPA parameters is to fill input fields on screens
    ABAP/4 Memory
    ABAP memory is a memory area that all ABAP programs within the same internal session can access
    using the EXPORT and IMPORT statements.
    Data within this area remains intact during a whole sequence of program calls. To pass data
    to a program which you are calling,
    the data needs to be placed in ABAP memory before the call is made.
    The internal session of the called program then replaces that of the calling program.
    The program called can then read from the ABAP memory.
    If control is then returned to the program which made the initial call, the same process operates in reverse.
    SAP memory
    The SAP memory, otherwise known as the global memory,
    is available to a user during the entire duration of a terminal session.
    Its contents are retained across transaction boundaries as well as external and internal sessions.
    The SET PARAMETER and GET PARAMETER statements allow you to write to, or read from, the SAP memory.
    ABAP/4 memory
    The contents of the ABAP/4 memory are retained only during the lifetime of an external session
    (see also Organization of Modularization Units).
    You can retain or pass data across internal sessions.
    The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory.
    ABAP Memmory & SAP Memmory
    http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Set
    http://www.geocities.com/SiliconValley/Campus/6345/set_para.htm
    GET
    http://www.geocities.com/SiliconValley/Campus/6345/get_para.htm
    EXPORT
    http://www.geocities.com/SiliconValley/Campus/6345/export01.htm
    Other Imp Help
    http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm
    Thanks & Regards
    ilesh 24x7

  • How do I get an export tool for my email address book?

    In past years there was an export tool in my email address book.
    I recently went to export and the tool was no longer on the tool bar, nor was the import tool.
    I would like to have this tool.

    When I open my inbox, across the header are the words Mozilla Thunderbird.
    Have I sent my question to the wrong community support group?
    David

  • New firefox does not have import export facility for bookmaks how can I do it

    I have got firefox 4 and it seems it does no longer have the import or export feature for the bookmarks so what can I do

    Hit the '''Alt''' to reveal the Menu Bar. <br />
    Bookmarks > '''Show All Bookmarks''' -> Import & Backup - Export HTML... and Import HTML...

  • Import/Export Settings for Canon T4i Video

    Hey folks,
    I'm new to Premiere and loving it, but I'm wondering what the best sequence settings, as well as export settings, will be for video captured from my Canon Rebel T4i camera.
    I prefer to shoot either in 1080p with 24 fps, or 720p at 60 fps––what settings within premiere should I use when setting up my project, and what are some good export options for Youtube/Vimeo?
    thanks!

    FAQ: How do I choose the right sequence settings?
    FAQ: How do I export a movie for YouTube, Vimeo, iPad, iPhone, or Apple TV?

  • FDF import/export not for every PDF available

    Hello,
    I am using Adobe Reader X 10.1.2 and I have used it to create corrections on PDFs via comment functionality. To avoid big data amounts I want to use the FDF export/import. This was already possible on several PDF documents, but is not possible on every PDF document. What kind of conditions are necessary to allow the FDF import/export?
    Regards
    Dieter

    Hello,
    I only found one functionable, where export is available and there is a menu Extensions available too. I have seen, that this document was created by Acrobat Distiller.
    The idea is, if there is one original PDF, where several user have to make corrections, that every user has just to supply his correction-FDF, and in the end we still have the untouched PDF (which can be big) and many FDFs as correction files, which include all the comments.
    Regards
    Dieter

  • Import/Export from Access MDB to Oracle DB

    Dear Friends,
    I need to import a huge table from access to Oracle. I tried to export the file from MS Access to Oracle, it is giving error. I tried another way of doing , i first exported the data to SQL server and then using Export/Import utility of SQL Server, it has imported succesfully. I am not sure which is the best way to import data from ACCESS to Oracle.
    Kindly suggest,
    Regards,
    Vinay

    Another approach you might try goes something like this:
    1. In Access, link the destination Oracle table (for example, via File, Get External Data, Link Tables...).
    2. In Access, create an Append Query to select rows from your Access table and insert them in to the linked Oracle table.

  • How do you use tools for reporting in oracle?

    Hello,
    I have a question about reporting in oracle pl/sql..., how tools do you use to reporting in oracle?
    ths,

    Hello,
    reporting in "Excel" files is often required. And there are free tools to do so.
    https://xml-spreadsheet.samplecode.oracle.com/ or
    https://exceldocumenttype.samplecode.oracle.com/
    Others can be found at Re: How to save a query result and export it to, say excell?
    Regards
    Marcus

Maybe you are looking for