Store MS word document in oracle9i as XML

hi,
I need to store Microsoft Word Documents in oracle 9i and I am thinking to store it as XML file. I am new to XML, can anybody give me some idea how to achieve this? More specificlly, how do I convert a word document to XML before I save it to the database and later how do I retrieve it and convert it back to word document or other format(such as .pdf document etc)?
Besides storing the word document as XML file, are there any other ways to store it in the oracle 9i database? Is oracle 9i internet file system or interMedia a good solution too? Anybody had experience with this?

Thanks, steven.
My application requires "storing lots of documents, each associated with a standard record in an application". Is
this the senario you have?
What is SCM/Designer? Could you point me to some reference on how to use them? You mentioned "synchronized with the File System and are held as BLOBS", does that mean the word document will be stored in both places, database as BLOB and file system as file? In my case, I only want to store in database.
I agree with you that "converting XML only adds another step in the process", but I am not sure about "probably vastly increasing the data to store!", my original thought is storing as XML instead of Word Document will save me a lot of storage space because XML is just text file, also the database retrieval will be faster. As I said I am totally new to XML, so I may be wrong.

Similar Messages

  • How to store a large document in Oracle9i using CLOB!?

    Hi all,
    I want to store a large document(about 10mb) in Oracle9i using SQL*PLUS. How to store it using CLOB in Oracle9i!?
    What the necessary steps to perform!?
    Thanks

    Just use the report's CUID or ID for the iDocID parameter, and give all necessary users the appropriate rights to the inbox where the report is located.
    repoType is a legacy parameter, this will have no effect.
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf

  • Can i store a word document in icloud and retrieve on my ipad 2?

    Can I store a windows word doc in my icloud and retrieve it on my ipad 2? how do I access icould on a windows pc?

    This feature cannot be turned off. It is almost "Microsoft-ish" as far as I am concerned .... In the way that Word wants to turn every email address that you type in a document to blue. However, I change it in Word, but you can't turn it off on the iPad.
    Thats just way the way the mail app and the notes app work with the iOS and it cannot be disabled.

  • How to store a word Document

    Requirements:
    1. The WD application should be such a way like applicants fill in the required fields and uploads their Resume.
        How to store these Resumes ?
    2. A report is listed where in the Applicants are shown. Upon clicking an applicant his uploaded Resume should get displayed.

    Hi,
    I guess you are showing the Applicants list in the form of TABLE right (NORMAL TABLE UI ELEMENT).
    For the uploadresume column, create a fileupload UI element for that column as cell editor.
    Then when the user clicks on this Upload link then user gives the file name to be uploaded and save it.
    Check the wdr_test_table for TABLE CELL_EDITORS.
    Regards,
    Lekha.

  • Store and display word document in database through forms

    how can i store a word document in database through forms 6i or 10g, and display it through forms from database.
    i know how to store a binary file in database through DBMS_LOB package, but i want to do it throug forms. is it possible?
    regards

    Hi Alex
    "Create a datablock and specify the item datatype as blob"
    BUT: How to bring the document to the blob?
    Hi user 611..
    Warning: It is easy if you use an OLE-Object - but OLE is a special format. The result will not be the same as with dbms_LOB.
    We have a application with documents stored via OLE - terrible!
    OLE is no longer supported by forms 10. But webutil would help.
    I asked a similar question and got a good answer:
    OLE-Container and migration to the web
    Wolfram

  • How to merge multiple XML or Text documents into 1 Word Document?

    Hi all,
    We're looking for a way to merge multiple XML or Text documents into 1 Word document.
    All the XML or Text documents are oriented as a 'Paragraph', meaning smaller pieces of text.
    By selecting some of these XML documents, the system should be able to create a new Word document with all the selected text paragraphs included.
    The Word document can then be edited for applying a correct lay-out and the document is ready.
    Actually, we are trying to do some kind of 'mail merge' but with multiple XML or Text documents!
    Has anybody an idea whether something exist already or give us a direction how to proceed?
    Thanks in advance,
    Pascal Decock

    You use Assembler for this purpose.
    1) Assembler can be accessed through LC Java API. See http://help.adobe.com/en_US/enterpriseplatform/10.0/programLC/help/index.html
    API Quick Starts (Code Examples) > Assembler Service API Quick Starts
    2) Last week I posted on generating and merging PDF's from PostScript. Take a look at the assembly service instance in the .lca. Assembler uses DDX (Document Description XML) to describe document construction. NOTE the .lca was developed with ES 3 (aka ADEP). The .lca It contains the most basic DDX.
    <?xml version="1.0" encoding="UTF-8"?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="out.pdf">
      <PDF source="inDoc1"/>
      <PDF source="inDoc2"/>
    </PDF>
    </DDX>
    http://forums.adobe.com/message/4019760#4019760
    DDX Reference at http://help.adobe.com/en_US/livecycle/9.0/ddxRef.pdf
    Steve

  • Can I store/retrieve a Word Document in a Database field?

    What conditions should me met to store/retrieve a Word Document in an Oracle database field?
    May be many things will be necessary to consider but, could you give me some guides? Do yo know about some web site place that talks about it?
    Thank you in advance!!!

    Look at
    Re: How to store a "word document" on Data Base?
    hope helps

  • Store Word Document Text in Database using form

    Hai,
    i have one word format document .doc, my object is i want to store text from word
    file line by line in oracle database using form.
    it there anyway to achieve my object.
    thanx,
    can i create form to read word file with sound..

    You can directly store the Word Document itself into the Database using BFILE concept.
    If you want to store line by line please code your program with TEXT_IO package (Forms)
    Please give your mail Id for the example to be posted.

  • Store and retrieve a word document in database 10g using BFILE

    Hello guys
    I want to store a word document in oracle 10g using BFILE and forms 10g. Can anyone send me a sample code?
    Thanks

    Look at
    Re: How to store a "word document" on Data Base?
    hope helps

  • Displaying Word Document from a Database

    Let me try to explain this.
    I can upload and store a Word Document in an Oracle database
    (BLOB column) but now I need to extract that Word document and
    place a pointer to it on the Web. Can someone explain to me how
    this is done?
    I'm trying to do something like have an image displayed on
    the Web and when you click on it the Word Document is opened.
    Follow me on that? So, if there are 15 Word documents in the
    database, then the web page would have 15 images all pointing to
    each separate Word document.
    Has anyone done this?

    Don't take my word on this, but I think this should work;
    I've done this in the past to send dynamically-generated CSV files
    to the user, which is in a way (at least at the perspective of
    what's being outputted to the user) the same thing.
    First, obviously, you need to retrieve the Word document data
    from the database. We'll say you put that in a variable called
    'wordDoc'.
    <cfset wordDoc = someQuery.wordDataObj />
    Next, we need to set the 'Content-disposition' HTTP header,
    to tell the client's browser that we're sending a file, and that we
    want you to call it somefile.doc by default. We'll do this with the
    <cfheader> tag (note that if you use <cfflush> in the
    application, this tag (and thus, this approach)
    will not work.
    <cfheader name="Content-disposition" value="attachment;
    filename=somefile.doc" />
    Almost there. Now we need to set the Content-type HTTP
    header, to tell the browser what kind of data is coming, and then
    give it the actual file data. We'll use the <cfcontent> tag
    to do both of these things.
    <cfcontent type="application/msword"
    reset="yes">#wordDoc#</cfcontent><cfabort>
    If memory serves, this should be all you need. Note the
    <cfabort> after the closing <cfcontent> tag, I've had
    problems in the past with additional output on the page after these
    tags being appended to what gets sent to the browser, so I use a
    <cfabort> afterwards to make sure nothing more gets sent
    after the data we want. Also, at least with CFMX7, I've noticed
    that debugging output tends to get added in too regardless, so I
    typically put a <cfsetting showdebugoutput="false" /> at the
    top of the file, too.
    I can't guarantee this will work, I haven't tested this
    particular situation, but if it doesn't, it ought to be close. Let
    me know if I'm wrong.
    Attached is what should be the code without my commentary /
    rambling interspersed.

  • How to store microsoft word doc in SAP

    Hello Frndsm
    I have a text editor defined on my screen. I want to store microsoft word document .doc in it. and also i want function so that i can load .doc in it. Is there any way I can do??
    Your help will be greatly appreciated
    Regards,
    Arpit

    It doesnt matter. All user want is to upload a word document in the editor box and display its contents as it is. But what basically is happening that the CL_GUI_TEXTEDIT class iam am currently using is only supporting plain text and showing rest all chars as garbage.
    so is there anyway???
    thanks for ur reply
    Arpit

  • MS Word documents in forms/oracle database

    How does one store a word document in the database. Should be able to store the binary file and be able to retrieve it by launching MS word. Can we use BLOB. If so how to store a file into a BLOB column and how to retrieve that when required in forms 6i?
    I do not want to use OLE.
    Any help will be greatly appreciated.
    TIA,
    Tapas

    Use long raw datatype. And use OLE concepts through application
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Unknown:
    If u have a solution, let me know, I am also facing the same problem
    Regards
    <HR></BLOCKQUOTE>
    null

  • Load word document file into database

    Hello,
    Kindly tell me how do i load word document file into my database.

    you can use BLOB columns to store the word document in the database
    But not sure how are you trying to load (i.e what is your application front end)
    Oracle Forms, Java etc.
    so based on that specific solution can be given.

  • Report for editing the word document with xml tags

    Hi all,
    My requirement is to edit the contents of the word document in the presentation server through report programming and save that document  in the presentation server.
    For eg if my word document contains many xml  tags with spaces < EDI_DS40 >, i would like to remove the spaces and i want it to be lyk <EDI_DS40>.Then say if i wanted to make some modification (addition, deletion,replacing with some text) in the text in some nth line of the document how can dis be dione.
    Is there any function module or bapi which serves this purpose.
    Can anyone pls guide me on dis.
    Thanks & Regards,
    Revathi.

    Hi,
    just to let you know I have sorted this.
    http://macintoshhowto.com/leopard/how-to-merge-pdf-files-with-preview-in-leopard .html
    Thanks.

  • Converstion of xml doucment  to word document

    Hi in one of our deveopments ,
    we needed to design the word document and send it as attachment.  As it is designed with xml ( word ml ) Firewalls are not allowing this to pass through. Then we manually opened up the document using word application and performed Save As to save as pure word doc with out the xml tags. then we send it as an attchement it then worked out.  We need to automate this procedure of converting xml document to word document.
    we used 'Ole' object to convert it it is working fine in Sap Gui. But with Portal 'Ole objects' doesn't t work.
    So please suggest  a way to conver the xml document to word document from crm web client action .
    This is a critical requirement if somebody throw light on this it would be great help to us.......wishin some body could give solution to me.
    Jaffer vali shaik

    Here is the sample report to open word doc with some testing message......
    Report Test.
    INCLUDE ole2incl.
    DATA: word TYPE ole2_object, documentos TYPE
    ole2_object,
    documento TYPE ole2_object,
    selection TYPE ole2_object,
    font TYPE ole2_object.
    CREATE OBJECT word 'WORD.APPLICATION'.
    CALL METHOD OF word 'Documents' = documentos.
    CALL METHOD OF documentos 'Add' = documento.
    CALL METHOD OF documento 'Activate'.
    GET PROPERTY OF word 'Selection' = selection.
    GET PROPERTY OF selection 'Font' = font.
    SET PROPERTY OF word 'Visible' = 1.
    SET PROPERTY OF font 'Name' = 'Arial'.
    SET PROPERTY OF font 'Size' = 12.
    SET PROPERTY OF font 'Bold' = 1. "o 0
    SET PROPERTY OF font 'Underline' = 1. "o 0
    CALL METHOD OF selection 'TypeText' EXPORTING #1 = 'Word Doc Test'.
    CALL METHOD OF selection 'TypeParagraph'.
    CALL METHOD OF documento 'SaveAs' EXPORTING #1 = 'c:test.doc'.
    CALL METHOD OF word 'Quit'.
    Hope this will help.....

Maybe you are looking for

  • Failed to load webapp: '/em'

    Hi, I’m attempting to set up an 11g Forms Development environment on my desktop, and I’m having trouble with Enterprise Manager… From the WLS console / Deployments, I see ‘em’ with a state of ‘Failed’; in the Startup window, I see the error messages

  • RFWT0010 withholding tax type and tax code change in vendor master problem

    Hi Due to some reasons I need to change the withholding tax type and tax code in vendor master. When i am running the report RFWT010,After changing the tax type and tax code in vendor master...the list contains no items. eventhough there are 14 line

  • SPC running on linux

    I am able to properly use the SPC tool in windows though when I try to run the tool in unbuntu 9.04 it fails. thechet@thechet-desktop:~/Desktop/SPA525$ sh ./spa525g-sip-7-2-3-spc-linux-i386.bin spc --sample-profile config.xml ./spa525g-sip-7-2-3-spc-

  • Another X79A-GD65 (8D) Problem

    My board will post with two sticks of memory in the first two black slots. Adding another to third slot it will not post and has a error code 67. It also restarts and does the same thing in a continuous loop. My memory sticks are fine since they all

  • Small pictures in slideshow

    I have a few pages on my site with slide shows on them. One of the pages shows the pictures about 1/4 size inside the viewer frame. I have checked the low resolution shots loaded and they are the same as the other page photos. I have checked the sett