Please advise the way forward

My requirements are quite straightforward.
1. I want to store XML documents in the database as unstructured/LOB. I want to store other information about the documents so I am thinking of having a traditional relational data model, that contains an XMLType column all created manually.
2. I want to be able to browse the documents in the database (contained in the XMLType column of the manually created table) using HTTP (via web browser)
3. I want to be able to access the documents programmatically using HTTP
Questions
1. Given this scenario, do I need to register a schema? ( I think not)
2. How does one go about tying an XML DB Repository resource to the XMLType column in the relational data model?

if you want to use the XML DB HTTP server to acccess the content of the XML documents then
1. Fundamentally only content in an XMLType table or XMLType view can be associated with a resource. The reason for this is that a REF XMLType is used internally to track which document goes with which resource and a REF can only point at an object table.
Documents stored in an XMLType column in a relational table cannot (easily) be associated with a resource. You can get around this to some extent by having an XMLType view that exposes the each XMLType column in the relational table as an row in an XMLType view but this is messy.
2. If you want to insert or update via FTP / WebDAV you will need an XML Schema. The repository uses the SchemaLocation information to determine which underlying table should be updated when operations take place on the repository.
If the HTTP access is read only you will not need an XML Schema but you will have to use DBMS_XDB.CREATERESOUCE to create the resources in the repository. You will need to supply a REF XMLType that points to the correct row in the underlying table or view when creating the resource.
3. Have you considered using the Schema Based Metadata feature to the additional information about the documents you are managing. This basically allows the other information to be tracked as additional metadata associated with the resource. Basically you can define one (or more) XML Schemas that define the metadata you need to track and then you can associate content in the metadata tables with the documents in the repository. This has the nice side effect (from your perspective if you are still thinking of using SLIDE) that the metadata should be available via PROPFIND operatiions.
1. The documents will need to be accessable via the XML DB repository unless you want to restrict yourself to using the DBURI Servlet.

