Halo to the XML loading issue in ODI 10.1.3.5

Hi gurus,

I am creating the Oracle table XML file.
Up to now, made the following

1. in the topology, to connect to Oracle and XML technologies. Has also created the database server. For XML, validated successfully the XSD.
2. in the reverse designer engineered XML elements in the table. Reverse engineering as well done to Oracle.
3. in XML, 1 table got created its name as MASTER_XTEL (this is my root element). He followed columns
MASTER_XTELPK, SNPSFILENAME, SNPSFILEPATH and SNPSLOADDATE.

Developed an ODI interface to fill this area of transit of .with MASTER_XTEL pointing to an existing oracle schema.
Configuration:
MASTER_XTELPK - > 0 (executed on STG)
SNPSFILENAME-> 1 column in a table holding file (run on CBC) name Oracle
SNPSFILEPATH - > 1 column to an Oracle table taking into the path of the file (run on CBC)
SNPSLOADDATE-> SYSDATE (run on STG)

IKM: Add SQL to SQL

Eexecution is a success, and exploiting, I see 1 inserted obtained record (my source of oracle table only has 1 row)
So far so good.

Now when I try to see this MASTER_XTEL inserted record by right click on it and view the data, it shows all the data. What I am doing wrong?

If I want to create an XML file with
CREATE XMLFILE < Filename > SCHEMA of THE < schema_name >

I am getting following error:

0: null: java.sql.SQLException: could not save the file C:/TEST_XML because a class java.sql.SQLException occurred and said: java.sql.SQLException: java.sql.SQLException: no keys found on table MASTER_XTEL

Which I think is somehow related to the issue of data no. I don't know if.

Can someone help me with this?

Thanks in advance.

Hello

You can get information of
http://SSB.Sewanee.edu/oradocs/OBIEE/integrate.1111/e12644/xml_file.htm
http://SSB.Sewanee.edu/oradocs/OBIEE/integrate.1111/e12644/appendix_xml_driver.htm#CHDDJDHF

I'm not sure of the XML loading demo. Maybe someone else can help with that.

Thank you
Fati

Tags: Business Intelligence

