Does Streams work with CLOB or not

Hi,
Reading the documentation it tells me streams works with CLOB's. So I tried it out and it failed with an unsupported datatype error. I'm using a standard charset (WE8ISO8859P15). So does it work with this charset or not???? (well in may case not :-) It's not really clear to me what charsets are supported.
Thanks,
Steve.

Did you try to replicate whole table with CLOB column in it? It should works..

Similar Messages

  • XPath query works with CLOB but not with object relational

    hi all
    i have the following queries,the XQuery work with all, but XPath queries work with XMLType CLOB and Binary XML, but they do not work with XMLType as Object relational,
    select extract (object_value,'movies/directorfilms/films/film [studios/studio = "Gaumont"]')
    from xorm;
    select extract (object_value,'movies/directorfilms[director/dirname = "L.Cohen"]/films/film[position()=2]/t')
    from xorm;
    they shows this message
    ORA-00932: inconsistent datatypes: expectd SYSTEM.name683_COLL got CHAR
    thanks

    Hi Marco
    fisrt here is my RO
    BEGIN
    DBMS_XMLSCHEMA.registerSchema(
    SCHEMAURL=>'http://......../ORMovies.xsd',
    SCHEMADOC=>bfilename('DB','Movies.xsd'),
    LOCAL =>false,
    GENTYPES=>true,
    GENTABLES=>FALSE,
    CSID=>nls_charset_id('AL32UTF8'));
    END;
    create table XORM of xmltype
    xmltype store as object relational
    XMLSCHEMA "http://......../ORMovies.xsd"
    ELEMENT "movies";
    INSERT INTO XORM
    VALUES(XMLType(BFILENAME('DB','ORMovies.xml'),nls_charset_id('AL32UTF8')));
    here the XQuery format that work fine with the OR
    A/D
    select XMLQuery ('for $a in movies/directorfilms/films/film
              where $a/studios/studio = "Gaumont"
              return $a'
         passing object_value
         returning CONTENT)"TitleX"
    from xorm;
    child element query
    select XMLQuery ('for $a in movies/directorfilms/director[dirname = "Feyder"]
              let $b:=$a/../films/film[position()=2]
              return $b/t'
         passing object_value
         returning CONTENT)"TitleX"
    from xorm;
    here is the XPath format which doesn't work
    select extract (object_value,'movies/directorfilms/films/film [studios/studio = "Gaumont"]')
    from xorm;
    select extract (object_value,'movies/directorfilms[director/dirname = "Feyder"]/films/film[position()=2]/t')
    from xorm;
    by the way all queries work fine with the CLOB or Binary XML
    many thanx Marco

  • I have an iphone 4s with ios7. Does it work with 4g? If not what i can do to upgrade it?

    I have an iphone 4s with ios7. Does it work with 4g? If not what i can do to upgrade it?

    The version of iOS is irrelevant to 4G connectivity.
    The iPhone 4S supports HSPA which is considered 4G by some carriers, it is NOT an LTE capable device.
    If you want a device that supports LTE, you will need to upgrade to an iPhone 5 or newer.  LTE capability requires hardware that does not exist in the 4S or older iPhones.

  • Does McAfee siteadvisor work with Firefox - if not, why not?

    does McAfee siteadvisor work with Firefox - if not, why not? Is there a way to make it work?

    No, it is blocklisted by Mozilla due to that Site Advisor extension being the #2 cause of crashing the Firefox 5.0 betas. McAfee was notified of the problem long before that extension was added to the blocklist. Now it is up to them to fix it. <br /> https://addons.mozilla.org/en-US/firefox/blocked/
    I have read that McAfee is working on a re-written version that is projected to be available in the 3rd week of July.

  • HT4759 Does iCloud work with Windows 8?  If not, when is it anticipated to be added?

    Does iCloud work with Windows 8?  If not, when is it anticipated that it will?  I want to sinc Microsoft Outlook between my computer and SmartPhone.

    iCloud is not currently supported on Win 8, some have got it to work but many have not, I would wait until it is supported.

  • HT5463 Does alarm work with do not disturb??

    Does alarm work with do not disturb??

    https://discussions.apple.com/message/21256836#21256836
    From the  More Like This  section on the right

  • Airtunes works with music but not with tv show

    I have an AE wired to my to my A/V receiver and I play itunes music wirelessly thru the AE and it works fine. Problem: I downloaded a TV show and the audio will not stream via the AE and will only play thru the computer. The video works fine fine in both cases as I have it hooked to my TV via my A/V receiver from my Macbook display port. I am running itunes 8.1 and my AE is on firmware version 7.4.1.
    Anyone know why the songs audio works and the tv show audio does not?

    Thanks for that fast and definitely a fix at this time. It also works with internet radio, not just the iTunes radio stations. Now my wife will be able to listen to KFOG from San Francisco and I can actually hear my movies, since I am using a MacBook and it is just not loud enough.
    Thanks Again Andy.
    I love these forums.

  • Problems While Working With CLOB fields

    HI Friends,
    I am facing one big problem while working with CLOB fields. I work in crystal reports in my project and My team is works in BMC Remedy tool. As per database configuration by default the date fields are stored in numbers. There is a field named Work Log which stores the complete history information of a ticket or a call.
    While generating reports I convert the date fields from numbers into date values by using to_date function. But I am not able to change the dates mentioned in the worklog which is a CLOB field. As a result when I am generating reports text part of the work log is comming fine but the date fields are comming in numbers.
    Please refer the below example:-
    *1291012455anilkumarptesting*
    Full Name:
    PRG Name - EUC-APP PKGN1291012585anilkumarptesting
    Full Name:
    PRG Name - EUC-APP PKGN1291012631anilkumarptest
    Full Name:
    PRG Name - EUC-APP PKGN1291207510anilkumarpfd
    Full Name: Anil Kumar Pantangi
    PRG Name - Prod_Ops1291207535anilkumarpf
    Full Name: Anil Kumar Pantangi
    PRG Name - Prod_Ops
    Assignment notification disabled for this transaction1291212517kapilbasd
    Full Name: Anil Kumar Pantangi
    PRG Name - Prod_Ops
    See the first line of the worklog "1291012455anilkumarptesting", 1291012455 is referring a date value, but due to database configuration it's comming in number. All the other numbers in the above text are dates only which need's to be converted. These dates are captured in remedy tool when someone updates that ticket.
    I am not able to decide how to change this numbers into dates. As it is containing lot's of numbers i am really confused how to come with a solution.
    Can I expect a solution from you, atleast a way how to proceed resolving this problem. Should I have to write a procedure for this??
    Please help..........
    Kindly let me know if you need any more input.
    Regards,
    Arijit

    937670 wrote:
    1291012455 represents a date value,What date value does it represent? Since it's not obvious to us what date you want that converted into, it's obviously hard for us to help. For example, perhaps you want that to be Jan 29, 2010 with "12455" representing a time component in some non-obvious format. Perhaps you want that to be December 1991 at 1:24:55. Perhaps you want to convert it to a completely different date. You're going to need to tell us in words how to convert your numeric data into a date.
    My question is how can I convert all the numbers into date in the CLOB field and present it in a proper manner.Given your sample data, what do you expect the output to be? Do you expect many rows of data, one for every date in the CLOB? Do you expect a comma-separated list? Something else?
    Justin

  • Does AirPlay work with AirPort Extreme?

    Does AirPlay work with AirPort Extreme?

    The AirPort Extreme does allow AirPlay to "pass-through" but it does NOT support receiving AirPlay streams to be played back through powered speakers or an audio receiver as it does not have any built-in audio circuitry like the AirPort Express models.

  • Apple A/V adapter does't work with SONY TV

    I connected my iPad 2 to a newer SONY TV using Apple's A/V 30 pin connector via HDMI and the TV does not see a signal.

    Did it work before?  Does it work with a different TV/projector?  Did it work with ios 7.x?
    Anyway,  with the introduction of ios 8.x, apple stopped supporting older a/v cables.  You need to get the latest a/v cable with the correct firmware.  There is a little chip in the a/v cable. 
    go to the apple store.  Buy a new cable.  Verify the cable works in the store.
    Robert

  • Does it work with windows xp

    does it work with windows xp

    Another consideration for you now is that MS has officially dropped support for XP.  You will get no more secirity patches or stability patches.
    I am not telling you that you must abandon XP, just reporting a fact.
    Good luck with your issue.

  • Does SIRI work with Ipad 3

    Does Siri work with Ipad 3

    Apple Support Communities Terms of Use
    2. Submissions
    Stay on topic. Apple Support Communities is here to help people use Apple products and technologies more effectively. Unless otherwise noted, do not add Submissions about nontechnical topics, including:
    Speculations or rumors about unannounced products.
    Discussions of Apple policies or procedures or speculation on Apple decisions.

  • Power Sim  - Does it work with Integrated Planning (IP)

    PowerSim currently promotes itself as being able to perform superior simulations on SEM-BPS. With BI7.0, we have the option of using Integrated Planning (IP) or BW-BPS. Following are my questions:
         1.  Does PowerSim work with IP?
         2.  Does PowerSim work with BW-BPS in addition to SEM-BPS?  Assuming  yes, what are the differences / challenges (if any) using BW-BPS in a BI7.0 as opposed to going against SEM-BPS?
         3.  Does BI7 have any "out of the box" advanced simulation capabilities that are "close" to what PowerSim provides.
         4.  Given SAP's recent strategic investments of Outlook Soft / Pilot / Acorn, the assumption is that these will integrate into the BI platform over the next year +.  Does anybody know if any of these tools provide similar simulation capabilities to PowerSim and/or what SAP's timing is to integrate / ramp-up?
    Thanks

    Hi Richard,
    1) Unlike in previous versions of SEM-BPS. there's no special support for PowerSim in BI-IP. Please check with PowerSim vendor what kind of standard SAP interfaces they support (to read from/write data to BI).
    2) Yes, when it comes to PowerSime BW-BPS is no different to SEM-BPS. You cna use BW-BPS just like SEM-BPS (some limitations are the financial planning functions). For more information please see the BI FAQ at http://service.sap.com/bifaq.
    3) No.
    4) No. PowerSim provides specialized capabilities which are not included in that form in the products listed by you. Please check with PowerSim what capabilities they provide in connection with SAP NetWeaver BI 7.0
    Regards,
    Marc
    SAP NetWeaver RIG

  • Dm4-1060us laptop SD Card Reader 5-in-1 question. Does it work with SDHC and SDXC memory cards?

    dm4-1060us laptop SD Card Reader 5-in-1 question. Does it work with SDHC and SDXC memory cards?

    This cart reader is a kind of multi card reader and you can use different cards with it. In my opinion every multi device should be used very, but very gently. I do not know what happened exactly in your case but maybe you have damaged something inside.
    Try to restart your notebook and use other SD card to check if everything works well. Please do it very gently and if you see something is wrong stop with inserting the card.
    I use 1 GB SD card on my A200 without any problems.
    In my opinion you should check notebook by technician.
    Bye and good luck!

  • Lightroom : does it work with 2 intern HD's in mirror

    Lightroom : does it work with 2 intern data  HD's in mirror with the name for exemple H:\                 Because Windows see dis 2 intern HD's as 1 volume(1 piece)
    and Lightroom is standard installed on  C:\ Programfiles\Adobe\Adobe Photoshop Lightroom ..
    and the libary is standard placet in on   C:\ Documents and Settings\Jan\My documents\ my pictures(mijn afbeeldingen)\Lightroom\ Lightroom ... Catalog.lrcat
                                                                                                                                                                                                \ Backups LTR...
                                                                                                                                                                                                 \Lightroom .. Catalog Previews.lrdata
    Note: "Jan" is not my real first name

    I assume you mean if you can use an internal hard disk in mirrored RAID setup?
    Yes, you can, but LR will see only one of the RAID disks. Otherwise you would have redundant images in your catalog. If one disk fails, you would update the folder location to the other RAID disk.
    Provided the RAID controller still works....
    I had this desaster once when the RAID controller died together with one disk. It was hell of an effort to get the remaining disk readable, because it insists on its RAID controller.
    So do not mistake this setup as your only backup solution.
    Cornelia

Maybe you are looking for