Similar Messages

  • 24 hours so far downloading Lion and no end in sight. Is this really the way forward?

    Here in the UK a lot of us have fairly pathetic download speeds, so I ask Apple is this really the way forward?

    Same for me - started 20.July about 7pm in germany with VDSL capable of 2.5MB/s
    Download Started well soon but dropped to about 300KB/s. Stopped and went to bed at about 10pm.
    Resumed at 21. July at 7am - between 100KB/s and 300 KB/s for about 90min. Stopped and got to work.
    Resumed now at about 2:30p.m. lying between 50KB/s and 100KB/s :-(

  • HT1665 Please advise the cost of a car charger for my iPhone 5

    Please advise the cost/availability for amy iPhone 5

    You can do this all by yourself.
    Find a car charger for the iphone 5 - you can use the internet to do so, then look at the price
    Click Store at the top of this page to look at the Apple Store if you like

  • N900 Is it the way forward?

    I've just recieved the N900 (UK on Vodafone) but straight away i've come across and error which means it's going back for a replacement handset - although Vodafone currently struggling to have the N900 in stock!  The error is "internal error closing app".  My concern now is reading lots of blogs i'm currently concerned that the N900 is not yet ready for the market and perhaps should be looking for something else.
    Is the phone the way forward?

    I've had my N900 for just over a month now and I would gladly recomend it to anyone. The comunity that has developed with maemo has moved onto the maemo 5 operating system and with them comes years of knowledge of the system, greater than any phone/computer manufacturer would be able to provide to the general user.
        As a result of the open source nature of the device i can download apps like 'comix' for free rather than paying nearly a tenner for one that comes with much less useability on the iphone. The full web browser also entitles me to get last fm on the go for nothing, rather than having to create a permium account for the right to listen on the go.
       The largely scientifc user base for linux means that rather than a large selection of apps that are just for recreational use, alot of useful programs get ported. Graphical calculators, Periodic tables & Planispheres are just a few that I have used greatfuly.
        The file management system is also very user friendly, alowing me to create folders and move items with ease, even though i only have one button to do it with.
        So to anyone thinking of getting this phone I would say do it. As a phone it works better than any other phone out there, because it has skype & google talk built in and is always connected. And what is a phone except a device for people to contact you on. As a internet tablet it is getting there. It can be used with ease to find out anything on the web, and I have yet to come across a web page that dose not load as it loads on my home pc, if a few seconds slower. The firefox web browser also comes with add ons that can gather location specific information (e.g. coffee houses and petrol).As a portable gameing machine, well take your pick from the entire back catalog of nes, snes and dos games. As a hacker tablet it already has software to crack wireless encription available to everyone, but you have to be comfortable with xterminal and everything else a hacker should know to use it.
        All this and it has only been on general sale in the uk for just over a month. Sorry if i come off as a fan boy, but I can't see what comes next in functionality. Nokia have got it so right with this device that i can see it sticking around for a long time, even if the os changes.

  • Is Creator + JSF the way forward ?

    Hi
    First post to forum ...
    Is Creator + JSF the way forward, or would you use some else for a new project ?
    I have developed a number of small sized web apps. Typically < 20 jsps + supporting classes for db access, all using a simple hard coded MVC servlet scheme.
    However I have become accutely aware that while this is fine for small stuff, it does not provide any short cuts for saving development time and probably does not scale all that well either.
    Hence I am looking for a single technology to speed up design/coding, and I want to move up a level in terms of professional best practice for java web app development.
    Two attractive technologies appear to be Struts and JSF. My current preference is for JSF over Struts, almost entirely because Creator "looks" like such a good IDE for rapid devel. Is this a good enough reason for going with JSF, or should I look again at Struts or another IDE.
    Also I have noticed that Creator on my win pc is "dog slow" no doubt it needs more memory. But this sort of issue concerns me because I am left wondering what other problems I will run into only after I have spent valuable time on the project. Will I be left thinking that choosing JSF because of Creator was a not such a good idea.
    Finally my next app will a web based custom cms system. I would very much appreciate all of your thoughts based on past experiences on which way I should go for time saving java web app devel. JSF, Struts, Creator, JDev...
    Many thanks
    Paul

    I share your concerns. I'm also new at enterprise java development. I've found, however, that Creator has been an excellent tool for cutting my learning curve in half. It helped me to better understand the relationships between the various java components.
    Having said that, however, I (and others I know) have experienced the frustration with the slow responses and code generation. I presume this is because the IDE may also be written in Java rather than C. It does NOT affect its run time environment when your application is deployed, however. Your application will run great when deployed to a "real" server.
    My only other problem has to do with the jdbc drivers. Some if not all of Creators databinding relies on jdbc method calls. Where I work we use a Sybase database and while Sun and BEA have perfectly fine Sybase jdbc drivers, the folks I work for insist that we use Jconnect and the jdbc Sybase provides. This jdbc is lacking in a number of methods and, when forced to use it, ALL your databinding goes out the window. This means I have to spend just as much time, if not more, writing my own code to populate the Creator objects (specifically table objects) or learning and implementing more tools like Hibernate or whatever. I'm trying to make my life SIMPLER, y'knowwhatamean?
    So while the tool is great, well integrated, well thought out, etc., be carefull of your actual deployment environment.

  • Can anybody please suggest the way i can get all the indexes on a cache

    Can anybody please suggest the way i can get all the indexes on a cache?

    Hi,
    If you want to just see what there is at the moment, the StorageManager mbean IndexInfo attribute shows the toString() representation of the extractor of each index.
    If you want to get it programmatically, you can get hold of it by sending an entry-processor to a key, then casting the entry to BinaryEntry, and calling BinaryEntry.getBackingMapContext().getIndexMap() to get the same Map<ValueExtractor,MapIndex> of indexes which the index aware filters get.
    Best regards,
    Rob

  • I use a registered copy of LR5. I lost my hard drive and need to reinstall it on my new HD. Please advise the correct way to do this.

    I Use a registered copy of LR5.5.  my hard drive has been replaced & I need to know the correct procedure to reinstall it on my new HD.  I should get my PC back within a week.  Can you please provide direction for this?

    Paulewog you can install Lightroom 5.6 by downloading the installation files from Product updates.  Please choose the download appropriate for your operating system.  If you need to locate your serial number then it can be found under your account at http://www.adobe.com/.  You can find more details at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • If a server platform change is the way forward post advice here

    I should think a lot of you have started to investigate the possibility of a move away from Mac OS X in the server room now that the xserves days are numbered, and I'm sure many of you have limited experience of other server platforms.
    Its also pretty clear we are being left on our own to muddle through this.
    So how about we help each other out and discuss our options, if anyone is currently using Windows and Linux servers with Mac clients can you share some of your experience, what do you need to replicate all the services and functions we are used to on Mac OS X server.

    Help> Getting Started is a good starting point, as is Adobe TV - Quick Links to Elements Adobe TV Tutorials.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • PLEASE ADVISE BEST WAY TO HOOK UP AUDIO AND VIDEO TO OLDER TV WITH DVI INPUT

    GOT NEW APPLE TV NEED TO CONVERT HDMI OUTPUT TO HOOK UP TO MY HDTV READY PROJECTION TV WITH DVI INPUT CONNECTOR
    WOULD BE NICE IF YOU COULD JUST  EMAIL APPLE AND OTHER SIMILAR  COMPANIES LIKE MICROSOFT  ETC. SIMPLE QUESTIONS LIKE THIS WITH OUT FILLING OUT FORMS ETC

    Officially DVI is not supported, but may work provided connections are HDCP compliant.
    You will need an HDMI to DVI converter and as DVI does not support audio, a method of playing audio such as using AppleTV optical out instead to something capable of decoding the optical audio.
    This is a user to user forum not an Apple led official support forum by the way.
    AC

  • Please advise the benefit of XI

    Dear Sir,
    Can you advise the benefit of XI ? I need to find the document
    Best regards,
    Vimol

    Hi
    in the market there are lot of integration tools
    like Tibco , Biztalk , Webmethods ..have a look on the following comparison XI vrs all.
    We concluded with the following; BizTalk should be used as the main integration engine between the different system landscapes and ALL external communication, and XI should be used as the integration engine for all data to/from our SAP system landscape. Depending on the integration scenario, we may use both.
    BizTalk will not see any SAP systems, only web services exposed by XI or using IBM MQ depending on an async/sync integration scenario.
    We believe that XI is better with integration from/to SAP, and;
    - In future SAP will deliver out of box integration for the XI system (XI content) for Enterprise Services Architecture
    - Several components in the NetWeaver stack are using XI for communication
    We have a SAP system landscape with several 46C systems (IS/OIL, HR ...) and newer NetWeaver solutions.
    BizTalk ******
    Overall communication between SAP systems and BizTalk depending on the integration scenario and who is the initiator:
    SAP 46C to BizTalk:
    There are no good mechanisms available for sending data from 46C to BizTalk, we are using HTTP_POST with XML payload. Then you must use the iXML library on the SAP side, its ok, but you will spend, in my point of view, too many hours on XML programming that can be generated automatically.
    BizTalk to SAP 46C - Which SAP adapter to use for BizTalk?
    We started with SAP adapter from IWay, but that adapter gave us a lot of problems on the BizTalk server (pretty complex adapter with strange behaviour, and several integration scenarios stopped working for no reason at all (unstable)).
    The SAP adapter from Microsoft is more stable than the previous,
    SAP 640 to/from BizTalk:
    I assume you can use the web service functionality on the SAP side in order to send/receive data, but I don’t know whether 640 support asynchronous web service.
    XI *****
    The communication mechanism between different SAP systems and XI are much better than with BizTalk:
    SAP 46C to XI:
    Configure a sender communication channel with RFC adapter; basically the XI system will be RFC server so the only thing you have to do is to create a RFC port on the 46C system “pointing” to the XI system. In the Abap program, you can do normal function calls with destination (RFC port) AND the RFC call will automatically be translated to XML on the XI side.
    Thus, you can forget all about the iXML library and XML rendering of the payload to HTTP.
    Besides, you can choose to use sRFC, tRFC or even qRFC depending on the integration scenario and whether you want guaranteed delivery.
    XI to SAP 46C:
    More or less same as BizTalk using a SAP adapter, but string and table types are supported.
    SAP 640 to/from XI:
    This is a very nice situation, every 640 has a local integration engine, so the main integration engine (XI) can send/receive XML messages both async/sync. Another advantage is using the SPROXY transaction on the 640 system, generating automatically a proxy class being able to send/receive messages based on a message interface defined in XI (outside-in programming).
    Finally *****
    BizTalk and XI are at a conceptual level identical, two integration engines with the purpose of send/receive, route and do message transformation (mapping) using adapters to different technical systems.
    SAP came late with XI, best integration engine, good enough. And for sure, I think SAP will come with very nice XI content in time (interface mappings between message interfaces – business solutions) which is beyond BizTalk.
    Regds
    Abhishek

  • Factory Unlocked or not - and the way forward..

    Okay, so a few weeks ago I bought two iPhone 5’s while on vacation in Dubai. We moved to the middle east earlier this year and I was aware of certain phones not having facetime on them and all that, so anyway, went to a store and the guy said they were factory unlocked iphone 5’s. Paid the man, went home.
    Yes I should have bought them from the official Apple store and all that but hear me out. This is where my doubts about one of the phone’s being “official factory unlocked” stem from.. The black one, mine, is probably factory unlocked as I can see the cellular data settings and everything. In the white one, my wife’s phone, I can’t see the cellular data settings, and so had to Google the alternative way of setting up the APN, etc. Did it through a website that does it for you, and voila! Data was working just fine for her as well. (btw just to add, her phone says LTE on/off mine says 3G on/off – we live in Bahrain and there’s no 4G for iPhone here anyway as the networks don’t support it).
    My question here now is.. with iOS 7 coming out – will we (more importantly, SHE) be able to upgrade to iOS 7 without having any issues? And more importantly, if the cellular data settings are still blocked, will websites such as unlockit help me get APN settings on iOS7 – or is this affected by which version of iOS you’re using etc.
    These are our first iPhones, and we’re loving them – we could well go and try to get her phone changed because a friend knows the store’s owner. But if there won’t be anything to worry about in the future, should we just chill? It will be a mini-headache sending it through courier and asking him to either give us the money or give us a factory unlocked phone or whatever. In either case, when the hew iPhone comes out we will definitely be pre-ordering and getting it delivered to our London address.
    Any help would be appreciated guys!  
    Expert advice needed please. Thank you for your time!

    Wouldn't have said it if not true
    There is no Apple presence in Bahrain for iPhones ,support is carrier based
    UK number is
    (44) 0844 209 0611
    or maybe 020 8433 4600 ( thanks to saynoto0870 )
    if that helps they may well tell you
    or anther ME state see list here
    http://support.apple.com/kb/HE57

  • Unable to capture DV to FCE, apple support told me a PC is the way forward!

    Hi there
    I recently bought an apple imac with a view to editing DV footage taken previously.
    I had captured some of these tapes on to a PC before buying an imac. These files I was able to edit on FCE and imovie (once I had transferred them from the pc hard drive). HOWEVER although I could control my DV camera through imovie and FCE none of my old DV tapes could be captured to the imac. An error message states that the frame rate is incorrect.
    I have apple care protection and have spent ages trying to get support for this only to be told by apple support that FCE and imovie will not capture my old DV tapes! The support person told me that I should go back to a PC if I want to do the job properly!
    Unfortunately I have just spent thousands on this very nice looking imac (and FCE) that is apparently unable to do the most basic capturing. Does anybody have any ideas (other than going back to pc) for getting my DV footage captured?
    Needles to say I have found all this incredibly frustrating as a new apple user. Are these sorts of issues common to imacs?
    cheers
    rupert

    Hey Rich,
    thanks for getting back to me,
    I shot tape previously (in 2000) on a sony mini DV camcorder set to SP. I have since bought a new sony mini DV camcorder (DCR-HC40 NTSC).
    With the new camera and a PC I was able to capture my 2000 tapes and edit them. I was also able to edit the earlier footage I had transffered from my PC hard drive to the i-mac on i-movie and FCE.
    Unfortunatley everytime I have tried to capture my old tapes directly onto the i-mac I have had the message "preview disabled" from FCE and the following from i-movie:
    "The camera is sending half-sized frames, which iMovie can’t accept. Check your camera’s record mode (this is the setting that affects recording quality, which determines the total recording time on a tape). The mode must be set to “SP” or “LP.” If that doesn't help, try removing all the cables and batteries from the camera, wait a minute, replace them, and then reset the date, time, and record mode."
    I have spent weeks on the support site and found a thread that recommended re-installing quicktime etc but nothing has worked.
    I connect to the i-mac via firewire and am able to control the camera, capture my newly recorded miniDV's (so it is not a problem with the proprietary software application etc) but nothing seems to work for my old tapes.
    Apple support told me that apple doesn't do older miniDV's and that a pc would be the only way I could capture my tapes. I couldn't believe it! Unfortuatley I no longer have access to my old pc.
    Any ideas? Is there any other way of getting DV onto my i-mac?
    And thanks for your interest in my problem here
    regards
    rupert

  • Please provide the way to find Obsolete things in ECC 6.0

    Hi All,
    We are upgrading from 4.6c to ECC 6.  We don't have list of Obsolete transactions / Reports / Programs in ECC 6.0.
    Its is required to clean-up the roles for obsolete transactions / Reports / Programs.  And please help that where we can find this information.
    I have one program RFUTAX00_P exists in 4.6c version but does not exist in ECC 6.0 version.  So please let me know is this a obsolete program or missed during the upgrade ?.
    Your efforts to help on this information is more appreciated.
    Thanks & Regards,
    Kankipati.

    You can read the release notes at http://service.sap.com/releasenotes.
    Those notes contain the delta between the previous versions so to find out what changed you will need to read the notes for
    - 4.7
    - ERP 2004
    - ERP 6.0
    They contain information about new and obsolete transactions component wise so you can select those that you use.
    For the second question: Is the program you search in ERP maybe RFUTAX00 - without the _P?
    Markus

  • A New Driver - the Way Forward ...

    Hi Guys,
    I wonder if someone can point me in the right direction?
    I want to write a Labview driver for a custom signal conditioning system.
    This system provides programmable gains, excitation control etc for various
    inputs.
    I am leaning towards a IVI-C driver - the docs seem to be pretty useful for
    this approach.
    Does this sound sensible?
    Is IVI over-the-top (interchangeability is not a very high priority in this
    case) - is there a better/easier way to provide a Labview driver?
    I have many years experience in low and high level C/C++/VB etc, so I am
    happy to follow most language/programming models.
    Thanks,
    Andy
    Andy Reynolds
    Alpha Software Design Ltd.
    Sussex, UK - Supplying Software and Sys
    tems for Science and Engineering

    Bankim,
    thanks for that perspective it was useful,
    Andy
    "btejani" wrote in message
    news:[email protected]..
    > Andy,
    >
    > Certainly, a C based driver is probably the most portable approach.
    > However, you can actually export a set of LabVIEW (G-based) VIs as a
    > DLL. That is certainly portable enough to call from VB, C, C++, etc.
    >
    > So you have some options:
    > 1. Develop a G-based driver
    > 2. Develop a C-based driver using IVI-C
    > 3. Develop a C-based driver without using IVI
    >
    > IVI-C drivers have more than just interchangeability. They include
    > features such as simulation, state caching, range checking, and
    > coercion recording. NI's IVI development tools and architecture will
    > give you a go
    od starting point, as well as built-in mechanisms for
    > configuration and attribute handling. While these features can be
    > very beneficial, you should honestly evaluate your or your customer's
    > needs for them. If they matter, you should develop an IVI-C driver.
    >
    > However, if all you need is a simple way to control your hardware,
    > then writing a LabVIEW native or a non-IVI C-based driver are both
    > better options. You should choose from them the language you are more
    > comfortable programming with and with which your hardware will be most
    > effective.
    >
    > Regardless of what you choose, you should check out the
    > href="http://www.ni.com/devzone/idnet/development.htm">Development
    > Tools website. Finally, you should seriously consider submitting
    > your driver to IDNet. Not only will we be able to help distribute
    > your driver to a wide audience, but we can review its structure and
    > design for our driver development standards.
    >
    > --Bankim
    >
    > Bankim Tejani
    > National Ins
    truments
    > Instrument Drivers/IVI

  • Forget your HD, HDV, AVCHD, Blu ray, HDDV, this is the way forward

    http://stage6.divx.com/TV-Ads-Time-Machine/video/1322072/Kodak-B&amp;W-6?cid=S6H -nl081007

    hey there Da Nam,
    that was great! & films from 100 years ago are still playable. the highest def & best archive. i still have a projector & cam from when i was a kid starting to make home movies on Super 8.

Maybe you are looking for

  • Missing "Import" folder in iPhoto

    A few weeks ago a pop up in iPhoto appeared saying "....photos have been found, import?" and I followed the steps through other posts to finding the import folder, moving it to desktop etc. again this pop up is appearing except I can no longer find t

  • Error in REUSE_ALV_HIERSEQ_LIST_DISPLAY.....

    Hi, unable to see output.... Please help me where is the error .. Thanks in Advance, kiran. TABLES:EKKO,EKPO. TYPE-POOLS:SLIS. SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001. SELECT-OPTIONS: SO_EKORG FOR EKKO-EKORG,                 SO_E

  • Error when running some JSP under OC4J extended version

    Try to run the NumberGuess jsp example using OC4J extended version under win2000 with J2SE 1.4 and J2EE 1.3, receive the following errors: 500 Internal Server Error OracleJSP: oracle.jsp.provider.JspCompileException: Errors compiling:F:\OC4J\j2ee\hom

  • F.13 Customer Document Clearing with Tolerances

    Hi Guys, We are facing an issue with F.13 for clearing the Customer documents. We have debit of 150,24 and a credit of 150,23 so there is 1 cent difference. For this, we are clicking on the " Include Tolerances " button. We defined tolerances for the

  • Error share blueprint bpmn

    Hello, i have designed a bpmn modell in the bpa suite which contains a lot of elements not provided in JDeveloper, such as link events, transactions, pegged events .... So i take a variant of this model and transformed this completly using the soa ex