XML Development Vs. Oracle Developer

My question is simple:
We do all of our development work using Oracle Developer and recently have begun to use the Forms Server to put our applications on the Web...I have read a little about XML, but I was wondering if anyone could lend some arguements about :
1. When would I use XML over Developer?
2. What do I need to get started?
3. What would the best resources be to get a very-beginner XMLr going?

Florent,
The two products are complimentary. XDB is a server product,
integrated with the Oracle server engine, and SQL as well.
BDB XML is a lighter weight, embedded library.
It is anticipated that the market overlap for the two products
is not very large.
George
>
I wonder about the benefits of having two XML DB
engines for Oracle. What are the plans regarding BDX
(and XDB)?

Similar Messages

  • XML Developer's Kit for Java for Oracle 8i

    Hello,
    I want to download XML Developer's Kit for Java for Oracle 8i but I find only for Oracle 9i in the download site. I previously had download this for Oracle 8i. So I guess it should have moved to some other place and I am just not able to find it.
    Can anyone let me know where I can download the XDK kit for Java for Oracle 8i?
    Thanks.
    Rama.

    According to the license:
    "We grant you a nonexclusive, nontransferable limited license to use the programs for purposes of developing your applications. You may also distribute the programs with your applications to your customers...."
    But you may not:
    "distribute the programs unless accompanied with your applications;
    For more information, please refer to the following page:
    http://otn.oracle.com/tech/xml/xdk/doc/production10g/license.html

  • XML Developer's Guide

    I am trying to find Oracle 9i XML Developer's Guide, but all the links do not work. Could please someone provide the correct link?
    Thank you in advance.

    Hi Efthymia,
    Apologies for the delay responding to you.
    Please try the following link:
    http://download-uk.oracle.com/docs/pdf/A96620_02.pdf
    Regards,
    Les

  • XML Developer's Kit Home

    We installed HSD6i in out "Usertest" database and access to the DEMO, Utilities and Administration was successful via our IAS WEB setup.
    We then proceeded to inst HSD6i in our "Production" database. Both installations were done using the manual install method.
    For reason unknown, we cannot sign-on to the DEMO, Utilities or Admin tolls in our Production environment and only the Utilities tool works in our Usertest database.
    The error message we get after entering the username, password and connect string is :
    FRM-40735 ON-ERROR Trigger raised unhandled exception ORA-06508
    We are stumped.
    Any suggestions about where to start looking?
    Both installations - Usertest & Production -went smoothly with tno errors.
    Thanks.

    Is it possible to install Oracle XML Developer's Kit 9i and use it with an Oracle 7.3.4 database or does it require a 9i database? If it doesn't support this, is there an alternative way to use the functionality that the kit provides with Oracle 7.3.4? You can use the XDK on the cient-side and mid-tier.

  • ¿Products benchmark for XML development?

    Hello, I need to know that product for XML development can use for my development staff
    Please recommend me the best among:
    XMLSPY
    http://www.altova.com/
    Stylus Studio
    www.stylusstudio.com/
    ALchemist code generator
    http://www.mentattech.com/modules.php?op=modload&name=PagEd&file=index&page_id=21
    Thank you for the information that you can offer me

    For storing as CLOB's, nothing extra.
    For storing as relational, then:
    [list]
    [*]Before release 8.1.7, you need to install the XML SQL Utility in your database
    [*]With 8.1.7 and beyond, it's pre-installed.
    [list]

  • How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12

    Dear All,
    How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12.
    My Requirement is to develop RTF Template and geneate Excel output in Multiple sheet.
    plz guide me on this..
    thnx
    Khushal

    plz see
    BI Publisher: How to create Multisheet in Single Excel file using Excel Template [ID 1352000.1]
    for r12 you can use excel template
    i think it more appropriate for excel output

  • HOW TO: Use the XML parser in Oracle 8.1.7

    I am trying to figure out how to use the xml parser provided in oracle 8.1.7. all i want to do is parse a xml report that is defined using a schema, and place the data into the proper tables. i am totally unfamiliar with the xml parser and how it works. i have done some reading on the subject, but seem to be getting some conflicting infromation about which utilites i need and how to invoke them. can someone please tell me what utilities i need, how to invoke them, and what i need to do to get a xml document to parse and insert to a table? I would greatly appreciate any help anybody could offer. thanks.

    You can parse the XML Document with XML Parser and place the data into database using XSU(XML SQL Utility).
    Both of these are included in XDK for Java at:
    http://otn.oracle.com/tech/xml/xdk_java
    The following document could also help:
    Oracle9i XML Developer's Guide--XDK [PDF] at http://otn.oracle.com/tech/xml/doc.html

  • How to define data-sources-alias.xml to use Oracle data source

    Hi,
    I created Oracle jdbc Data Source named "MYDS" in Visual Admin.  I added the alias = MYDS_ALIAS.  I set the Initial Connection to 2.  On the Monitor tab, I see a green line running across the screen.  The datasource MYDS is connected to the Oracle.
    Now, I would like to define "data-sources-alias.xml" to use MYDS.
    When creating data-source-aliases.xml it creates the alias by default on ${com.sap.datasource.default} which is the default DB.
    I followed the link --> How to point data-source-aliases.xml to another Datasource
    and my data-sources-alias.xml is now:
    <data-source-aliases>
         <aliases>
              <data-source-name>$</data-source-name>
              <alias>BRANCH50DS</alias>
         </aliases>
    </data-source-aliases>
    The "EAR generatation has finished successfully", but when "Deploy to J2EE Engine", I got the error below:
    1) How to define data-sources-alias.xml to use Oracle data source?
    2) I found the link (SDA Deployment error) talking about "sda-dd.xml".  How to create "sda-dd.xml" and make it use substitution variables "MYDS"
    Dec 20, 2005 3:53:41 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [003]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7181 - 630_SP]/>
    <!NAME[C:\usr\sap\J2E\JC00\SDM\program\log\sdmcl20051220205339.log]/>
    <!PATTERN[sdmcl20051220205339.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Dec 20, 2005 3:53:39 PM  Info: -
    Starting deployment -
    Dec 20, 2005 3:53:39 PM  Info: Loading selected archives...
    Dec 20, 2005 3:53:39 PM  Info: Loading archive 'C:\usr\sap\J2E\JC00\SDM\program\temp\temp856850022Ear.ear'
    Dec 20, 2005 3:53:40 PM  Info: Selected archives successfully loaded.
    Dec 20, 2005 3:53:40 PM  Info: Actions per selected component:
    Dec 20, 2005 3:53:40 PM  Info: Update: Selected development component '50022Ear'/'sap.com'/'localhost'/'2005.12.20.15.53.28' updates currently deployed development component '50022Ear'/'sap.com'/'localhost'/'2005.12.19.18.39.12'.
    Dec 20, 2005 3:53:40 PM  Info: Saved current Engine state.
    Dec 20, 2005 3:53:40 PM  Info: Error handling strategy: OnErrorStop
    Dec 20, 2005 3:53:40 PM  Info: Update strategy: UpdateAllVersions
    Dec 20, 2005 3:53:40 PM  Info: Starting: Update: Selected development component '50022Ear'/'sap.com'/'localhost'/'2005.12.20.15.53.28' updates currently deployed development component '50022Ear'/'sap.com'/'localhost'/'2005.12.19.18.39.12'.
    Dec 20, 2005 3:53:40 PM  Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\50022Ear\localhost\2005.12.20.15.53.28\temp856850022Ear.ear
    Dec 20, 2005 3:53:40 PM  Info: Software type of SDA: J2EE
    Dec 20, 2005 3:53:40 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Dec 20, 2005 3:53:41 PM  Info: Begin of log messages of the target system:
    05/12/20 15:53:40 -  ***********************************************************
    05/12/20 15:53:41 -  Start updating EAR file...
    05/12/20 15:53:41 -  start-up mode is lazy
    05/12/20 15:53:41 -  com.sap.engine.deploy.manager.MissingSubstitutionException: Missing substitution value for variable [MYDS].
                              at com.sap.engine.deploy.manager.DeployManagerImpl.makeTempEar(DeployManagerImpl.java:3727)
                              at com.sap.engine.deploy.manager.DeployManagerImpl.makeNewEar1(DeployManagerImpl.java:3695)
                              at com.sap.engine.deploy.manager.DeployManagerImpl.deployUpdateAction(DeployManagerImpl.java:523)
                              at com.sap.engine.deploy.manager.DeployManagerImpl.update(DeployManagerImpl.java:512)
                              at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:196)
                              at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
                              at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
                              at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
                              at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
                              at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:46)
                              at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
                              at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
                              at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
                              at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
                              at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
                              at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:127)
                              at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:96)
                              at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:67)
                              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                              at java.lang.reflect.Method.invoke(Method.java:324)
                              at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
                              at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
                              at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:81)
                              at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
                              at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
                              at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:280)
                              at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
                              at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
                              at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
                              at java.lang.Thread.run(Thread.java:534)
    05/12/20 15:53:41 -  ***********************************************************
    Dec 20, 2005 3:53:41 PM  Info: End of log messages of the target system.
    Dec 20, 2005 3:53:41 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Dec 20, 2005 3:53:41 PM  Error: Aborted: development component '50022Ear'/'sap.com'/'localhost'/'2005.12.20.15.53.28':
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.MissingSubstitutionException: Missing substitution value for variable [MYDS].
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC)
    Dec 20, 2005 3:53:41 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Dec 20, 2005 3:53:41 PM  Error: -
    At least one of the Deployments failed -

    Hi,
    If you remove the $ and braces (as shown below) it will work.
    <data-source-aliases>
    <aliases>
    <data-source-name>MYDS</data-source-name>
    <alias>BRANCH50DS</alias>
    </aliases>
    </data-source-aliases>
    Regards,
    S.Divakar

  • How to start XML reports in Oracle Apps

    Hi All,
    As im new to develop XML reports in Oracle Apps. And Im used to develop oracle reports. But i have a new requirement came and i need to develop new XML reports.
    I am using windows please let me know any software to be installed and how to register the XML reports.
    1) how to create .rtf
    2) How to make columns mapping in rtf file.
    If any knows please let me know as it is bit urget for me.
    Im leaving in Duabi, if any is intrested to teach me i will join or pls let me know any instute
    Thanks,

    Assuming that you intend to create a layout template to use against an existing report, then you should start by changing the output type in the concurrent program definition to XML. You should then run the report and save the XML file output. This will form the start point for yout layout template.
    In order to create the layout template, you need to download the BI Publisher desktop. This is the add-in for Word which is used to build the template.
    When you have these tasks completed, you can open up Word and you will find you have some new menu options. Load the XML data you created in the first step, and you can build your template. You will also be able to preview the output from within Word.
    When you have completed the template, you need to go into XML Publisher responsibility. You should create a data definition which has a code the same as the concurrent program short name. This is the link between the template and the concurrent program.
    You then need to define a template for this data definition which will have the layout template uploaded.
    Having done this, switch to systeem administration responsibility, select the concurrent program menu entry and query back the program you are workin on. Click on the 'update' icon. You then need to click on the 'Onsite setting' tab. This allows you to attach the template to the program.
    Hope this helps.

  • Full text search with XML input in Oracle

    Hi,
    I need to develope a web application which can do full text search for a library. We will use XML as the input data format and stored XML file in Oracle. How can I do full text search to the XML according todifferent tags or elements. e.g search from title or from article.
    Do not only convert XML to Ascii and do the full text search. It should utilize the XML tag and structure.
    InterMedia text in 8i or Oracle text in 9i? Or any other toolkit?
    Thanks a lot
    Jack

    Please refer to Oracle Text documentation

  • XML load into oracle database

    Hi,
    I was been given a xml file and was been asked to load that into a table using
    XML developer so the XML file is something like this
    <PROJECTS>
         <PROJECT>
              <NAME>SW-Acacia LCC 2.1.2</NAME>
              <TYPE></TYPE>
              <STATUS>Development</STATUS>
              <CATEGORY>Software</CATEGORY>
              <MARKETING_NAME/>
              <BUSINESS_UNIT>Control Devices</BUSINESS_UNIT>
              <PRODUCT_CATEGORY>Software</PRODUCT_CATEGORY>
              <PRODUCT_CODE/>
              <PRODUCT_CODE_MANUAL/>
              <PRODUCT_LINE/>               
              <NINE_LEVEL_MAIN_AMR/>
              <NINE_LEVEL_MAIN_AP/>
              <NINE_LEVEL_MAIN_EMEA/>
              <NINE_LEVEL_MAIN_JP/>
              <NINE_LEVEL_OTHER_AMR/>
              <NINE_LEVEL_OTHER_AP/>
              <NINE_LEVEL_OTHER_EMEA/>
              <NINE_LEVEL_OTHER_JP/>
              <NINE_LEVEL_PHASEOUT_AMR/>
              <NINE_LEVEL_PHASEOUT_AP/>
              <NINE_LEVEL_PHASEOUT_EMEA/>
              <NINE_LEVEL_PHASEOUT_JP/>
              <EIGHT_LEVEL_MAIN/>
              <EIGHT_LEVEL_OTHER/>
              <EIGHT_LEVEL_PHASEOUT/>          
         </PROJECT>
         <PROJECT>
              <NAME>MSD: Pictaflex phase II</NAME>
              <TYPE>Software</TYPE>
              <STATUS>Implement</STATUS>
              <CATEGORY>Software</CATEGORY>
              <MARKETING_NAME/>
              <BUSINESS_UNIT>Control Devices</BUSINESS_UNIT>
              <PRODUCT_CATEGORY>Software</PRODUCT_CATEGORY>
              <PRODUCT_CODE/>
              <PRODUCT_CODE_MANUAL/>
              <PRODUCT_LINE/>          
              <NINE_LEVEL_MAIN_AMR/>
              <NINE_LEVEL_MAIN_AP/>
              <NINE_LEVEL_MAIN_EMEA/>
              <NINE_LEVEL_MAIN_JP/>
              <NINE_LEVEL_OTHER_AMR/>
              <NINE_LEVEL_OTHER_AP/>
              <NINE_LEVEL_OTHER_EMEA/>
              <NINE_LEVEL_OTHER_JP/>
              <NINE_LEVEL_PHASEOUT_AMR/>
              <NINE_LEVEL_PHASEOUT_AP/>
              <NINE_LEVEL_PHASEOUT_EMEA/>
              <NINE_LEVEL_PHASEOUT_JP/>
              <EIGHT_LEVEL_MAIN/>
              <EIGHT_LEVEL_OTHER/>
              <EIGHT_LEVEL_PHASEOUT/>
         </PROJECT>     
    </PROJECTS>
    so i created a directory in oracle as
    create or replace directory xmldir as '/u01/app/oracle/admin/db01/sql';
    and Create a table with an XML column as
    create table XMLDB_TBL (
    XMLDB_id number primary key,
    XMLDB_doc XMLType);
    and then i wrote a select query in order to insert the xml file data into a table
    INSERT INTO XMLDB_LOAD(SELECT a.NAME, a.TYPE, a.STATUS, a.CATEGORY, a.MARKETING_NAME,a.BUSINESS_UNIT,a.PRODUCT_CATEGORY, a.PRODUCT_CODE, a.PRODUCT_CODE_MANUAL,
    a.PRODUCT_LINE, a.NINE_LEVEL_MAIN_AMR, a.NINE_LEVEL_MAIN_AP, a.NINE_LEVEL_MAIN_EMEA, a.NINE_LEVEL_MAIN_JP, a.NINE_LEVEL_OTHER_AMR,
    a.NINE_LEVEL_OTHER_AP, a.NINE_LEVEL_OTHER_EMEA, a.NINE_LEVEL_OTHER_JP, a.NINE_LEVEL_PHASEOUT_AMR, a.NINE_LEVEL_PHASEOUT_AP,
    a.NINE_LEVEL_PHASEOUT_EMEA, a.NINE_LEVEL_PHASEOUT_JP, a.EIGHT_LEVEL_MAIN, a.EIGHT_LEVEL_OTHER, a.EIGHT_LEVEL_PHASEOUT
    FROM XMLDB_TBL,
    XMLTABLE('/PROJECTS'
    PASSING XMLDB_TBL.XMLDB_doc
    COLUMNS
    NAME VARCHAR2(100) PATH '/PROJECTS/PROJECT/NAME',
    TYPE VARCHAR2(100) PATH '/PROJECTS/PROJECT/TYPE ',
    STATUS VARCHAR2(100) PATH '/PROJECTS/PROJECT/STATUS',
    CATEGORY VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/CATEGORY',
    MARKETING_NAME VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/MARKETING_NAME',
    BUSINESS_UNIT VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/BUSINESS_UNIT',
    PRODUCT_CATEGORY VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/PRODUCT_CATEGORY',
    PRODUCT_CODE VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/PRODUCT_CODE',
    PRODUCT_CODE_MANUAL VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/PRODUCT_CODE_MANUAL',
    PRODUCT_LINE VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/PRODUCT_LINE',
    NINE_LEVEL_MAIN_AMR VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_MAIN_AMR',
    NINE_LEVEL_MAIN_AP VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_MAIN_AP',
    NINE_LEVEL_MAIN_EMEA VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_MAIN_EMEA',
    NINE_LEVEL_MAIN_JP VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_MAIN_JP',
    NINE_LEVEL_OTHER_AMR VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_OTHER_AMR',
    NINE_LEVEL_OTHER_AP VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_OTHER_AP',
    NINE_LEVEL_OTHER_EMEA VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_OTHER_EMEA',
    NINE_LEVEL_OTHER_JP VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_OTHER_JP',
    NINE_LEVEL_PHASEOUT_AMR VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_PHASEOUT_AMR',
    NINE_LEVEL_PHASEOUT_AP VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_PHASEOUT_AP',
    NINE_LEVEL_PHASEOUT_EMEA VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_PHASEOUT_EMEA',
    NINE_LEVEL_PHASEOUT_JP VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/NINE_LEVEL_PHASEOUT_JP',
    EIGHT_LEVEL_MAIN VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/EIGHT_LEVEL_MAIN',
    EIGHT_LEVEL_OTHER VARCHAR2(100 ) PATH '/PROJECTS/PROJECT/EIGHT_LEVEL_OTHER',
    EIGHT_LEVEL_PHASEOUT VARCHAR2(100) PATH '/PROJECTS/PROJECT/EIGHT_LEVEL_PHASEOUT'
    ) a
    my question is when i am trying to insert its giving me an error
    ORA-19279 Xquery dynamic typemismatch expected singleton sequence-gotmultiple item sequence
    so how can i insert multiple records of xml into a table could anyone help me out with this
    thanks in advance
    SMK

    Hi
    Here are some examples I hope illustrate some techniques....
    create table prjxml (xml XMLTYPE);
    insert into prjxml values ('<PROJECTS>
    <PROJECT>
    <NAME>abc</NAME>
    <STATUS>Development</STATUS>
    </PROJECT>
    <PROJECT>
    <NAME>xyz</NAME>
    <STATUS>Implement</STATUS>
    </PROJECT>
    </PROJECTS>');
    commit;
    SELECT
    extractValue(value(hd), '/PROJECT/NAME/text()') a,
    extractValue(value(hd), '/PROJECT/STATUS/text()') b
    FROM prjxml p,
    table(XMLSequence(extract(p.xml, '/PROJECTS/PROJECT'))) hd;
    Say there were some attributes on PROJECTS and you were normalizing, the following example will take info/name/status as a row;
    insert into prjxml values ('<PROJECTS info="hello">
    <PROJECT>
    <NAME>def</NAME>
    <STATUS>Development</STATUS>
    </PROJECT>
    <PROJECT>
    <NAME>ghi</NAME>
    <STATUS>Implement</STATUS>
    </PROJECT>
    </PROJECTS>');
    commit;
    SELECT
    extractValue(value(hc), '/PROJECTS/@info') i,
    extractValue(value(hd), '/PROJECT/NAME/text()') a,
    extractValue(value(hd), '/PROJECT/STATUS/text()') b
    FROM prjxml p,
    table(XMLSequence(extract(p.xml, '/PROJECTS'))) hc,
    table(XMLSequence(extract(value(hc), '//PROJECT'))) hd;
    You can build such structures in OWB using the expression operator (for the XMLSequence and the iterator operator. There is a post in the OWB blog and utilities on the exchange with a viewlet which illustrate this.
    Cheers
    David

  • Load XML file into oracle xml buffer

    Hi guys,
    I'm a starter in Oracle XML Development, I wander how I can load a xml file into oracle xml buffer(xmlctx* document) through programming with c++ in visual studio.
    When I use orastream structure, it compiled failed.
    Thank you very much!
    Edited by: pomelo on 2010-11-15 下午5:39

    try this
    LOAD DATA
    INFILE '/home/oraread/'
    INTO TABLE xmlloadtable
    (id,
    file_name          filler,
    data_xml          lobfile(file_name) terminated by eof
    )you can add the file_name field as a column to your table between the id and xml column and remove the filler word in the .ldr file if you need to keep the name of the file

  • Xml compatibility with oracle database

    I'm not aware of how xml works with oracle databases as well as I dnt know whats the general purpose of xml i databases
    regards
    buddhike

    start by looking at this oracle 10g documentation book.
    Oracle® XML DB Developer's Guide

  • How to export a data as an XML file from oracle data base?

    could u pls tell me the step by step procedure for following questions...? how to export a data as an XML file from oracle data base? is it possible? plz tell me itz urgent requirement...
    Thankz in advance
    Bala

    SQL> SELECT * FROM v$version;
    BANNER
    Oracle DATABASE 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS FOR 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    5 rows selected.
    SQL> CREATE OR REPLACE directory utldata AS 'C:\temp';
    Directory created.
    SQL> declare                                                                                                               
      2    doc  DBMS_XMLDOM.DOMDocument;                                                                                       
      3    xdata  XMLTYPE;                                                                                                     
      4                                                                                                                        
      5    CURSOR xmlcur IS                                                                                                    
      6    SELECT xmlelement("Employee",XMLAttributes('http://www.w3.org/2001/XMLSchema' AS "xmlns:xsi",                       
      7                                  'http://www.oracle.com/Employee.xsd' AS "xsi:nonamespaceSchemaLocation")              
      8                              ,xmlelement("EmployeeNumber",e.empno)                                                     
      9                              ,xmlelement("EmployeeName",e.ename)                                                       
    10                              ,xmlelement("Department",xmlelement("DepartmentName",d.dname)                             
    11                                                      ,xmlelement("Location",d.loc)                                     
    12                                         )                                                                              
    13                   )                                                                                                    
    14     FROM   emp e                                                                                                       
    15     ,      dept d                                                                                                      
    16     WHERE  e.DEPTNO=d.DEPTNO;                                                                                          
    17                                                                                                                        
    18  begin                                                                                                                 
    19    OPEN xmlcur;                                                                                                        
    20    FETCH xmlcur INTO xdata;                                                                                            
    21    CLOSE xmlcur;                                                                                                       
    22    doc := DBMS_XMLDOM.NewDOMDocument(xdata);                                                                           
    23    DBMS_XMLDOM.WRITETOFILE(doc, 'UTLDATA/marco.xml');                                                                  
    24  end;                                                                                                                  
    25  /                                                                                                                      
    PL/SQL procedure successfully completed.
    .

  • How to insert more than 32k xml data into oracle clob column

    how to insert more than 32k xml data into oracle clob column.
    xml data is coming from java front end
    if we cannot use clob than what are the different options available

    Are you facing any issue with my code?
    String lateral size error will come when you try to insert the full xml in string format.
    public static boolean writeCLOBData(String tableName, String id, String columnName, String strContents) throws DataAccessException{
      boolean isUpdated = true;
      Connection connection = null;
      try {
      connection = ConnectionManager.getConnection ();
      //connection.setAutoCommit ( false );
      PreparedStatement PREPARE_STATEMENT = null;
      String sqlQuery = "UPDATE " + tableName + " SET " + columnName + "  = ?  WHERE ID =" + id;
      PREPARE_STATEMENT = connection.prepareStatement ( sqlQuery );
      // converting string to reader stream
      Reader reader = new StringReader ( strContents );
      PREPARE_STATEMENT.setClob ( 1, reader );
      // return false after updating the clob data to DB
      isUpdated = PREPARE_STATEMENT.execute ();
      PREPARE_STATEMENT.close ();
      } catch ( SQLException e ) {
      e.printStackTrace ();
      finally{
      return isUpdated;
    Try this JAVA code.

  • Org.xml.sax.SAXException: oracle.AWXML.Index

    i got the following error when i try to create an analytic workspace from a template file, in Analytic workspace manager 10g.
    Unable to create Analytic Workspace From file c:\...\global.xml
    org.xml.sax.SAXException: oracle.AWXML.Index
    at oracle.AWXML.AWHandlerBase.startElement(AWHandlerBase.java:123)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1224)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:311)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:278)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:294)
    at oracle.olap.awm.dataobject.modeler.ModelDO.readBaseObjectFromFile(ModelDO.java:744)
    at oracle.olap.awm.navigator.node.WorkspaceNode$1.construct(WorkspaceNode.java:1084)
    at oracle.olap.awm.ui.SwingWorker$2.run(SwingWorker.java:109)
    at java.lang.Thread.run(Unknown Source)
    this is available in this site under the heading
    "downloading and installing the second global schema for documentation"
    in global_doc.zip file.
    very urgent please..

    If you have not specified an external WSDL file in your webservice where the arguments (with their types are defined) then you cannot use the type="any" in your webservice arguments.
    If you want to use an external WSDL and define the argument types there you can do this by adding wsdlfile="nameOfExternal.wsdl" style="document" to your cfcomponent tag.

Maybe you are looking for

  • Mail Crashed - Inbox Deleted - Trying Data Recovery - Help

    I am running a G4 Powerbook 10.3.9 and Mail 1.3.11 locked up and crashed. My old Inbox is wiped out. Last July, I accidentally deleted my Sent emails but that was intentional (as in I thought I was in the Trash window, selected All and Deleted but as

  • Time Machine backup on a new Mypassport not working

    Can anyone help?  I am using a Mac My Pass Port 1T to try to back up my Mac Book Pro in order to use Boot Camp to put Windows on my machine.  (diretions say back up first). The only thing I've done on this passport is dump pictures and videos onto it

  • How much space does album artwork need?

    I have about 15,000 songs in my iTunes library, of which only a small percentage (maybe 5-10%) have album artwork. If I get artwork for all(or most) of the rest of the library, how much ipod space will that use? I have 4 ipods, only one of which can

  • Multimode transport for procurement

    Hi friends. I am a MM consultant. I need your opinion on the folowing issue. The client requirement is as follows. 1.     They procure coals and ore from mines and ports. For this the Transport of raw material is a significant process in their busine

  • Auto log-in has gone away

    Aloha. I am up and running with most current versions of Safari in Lion. There are a variety of sites I visit, some free, some subscribed, which require log-in. Prior to moving to Lion/Safari 5.1, I could return to these sites, and I would auto log-i