Similar Questions

  • How to script instead of JPG files SWF files in the XML loader?

    I have a SWF (platform greensock.com) charger and a thumbnail image scroll under it made small image buttons. Each button image has a link that loads a SWF file into the SWF loader above. Here is the code for each button that loads the largest SWF in the charger above:

    Button3.addEventListener(MouseEvent.CLICK, Button3_PlayPopUp);
    
    function Button3_PlayPopUp(event:MouseEvent): void { 
        //setting the sourceVar
        sourceVar="3.swf";
        //making the SWFLoader load
        //as setting the soureVar after the SWFLoader is created won't do anything unlesss 
        //I also re-create the SWFLoader with the new sourceVar when the button is clicked
        loader_howToLoader2.url = sourceVar;
        loader_howToLoader2.load(true);
        
    }
    

    Then I decided to load all the button via the XML loader. I followed the tutorial on XML Chargers which deals with loading jpg images, and by assigning the URL links to them as follows in the XML file:

    <image src="appThmb_imgs/appThmb_imgs117x175/A-illuminatorUpLit_117x175.jpg" title="UpDownGlowingVase" url="http://www.888acolyte.com"/>
    
    

    and then in AS3 like this:

    var xmlLoader:URLLoader = new URLLoader();
    
    thisOne.link = imageList[item].attribute("url");
    
    
    
    function clickScrollerItem(e:MouseEvent):void {
     //trace("clicked item " + e.currentTarget.itemNum + " - visit url: " + e.currentTarget.link);
     var urlRequest:URLRequest = new URLRequest(e.currentTarget.link);
     try {
     navigateToURL(urlRequest);
     }
     catch (e:Error) {
     // handle error here
     trace(e);
     }
    }
    

    My question is: How can I ask for the code to every each small button thumbnail to load a larger image in the SWF loader above? I have to add something to the XML file or this way, it will never work with jpg images? URL in the adjustable XML source var (//setting the sourceVar), because they are all individual and somehow then apply taken SWL loader to load the game (//making load SWFLoader) as a standard somewhere in the AS3 code?

    Yes, you did.  I missed that.

    If you have used the link instead of urlString:

    function clickScrolleritem(e:MouseEvent):void {}

      loader_howToLoader2.url = MovieClip(e.currentTarget).link;
        loader_howToLoader2.load(true);

    }

  • To access the data that is loaded by the XML Loader class

    Hi guys,.

    I have trouble accessing the data loaded by external class.

    Here is my code:

    Main class:

    package {}

    import flash.display.MovieClip;
    nucleus of import. XMLLoader;

    SerializableAttribute public class Main extends MovieClip {}

    var projectSetupMainMenuXML:Boolean = true;

    public void Main() {}

    If {(projectSetupMainMenuXML)
    var mainMenuXML = new XMLLoader ("menu.xml");
    }
    }
    }
    }

    XMLLoader class:

    package base {}

    import flash.display. *;
    import flash.events. *;
    flash.net import. *;

    public class XMLLoader {}
    private var mainMenu:XML;
    private var urlLoader:URLLoader;

    public function XMLLoader (mainMenuPath:String) {}
    var urlRequest:URLRequest = new URLRequest (mainMenuPath);
    urlLoader = new URLLoader();
    urlLoader.addEventListener (Event.COMPLETE, completeListener);
    urlLoader.load (urlRequest);
    }

    private void completeListener(e:Event):void {}
    mainMenu = new XML (urlLoader.data);
    e.target.removeEventListener (Event.COMPLETE, completeListener);
    }
    }
    }

    Now, I want to create another external class (called MainMenu) which will be launched from the main class.

    This class should create the menu based on the loaded XML class.

    My question is, how can I make use of the loaded content through the XMLLoader class within the class MainMenu XML?

    Thank you.

    I think you have to use XMLLoader as a singleton - with the properties and static methods. In this way, you can load XML only once and make available XMl data to any object in the application.

  • How to end the xml loaded scroller consecutive pages?

    I have a wheel of an inch image on one of the pages, which is built by loading jpg via xml files in place.

    One that I navigates to another page, how can I make sure it disappears from the screen?

    The ID of the code here I used for the edification of the wheel:

    /////Parse XML
    //build scroller from xml
    function buildScroller(imageList:XMLList):void{
              trace("build Scroller");
    
              for (var item:uint = 0; item<imageList.length();item++) {
                        var thisOne:MovieClip = new MovieClip();
    
                        //outline
                         var blackBox:Sprite = new Sprite();
                        blackBox.graphics.beginFill(0xFFFFFF);
                        blackBox.graphics.drawRect(-1, -1, 62, 92);//-1,-1 places rectangle 1px left and up.62, 92 draws rectangle 1px wider on all sides of placed image dimenstions of 60x90
                        blackBox.alpha = thumbFadeOut;//setting Border Tweens
                        thisOne.addChild(blackBox);
                        thisOne.blackBox = blackBox;//setting Border Tweens
    
                          thisOne.x = thisOne.myx = (60 + padding) *item;//replaces the line above for scale tweenw roll over calculation. "myx" is a made up term which defines the position. 61 is the width of the thumb
                        thisOne.itemNum = item;
                        thisOne.title = imageList[item].attribute("title");
                        thisOne.link = imageList[item].attribute("url");
                        thisOne.src = imageList[item].attribute("src");
                        thisOne.alpha = 0;//makes all thumb images at alpha=0 before they are fully loaded
    
                        //Loading and Adding the Images
                        //image container
                        var thisThumb:MovieClip = new MovieClip();
                        //add image
                        var ldr:Loader = new Loader();
                        //var url:String = imageList[item].attribute("src");
                        var urlReq:URLRequest = new URLRequest(thisOne.src);
                        trace("loading thumbnail "+item+" into Scroller: " + thisOne.src);//url
                        ldr.load(urlReq);
                        //assign event listeners for Loader
                        ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,completeHandler_AppPopUps);//tells us when the loading is complete
                        ldr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, errorHandler_AppPopUps);//tells us if there are any typo errors when the loading is complete
                        thisThumb.addChild(ldr);
                        thisOne.addChild(thisThumb);
    
                        //create listeners for this thumb
                        thisOne.buttonMode = true;//makes boxes act as buttons
                        thisOne.addEventListener(MouseEvent.CLICK, clickScrollerItem_AppPopUps);//makes boxes act as buttons
                        thisOne.addEventListener(MouseEvent.MOUSE_OVER, overScrollerItem_AppPopUps);//traces the title when the mouse is over the bounding box in the Output Panel
                        thisOne.addEventListener(MouseEvent.MOUSE_OUT, outScrollerItem_AppPopUps);//traces the title when the mouse is out the bounding box in the Output Panel
    
    
    
                        //add item
                        scroller.addChild(thisOne);
              }
              scroller.addEventListener(Event.ENTER_FRAME, moveScrollerThumbs);//adding movement on mouse position
              trace("termination of build scroller");
    
    }
    
    

    I've added comments and another line of code in order to avoid a problem if you were to use the same navigation code after that scrolling is deleted:

    remove the scroller.

    First.Setting the function which will remove the scroll and stop consuming resources.

    function removeScrollerF (): void {}

    {if (scroller)}

    scroller.removeEventListener (Event.ENTER_FRAME, moveScrollerThumbs);

    removeChild (scroller);

    scroller = null;

    }

    }

    in the second place. Add listeners for Web objects

    testDelete_mc.addEventListener (MouseEvent.CLICK, navF);

    third.  create listener for objects of navigation functions

    function navF(e:MouseEvent):void {}

    in each listener function, call the function that removes the scroll

    removeScrollerF();

    Add the navigation code

    gotoAndPlay ("howto");

    }

    ////////////////////////////////////////////////////////////////////// ///////////////

  • Using the XML file error

    Hello

    I use an XML file as the source in a map. This worked well until I changed the context during the execution of the mapping.

    Initially, during the execution of the development, it worked without any problem. But when I changed the context to run the Test, he gave me the following error:-

    ODI-1227: task load data-LKM SQL for Oracle-don't work not to connect to the source P6_ACTIVITIES - TEST.

    Caused by: java.sql.SQLException: the object name already exists: P6ACTI_READACTIVITIESRESPONSE in the statement [create table P6ACTI_READACTIVITIESRESPONSE (READACTIVITIESRESPONSEPK NUMERIC (10) NOT NULL, SNPSFILENAME varchar (255) NULL, SNPSFILEPATH varchar (255) NULL, SNPSLOADDATE varchar (255) NULL)]

    This object name, P6ACTI_READACTIVITIESRESPONSE created by ODI is a combination of scheme name defined in the JDBC URL properties (or the first five characters of the XML file) and the element root. Therefore, I don't have any control over the name, unless I have change the schema name property.

    Restart the agent will solve the problem temporarily, but the error will appear again when the context is changed. My question is, how do I create/drop / let agent do this each time that the XML file is accessed ODI. I use ODI 12.1.3.

    Thanks in advance,

    Xmen

    Only, you should be able to query code KM to understand if these tables are created, but generally it will be in the scheme of work specified on your server of intermediate technology.

    We are not allowed to change the KMs, because it would create problems of alimony.


    Who with Oracle or internally? A large part of ODI power lies in an open framework around KMs and as long as you develop and test carefully any customizations KM I really can't see why the support would be a problem. You can run the table to fall outside the knowledge module, would be - this also be a support issue, the main difference is that a KM custom allows to reuse easier?

  • Problem during execution of the xml in simultaneous program report

    Hello

    In EBS r12, we need to have a standard report output in excel.

    I myself report output xml to create the xml template (.) Presentation of the RTF) using BI Publisher.
    I created the. Available RTF and it works very well on my laptop using Bi Publisher... the XML load in it and I can get an overview of the xml data on layout with all formats (Excel, PDF...)

    I downloaded the layout at EBS and he attributed to the standard State.
    I changed the standard report out put in XML format

    When I go to submit the request for a report, the model is assigned with report and everything seems OK.

    But after I run the report.
    The report ended with the warning state... and the output is only XML with error message:
    This XML file does not appear to have any information of style associated with it. The document tree is shown below.



    The log file says:
    ---------------------------------------------------------------------------
    Options, AutoComplete, the request for enforcement.

    (1) PUBLISH.
    Post-processing of application 2350601 on node CLONE from April 13, 2011 09:03:47.
    Post processing of request 2350601 failed to April 13, 2011 09:03:48 with the error message:
    Failure of one or more shares of post-processing. For more details, see the OPP service log.
    --------------------------------------

    ------------- 2) PRINT -------------
    Does not print is not the output of this application because the post-processing has not.
    --------------------------------------

    End of query options AutoComplete.


    The post-processing of the output assembly Manager log file shows that:

    Model code: LATE_PAID
    App model: SQLAP
    Language: en
    Territory: 00
    Output type: EXCEL
    [21/09/11 10:59:39] [UNEXPECTED] [1273372:RT4463274] java.io.FileNotFoundException: /data1/EBSR120/inst/apps/oravis_hschbscgn20076/logs/appl/conc/out/o4463274.out (no such file or directory)
    at java.io.FileInputStream.open (Native Method)
    at java.io.FileInputStream. < init > (FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:230)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:166)

    [21/09/11 10:59:39] [1273372:RT4463274] Over the actions of post-processing to request 4463274.
    [21/09/11 11:33:17] [OPPServiceThread0] Post-processing application 4463327.
    [21/09/11 11:33:17] [1273372:RT4463327] The execution of the actions of post-processing for request 4463327.
    [21/09/11 11:33:17] [1273372:RT4463327] From XML Publisher postprocessing action.
    [21/09/11 11:33:17] [1273372:RT4463327]

    Hello
    Thanks for your reply.
    I got the output. This error was by the path of the invalid temporary directory in XML Publisher administrator. (Administration-> properties-> general)

    Thank you
    Catherine

  • page loading issues.

    Hi all

    I followed the page loading issues.

    1. How do I call it method of loading the page?
    2. How can I determine if the page is postbacked?

    Kind regards
    David

    Studio Edition Version 11.1.1.2.0

    Check out this post on the forum, which covers pretty much the same:
    Re: Method Intitializer bean

    Thank you
    Nini

  • Internet Explorer does not reload the XML data

    Hello

    I created a scroller that reads from a RSS page by using the XML object and Load XML method. Every minute, I call the XML loading method to reload the data. It works well on Firefox and Opera, but it's not reloading on Internet Explorer. Any ideas?

    I use IE 6 SP2 Version. Is this related to the Internet Explorer security? Is there a work around?


    -Thanks in advance

    Put a random var at the end of the xml file:

    ID = ((Math.random () * 15) + "ie43"); just to deodorize the xml
    myXml.load("XMLdata.xml?id="+id)

    --

    Dan mode
    * THE Radio * Online http://www.tornadostream.com
    * Must read * http://www.smithmediafusion.com/blog
    * Flash help * http://www.smithmediafusion.com/blog/?cat=11

    'houses of soon f' wrote in message
    News:e90lqt$49B$1@forums. Macromedia.com...
    > Hello,
    >
    > I created a scroller that reads from a RSS page by using the XML object and
    > XML
    > Load method. Every minute, I call the XML loading method to reload the data.
    > This
    > works fine on Firefox and Opera, but it is not charging on
    > Internet
    > Explore. Any ideas?
    >
    > I'm using IE 6 SP2 Version. Is this related to Internet Explorer
    > Security?
    > Is there a work around?
    >
    >
    > - Thanks in advance
    >

  • Loading the XML file with the missing elements dynamically by ODI

    Hi guys,.

    I have the XML with two nodes Employee and address below. On a daily basis, sometimes the address element might not come from the source xml file, but my interface has columns mapped to the elements of the address, and that is why it may fail because of the source element is not found in the file or data could not get charged because the State 'and' in the sql query that is generated between the employee and address elements.  Is there a way where I can load the data dynamically where I can search in the file only for items (used) present and dynamically loading data only for these items?

    XML file:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < EMP >

    < Empsch >

    < employee >

    < EmployeeID 12345 > < / EmployeeID >

    < original > t < / initials >

    John < name > < / LastName >

    DOE < FirstName > < / name >

    < / employee >

    < address >

    < > 12345 as WorkPhone < / as WorkPhone >

    < WorkAddress > test 234 < / WorkAddress >

    < / address >

    < / Empsch >

    < / EMP >

    Thank you

    Fabien Tambisetty

    I managed to solve it by using left outer joins, and in referring to the structure of the table of the XSD

  • With respect to the loading of the XML file

    Hello Expert,

    I have a question about loading XML using ODI, actually I am new in ODI. I need to load a sample file is given below. While trying to configure the physical connection, it throws an exception that is:

    1 ODI-40844: could not generate the DTD because the file could not be created. Make sure you have write permissions in the directory. (If I select Agent Local)

    or

    2 SAXException: ODI-40786: prefix not found: {0} xsi (if I select the autonomous agent only).

    I need to load the information in tables oracle as the row column data. Let me also know how to generate the DTD XML file to use in ODI.

    Setting that I used for the above error message:

    JDBC driver: com.sunopsis.jdbc.driver.xml.SnpsXmlDriver

    JDBC URL: jdbc:snps:xml?f=/u03/udc/Assoc_PLDB_2015-08-19_0143-08_19_2015-03_45_00.xml

    and the example file is (total file size is nearly 4 GB and contains several files):

    file 1:

    " < operator xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance 'xsi:noNamespaceSchemaLocation="./xml/Iden_0_2015-08-18_0006-schema.xsd' >

    < organizational unit = 'identities' value >

    < dc value = "IMSI" >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    < structuralObjectClass > CUDBdcObject < / structuralObjectClass >

    < /DC >

    < dc value = "MSISDN" >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    < structuralObjectClass > CUDBdcObject < / structuralObjectClass >

    < /DC >

    < dc value = "imsi" >

    < value IMSI = "418400100020119" >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < objectClass > < / objectClass >

    < entryDS > 0 < / entryDS >

    < aliasedObjectName > mscId = aaaaaaa001aaaaaaa418400100020119, ou = multiSCs, dc = kor < / aliasedObjectName >

    < / IMSI >

    < value MSISDN = "9647503210441" >

    < serv value = "DSP" >

    < aliasedObjectName > serv = CSPS, assocId = dd910994c7e447baa9cd5cc90f565a51, OU = associations, dc = kor < / aliasedObjectName >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < / serv >

    < serv value = "IMS" >

    < aliasedObjectName > serv = IMS, mscId = aaaaaaa001aaaaaaa418400108041546, or = multiSCs, dc = kor < / aliasedObjectName >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < / serv >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    organizationalUnit < structuralObjectClass > < / structuralObjectClass >

    < / MSISDN >

    < value MSISDN = "9647503227807" >

    < serv value = "DSP" >

    < aliasedObjectName > serv = CSPS, assocId = 0b6c78a0328e4c708e818fc780923970, OU = associations, dc = kor < / aliasedObjectName >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < / serv >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    organizationalUnit < structuralObjectClass > < / structuralObjectClass >

    < / MSISDN >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    < structuralObjectClass > CUDBdcObject < / structuralObjectClass >

    < /DC >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    organizationalUnit < structuralObjectClass > < / structuralObjectClass >

    < /or >

    < / operator >

    Please tell us how can I start to load the xml in the ODI directory files. I'd also appreciate it if you can gimme the links or documents to read and understand how to load xml. I tried oracle site and the steps does not work in ODI.

    Sincere greetings,

    Lili.

    Hi 860031,

    Try:

    JDBC URL: jdbc:snps:xml?f=/u03/udc/Assoc_PLDB_2015-08-19_0143-08_19_2015-03_45_00.xml& s = OPERA & re = operator

    Physical schema:

    Schema: OPERA

    Scheme of work: OPERA

  • ODI, working with the XML source file

    Hi ODI Experts.

    I work in an ODI project for which source is an XML file and the target is Oracle table.
    I am able to reverse engineer the source XML model by placing the XML file on the local DRIVE.
    I created the interface and made the map with the target.
    During execution of the interface, the insert is peroperly happening.

    In a real scenario, my XML file should be placed in a local SERVER (and not in the local drives).
    If that I could go back, I've done the JDBC to point to the directory on the server (instead of local disk path).

    When I run the interface she inserts the same set of records that have been placed in the previous step, the latest data from file.
    I tried to delete the file in both server and local drive, and the interface is represented.
    Then it was also inserted the same set of data (instead of giving error file not present in the path).

    Not sure where it takes the file and insert the data.

    Any valuable contribution on this would help a lot.

    I think what is happening here is that ODI retrieves the data stored in the XML schema when running the interface again.

    Try truncating the XML schema before running the interface that loads data into the table, order below, this can be understood as a procedural step before calling the interface.

    B.4.11 TRUNCATION SCHEME
    Clears all data current schema, or .

    TRUNCATE the SCHEMA []

    http://docs.Oracle.com/CD/E17904_01/integrate.1111/e12644/appendix_xml_driver.htm#CHDEEGHJ

    I hope this helps.

    Kind regards
    Rickson Lewis

  • loading the XML data in password protected URLs

    Using Flash Professional 8...

    I have an application that loads the XML data in remote servers.

    It works fine, except that the company provide me with the data decided to protect their files. It seems they use IIS or .htaccess protection of password for the style.

    I have a valid user name and password, but I do not know how to integrate those when calling the URL to authenticate.

    I think I need to use loadVars objects, but I've not been able to find examples where people use this method for this style of security. I see most of the examples deal with submit a name of user and password on a URL and then receive a response.
    The security of this type does not follow this pattern. The URL is blocked unless a name of user and password is entered in a box even before see pages.

    LoadVars to use for this?

    If Yes, are there an example or something that I can see?

    If this is not the case, how Flash authenticates this style of security?

    This seems like a fairly standard issue, and I am puzzled that I can't yet find other examples. Am I stupid?

    Thank you
    Joe

    Maybe it helps.
    http://www.martijndevisser.com/blog/article/using-HTTP-authorization-headers

  • How can I load or restore my original profile due to the absence of issue of the original rights of Windows?

    How can I load or restore my original profile due to the absence of issue of the original rights of Windows? My XP version is original and can not finish loading registry.

    Hi, route 66 Rock band,

    In addition to that suggested the PML, try this:

    Error message: "Windows cannot load the locally stored profile".

    http://support.Microsoft.com/kb/812339

  • Load the XML file into Oracle external Table


    I load the data from the XML file into an intermediate table Oracle using external Tables.

    Let's say below, it is my XML file

    < header >
    < A_CNT > 10 < / A_CNT >
    < E_CNT > 10 < / E_CNT >
    < AF_CNT > 10 < / AF_CNT >
    < / header >
    < student >
    <>students-details
    < Student_info >
    < Single_Info >
    < ID > 18 / < ID >
    New York < City > < / City >
    < country > United States < / country >
    < Name_lst >
    < Student_name >
    Samuel < name > < / name >
    Paul < Last_name > < / Last_name >
    < DOB > 19871208 < / DOB >
    Aware of < RecordStatus > < / RecordStatus >
    < / Student_name >
    < Student_name >
    Samuel < name > < / name >
    Paul < Last_name > < / Last_name >
    < DOB > 19871208 < / DOB >

    < TerminationDt > 20050812 < / TerminationDt >
    History of < RecordStatus > < / RecordStatus >
    < / Student_name >
    < / Name_lst >
    < Personal_Info >
    <>men < / Type >
    < 27 > < / Age >
    < / Personal_Info >
    < / Single_Info >
    < / Student_info >

    < student - register >
    class < A >
    < info >
    < detail >
    < ID student > 18 < / student >
    EE < major > < / Major >
    < course-Grades >
    < course > VLSI < / course >
    < degree > 3.0 < / Grade >
    < / course-Grades >
    < course-Grades >
    < course > nanotechnology < / course >
    < degree > 4.0 < / Grade >
    < / course-Grades >
    < / details >
    < detail >
    < ID student > 18 < / student >
    THIS < major > < / Major >
    < / details >
    < / info >
    class < A >
    < Student_Enrol >
    <>students-details
    < student >

    I load this XML data file into a single table using an external Table. Could someone help me please with coding.

    Thank you

    Reva

    Could you please help me how to insert my XML content into that.

    Same as before, try a plain old INSERT:

    insert into xml_pecos

    values)

    XmlType (bfilename ('XML_DIR', "test.xml"), nls_charset_id ('AL32UTF8'))

    );

    But you'll probably hit the same limitation as with the binary XMLType table.

    In this case, you can use FTP to load the file as a resource in the XML DB repository.

    If the XML schema has been registered with the hierarchy enabled then the file will be automatically inserted into the table.

    Could you post the exact statement that you used to save the scheme?

    In the meantime, you can also read this article, I did a few years ago, it covers the XML DB features that may be useful here, including details on how to load the file via FTP:

    https://odieweblog.WordPress.com/2011/11/23/Oracle-XML-DB-a-practical-example/

    And documentation of the course: http://docs.oracle.com/cd/E11882_01/appdev.112/e23094/xdb06stt.htm#ADXDB4672

  • Load the XML data to the UNIX server directly to Tables of database relational

    Is there a way I can load some data from an XML file in the Oracle Tables, without going through the input file XML in a directory of the Oracle server. My XML file resides on the UNIX application server. And I need to load the data directly into database tables. Without load them into the database directory.


    Also, I'm looking for a solution that would not load my database much and affect other processes running. Can be done using SQL Loader?


    Oracle database version: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    Thanks for the companions of answers!

    There I helped to learn a lot of options.

    But the easiest using UNIX server that worked for me was to use an XSLT transformation to convert the XML file to a delimited file. (Load the unix server, save the Oracle resources).

    UNIX 'xsltproc' feature was not a bad option.

    Then use SQL Loader to load into tables.

    Bravo!

    Rahul

Maybe you are looking for