Does anyone can help me to import XML string into a ORACLE database

Hi guys!
i have some problem that my friend wants me to convert XML string to Oracle relational database which means.
let's say, there is a table that a row has XML string.
so table has XML string with varchar type.
what my friend want me to do is, the string needs to be solved as a relational database.
like
A table has 'ID', 'data', 'result' rows
and Data column has XML string like <?xml version...............>
then wants to convert that data column's XML data into TABLE B with structure normally XML has.
i'm so confused and have no idea at all.. also i couldn't find any solution related to my stuff..
if someone knows how to solve the problem, just let us know
thx

The database is 10.2.0
What sort of example do u want me to give you..
i thought i give all information on the post..
i will explain it
let's say there are 3 columns ID,Name,Code
Id = normal integer
Name= varchar
Code= varchar
and i need to conver that XML in the Code column into relational databases
the code column has normal XML code which is starting from <?xml version.... and so on
so does it explain?
please help me!

Similar Messages

  • I was updating my iphone ios suddenly battery was drain and itunes logo appears, how can i recover my file back? does anyone can help me...

    i was updating my iphone ios suddenly battery was drain and itunes logo appears, how can i recover my file back? does anyone can help me...

    Was your phone jailbroken?

  • Hi, I cannot be heard when iam on the phone? Does anyone can help me?

    Hi, I cannot be heard when iam on the phone? Does anyone can help me?

    Thank you for the feedback.  I still cannot locate the actual Audio file to listen to the book though.  I can look on my iPhone and see that it says the book is downloaded but I cannot find it anywhere on the actual phone.  I can listen to the Audiobook from my computer, but can't see it anywhere on my iPhone, which is where I really need it.  When I plug in my old iPhone 4, it is still listed and I can listen to it. 
    It is not listed under Music, TV Shows, Movies, Audiobooks, Tones, Purchased or Downloads. 
    Screenshot from new iPhone 5. It says the Audiobook is downloaded.
    Screenshot from old iPhone 4: (This is how I used to listed to my Audiobook before I upgraded to iPhone 5)
    Once I clicked on "Purchased" on the iPhone 4...my Audio files are listed and I could click on them and play. 
    (iPhone 4 screenshot)
    Now when I try to go to the same screen on my new iPhone 5, the Purchased button doesn't exist on my Downloads screen and I can't seem to locate the actual Audio Files anywhere, although the phone says they are downloaded and the iTunes App on my PC states that they synched to the phone.  Any help would be greatly appreciated. 
    New iPhone 5 screenshot of same  screen but without the "purchased" button.

  • Does anyone can help me with Typical issues to deal with when rolling out ERP in Japan?

    Does anyone can help me with Typical issues to deal with when rolling out ERP in Japan?

    If it were me I would schedule an appointment at the store where you bought it and meet with the Manager of the store in person. Print this post and bring it with you along with your iMac.
    And change the password on your Apple ID and then see if there are in purchases in your account that you did not make. If there are then someone did get your ID and password. If not someone got your Credit Card information from somewhere and used it.

  • Load XML data into an Oracle Database

    Hi
    I would like to know how to load data from XML into an Oracle Database. Thanks

    forum has many examples
    plz search for your needs
    as example
    XML DB FAQ
    Re: I want insert data from xml file
    Re: How to load a XML file into a table using PL/SQL
    Process multiple XML files in directory
    using DBMS_LOB.LOADCLOBFROMFILE

  • TS1702 i can't open all apps that i manually installed. when i try to open one, it asks me to log in to my apple account and when i do it, it says that my apple id or password is incorrect. does anyone can help me to fix this problem?

    i upgrade my 3gs to os 6.1 but starting then all my manually installed apps does work and every time I open them, it asks me to log in to my apple account but responds that my password is incorrect. I tried to change my password but i never received the confirmation email. Does anyone know how to fix this?

    Hi,
    iChat (it would help to know which version) can accept Apple IDs as valid AIM Screen Names.
    However if you have iChat 5 or earlier you cannot use ones ending in @me.com or @icloud.com issued by iCloud. (they can be used in iChat 6 or Messages as these versions make a double login to AIM and Apple to allow the use of the password).
    In addition if you are using an Apple ID for an AIM Screen Name the password still needs to keep to the 16 character limit that AIM has.
    AN @mac.com name can be used on any version of iChat  (Until the 30th June 2014)
    As it does not need a double check with Apple you can use it to log in to the AIM Web pages
    Login here with an AIM Name registered at AIM or and @mac.com name and see if you get any suspended account messages.
    Sometimes account can be suspended. Usually because something has triggered the "Unusual Activity" item.
    About a year ago many @mac.com users that travelled out of their own country found themselves suspended when they got home.
    If the Name checks out of if an Apple ID the password in known to be 16 characters or Less then do this:-
    In Lion upwards open a Finder Window and use the Go Menu whilst holding down the ALT key.
    Select the Library that appears in the menu list.
    Navigate to Preferences.
    (If you have version earlier than Lion the just navigate to ~/Library/Preferences (that's the Library in you Home - Little House icon - folder)
    Fnd com.apple.ichat.aim.plist (even if you are using Messages)
    Drag the file to the Trash and Restart the app.
    7:39 pm      Thursday; May 29, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Help: How to parse XML string into Node Context

    Hi Experts,
    I am trying to work with a web dynpro for java application which calls a Web Service. I can call the web service successfully, however I have a problem on interpreting the response result into table. The response result is in (XML) string format, like this:
    I followed this , but it resulted to an error:
    com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Name expected: 0x20(:main:, row:158, col:59)(:main:, row=158, col=59) -> com.sap.engine.lib.xml.parser.ParserException: Name expected: 0x20(:main:, row:158, col:59)
    do anyone of you had a similar experience and were able to resolve it, please post it here. it will be highly appreciated. thanks in advance.

    Try this :
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    DocumentBuilder db = dbf.newDocumentBuilder();
    Document doc = db.parse(new org.xml.sax.InputSource(new StringReader(strXml)));Hope this helps.

  • How to import a schema into the Oracle Database -

    Hi
    I have downloaded schema (spatial MVDemo schema) from oracle. To implement a functionality in obiee 11g i need to import the downloaded schema in to Oracle database.
    some one please give me step by step commands to acheve the same by using sql plus.
    Please let me know if you need any information.
    TIA.
    Regards

    Pl post exact OS and database versions, along with a link to where you downloaded this demo from. Did that link not provide any details on how to import ?
    HTH
    Srini

  • Does anyone can help me? i (my mom) cant remember her icloud password and she didnt submitted the right birthdate when she created that account, so i restored her iphone5s and now it looks a little useless

    so yeah, everyone told me that it is a lost cause, but my mom is kinda old and stuff i really try to help her but i couldnt, and theres no way now even if she would remember the password bcos now is locked
    would appreciate some help ples

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact Apple ID Support, upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    You will need to show patience with the procedure and be prepared to demonstrate without question that the account belongs to you. Don’t expect access to be restored immediately and if you aren’t the owner of the Apple ID registered to the device the account won’t be reset.
    This is answer is provided from my own database of boilerplate responses and the content was last reviewed and/or tested on: 2014/12/18

  • Hi, using iphoto 6, i suddenly lost albums: they are still in the directory, but no pictures in some albums.Using finder, I can locate the pictures and even get preview. But impossible to import them. Anyone can help? thanks

    Hi, using iphoto 6, i suddenly lost albums: they are still in the directory, but no pictures in some albums.Using finder, I can locate the pictures and even get preview. But impossible to import them. Anyone can help? thanks

    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 6* library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

  • TS1702 GarageBand does not appear as purchased. I still have my receipt/order number when I purchased it. Anyone can help?

    When I try to check the applications in Purchased, GarageBand does not appear even though I purchased it before.
    I also have the receipt number and order number for that transaction.
    Anyone can help?

    There is a very helpful reply already posted:
    http://community.skype.com/t5/Skype-Number/Want-to-set-up-your-Online-Number-as-Caller-ID-go-here/m-...
    the short answer is that you need to set up your Skype Number in the Caller ID feature - it's free.

  • I have iphone 5 and when i connect it to my Sony S series laptop it does,t show any conectivity and does,t charge the mobile. there is no topic in user mannual as well. anyone can help me please????

    i have iphone 5 and when i connect it to my Sony S series laptop it does,t show any conectivity and does,t charge the mobile. there is no topic in user mannual as well. anyone can help me please????

    Make sure that it is connected to a USB 2.0 port and not a USB 1.1 as 1.1 will not provide power for connectivity.
    Try it in a different USB port and see if it works

  • Hello, I can not reset Iphone 3gs, I tried few times, but I only get a cable on the screen with Itunes icon. and Itunes does not see it. anyone can help me?

    hello, I can not reset Iphone 3gs, I tried few times, but I only get a cable on the screen with Itunes icon. and Itunes does not see it. anyone can help me?

    You may need to put the iPad in recovery mode to restore it.
    http://support.apple.com/kb/HT1808

  • So I just dowloaded Photoshop and I never got it. I dont know if im doing something wrong or anything. It say that i purchased it so if anyone can help me that would be great :D

    So I just dowloaded Photoshop and I never got it. I dont know if im doing something wrong or anything. It say that i purchased it so if anyone can help me that would be great

    That link want to launch an Adobe download manager.  That may not be working on your machine for some reason.  Try using this link to download the direct installer.  BE SURE TO READ AND FOLLOW THE DOWNLOAD INSTRUCTIONS else you will be DENIED ACCESS  Adobe CC 2014 Direct Download Links: Creative Cloud 2014 Release | ProDesignTools

  • I have misplaced my ipod 4th gen. It has no battery or find my ipod isn't on I'm not 100% it doesn't have wifi but I don't think it does. If anyone can help I will be very great full. Thank you.

    I have misplaced my ipod 4th gen. It has no battery or find my ipod isn't on I'm not 100% it doesn't have wifi but I don't think it does. If anyone can help I will be very great full. Thank you.

    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

Maybe you are looking for

  • Cannot place order ERROR: "There was a problem adding your product to cart"

    Hey guys, Well, once again Best Buy's online system is preventing me from making an order. It seems like nearly every time I log in I experience some new problem. This time, I'm unable to add anything to my cart. It doesn't matter what item I try to

  • My number is not showing for iMessage only my email why?

    IiMessage is sending from my email? How do switch it back to my number? in the settings>message>send and receive it's not showing my number...so any other solutions?

  • Mouse jumps around when power cord is in use not battery.

    hi, i am using a 3rd party cord, apple says to use an apple cord. i dont like them because they are to short and to expensive. plus my dad has a ibook g4 with the apple cord and it does the same thing on mine.

  • Differences between 10g and 11g

    Greetings to all, I am a student who was directed to this site to download Oracle 11g express edition release 2 and Oracle SQL developer 3.1 for class. However, I found only the 10g express edition to be compatible with my OS. I was told I could prob

  • Keeping a batch inut session

    Hi ABAPers, I am trying to use Direct input method for Customer master upload. how will we keep the session after we processed it. the session data structure fields are not showing up in the field mapping. could any body help on this please Thanks in