Oracle Support on XML

How is XML supported in Oracle8i and Oracle Application Server
and on any other Oracle development tools. Could you give a demo
on those features that support XML.
null

mae anne luya (guest) wrote:
: How is XML supported in Oracle8i and Oracle Application Server
: and on any other Oracle development tools. Could you give a
demo
: on those features that support XML.
Oracle8i and OAS XML Support permits materializing data from
object views in XML as well as a variety of XML Application
components. Please take a look at the offerings in the download
area here.
Oracle XML Team
http://technet.oracle.com
Oracle Technology Network
null

Similar Messages

  • Does Oracle support "imported" XML schemas

    Hi,
    Does Oracle support XML schemas that import other XML schemas. If so, are there any known problems ?
    Thanks
    John

    I have the same problem:
    A huge and complex .xsd-schema with several include and import statements can't be registered (all referenced documents exist in the repository):
    DBMS_XMLSCHEMA.REGISTERSCHEMA(
    schemaURL => 'http://www.toxinfo.org/namespaces/2004/05/Rosetta#ProtocolEmil',
    schemaDoc => xdbURIType('/ProtocolEmil.xsd').getClob(),
    local => TRUE,
    genTypes => TRUE,
    genBean => FALSE,
    genTables => TRUE
    causes an Error at the first import:
    ERROR at line 1:
    ORA-31000: Resource 'RosettaSimpleTypeCollection.xsd' is not an XDB schema
    document
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 17
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 26
    ORA-06512: at line 2
    Editing the schema is not an option for me. Any ideas?
    Thanks!
    Tillmann Cordes

  • Population of Oracle DBs from XML?

    Forgive me if I haven't fully understood Oracle's new XML parser
    for Java, but is it possible to >>directly<< populate an Oracle
    database from an XML file or do you have to use the Java parser.
    As a developer using Delphi it would be most useful to have a
    generic XML to table converter build into Oracle. As far as I
    can see the only way at the moment to do this is throgh the Java
    VM. Correct me if I'm wrong.
    Any comments on this thread would be most appreciated.
    Ian Simpson
    Appsco Software Ltd.
    Aberdeen, Scotland.
    null

    Thanks a lot for the quick response!
    Ian
    Oracle XML Team wrote:
    : Hi Ian,
    : You can do it in a variety of ways. One is to use the XML SQL
    : utility which supports insertion of canonical documents into
    : tables/views. This calls the parser underneath to parse the
    : document and insert it into tables.
    : If instead you want to process the XML documents and do
    : insertions yourself into different tables/views, then you need
    : to use the parser. (there are java,C and C++ versions
    : available), parse the document and insert the values. The
    parser
    : works off on any XML document and gives you an API to process
    : the document i.e. walk the document tree, reach a particular
    : node etc..
    : The other option is the use of IFS to process XML documents
    and
    : insert them into appropriate tables/views.
    : Thx
    : Oracle XML team
    : Ian Simpson (guest) wrote:
    : : Forgive me if I haven't fully understood Oracle's new XML
    : parser
    : : for Java, but is it possible to >>directly<< populate an
    : Oracle
    : : database from an XML file or do you have to use the Java
    : parser.
    : : As a developer using Delphi it would be most useful to have
    a
    : : generic XML to table converter build into Oracle. As far as
    I
    : : can see the only way at the moment to do this is throgh the
    : Java
    : : VM. Correct me if I'm wrong.
    : : Any comments on this thread would be most appreciated.
    : : Ian Simpson
    : : Appsco Software Ltd.
    : : Aberdeen, Scotland.
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • Does Oracle Lite embeded XML DB feature???

    Please tell me, whether the Oracle lite enabled XML DB feature??? Thanks!!!!

    As far as I know the Oracle Lite product does not currently support any of the XML features of the Oracle Database. What features were you looking for. Was it just XML storeage and queryiability or was it SQL <--> XML interaction. For a pure XML capability you might want to look at Sleepcat's DB-XML product. It's a programming API that lets you store, index and query XML documents. As you may have seen in the news Oracle recently purchased Sleepcat.

  • Does PHP 5.1.2 that comes shipped with OAS 10.1.3.4.0 support DOM/XML?

    Hello,
    We have installed OAS 10.1.3.0. PatchSet 10.1.3.4.0. It comes with PHP4 by default and the Oracle HTTP Server. We did the necessary instructions from Metalink and the README on how to enable PHP5. We can bring up Apache with no issues and phpinfo shows PHP 5.1.2. However, the DOM/XML is not enabled in this bundled PHP that came with OAS. Is DOM/XML supported? Is there an Oracle product that bundles PHP that supports DOM/XML? Thanks.

    You would have to make sure the extension is enabled when you build PHP yourself.
    "Installing OCI8 with Oracle Application Server on Linux" in the 2008 edition of http://www.oracle.com/technology/tech/php/pdf/underground-php-oracle-manual.pdf has some notes on installing PHP on AS.

  • Insert data into oracle table from XML file

    I need to insert data into oracle table from XML file
    If anybody handled this type of scenario, Please let me know how to insert data into oracle table from XML file
    Thanks in advance

    The XML DB forum provides the best support for XML topics related to Oracle.
    Here's the FAQ on that forum:
    XML DB FAQ
    where there are plenty of examples of shredding XML into Oracle tables and such like. ;)

  • Oracle support format object processor?

    I want to create a pdf web report using pl/sql backend procedure. My procedure return the xml document which
    using formatting tags(<fo:..>)
    Is it possible to develop this using xsql or
    any xml technologies. Is Oracles supporting Format object processing in their xdk?
    thanks in advance

    Could you further clarify what do you try to achieve?
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Does B2B support NAMM-XML standard?

    Hi All,
    Can anyone tell me whether B2B supports NAMM-XML or not?
    Regards,
    Divya

    Hi Divya,
    You may find the list of supported protocols here -
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10229/b2b_intro.htm#CEGJIFBB
    Can anyone tell me whether B2B supports NAMM-XML or not?It should be possible to implement it as Custom-XML in Oracle B2B. Let us know if you face any challenges.
    Regards,
    Anuj

  • Does Weblogic JDriver for Oracle support Oracle REFCURSOR?

     

    "R. W. Stavros" wrote:
    >
    BUT BE FORWARNED ... IF YOUR CONNECTION IS FROM A CONNECTION POOL ...
    YOU GET A WONDERFUL weblogic.jdbc.pool.ResultSet not a
    java.sql.ResultSet .... BEA wants you to believe its a featureI'm still interested in your position that a weblogic.jdbc.pool.ResultSet
    is not a java.sql.ResultSet. I get the impression you're very frustrated
    and I know that can cause one to make mistakes one normally wouldn't...
    Joe
    >
    Shiva Paranandi <[email protected]> wrote in message news:<[email protected]>...
    Yes, you have to specify it as java.sql.Types.OTHER and use the
    getObject() method to obtain it.
    Shiva.
    Chuan Li wrote:
    Does Weblogic JDriver for Oracle support Oracle REFCURSOR?
    Thanks.
    -Chuan
    PS: Folks: BEA WebLogic is expanding rapidly, with both entry and advanced positions
    for people who want to work with Java, XML, SOAP and E-Commerce infrastructure products.
    We have jobs at Nashua NH, Liberty Corner NJ, San Francisco and San Jose CA.
    Send resumes to [email protected]

  • Smart update / My Oracle Support authentication &  MD2withRSA is disabled

    Greetings,
    We just installed OEM 11g R1 which uses WebLogic 10.3.2.0 using jdk1.6.0_20. We did an all in one install, i.e. 11g DB, WebLogic and OEM 11g R1 on the same OEL 5U5 x86-64 machine and OEM 11g R1 is up and running. The environment is not stable and I was informed that WebLogic must be update with patch WDJ7 using the smart update program, i.e. http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14143/quickrefax.htm.
    When we try to authenticate to My Oracle Support with the smart update GUI we receive an error message "Unable to verify your status" and in the logs we see
    "javax.xml.rpc.ServiceException: Error processing WSDL document:
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: algorithm check failed: MD2withRSA is disabled"
    We found a similar post smart update not connecting to my oracle support that said an uninstall and reinstalled of WebLogic with a different JDK solved the smart update / My Oracle Support error.
    smart update not connecting to my oracle support
    Also:
    http://72.5.124.102/thread.jspa?messageID=10933260#10933260
    http://forums.sun.com/thread.jspa?threadID=5435040
    Could you please help us with a solution to patch WebLogic 10.3.2.0 using the smart update program with ? I'm not sure if uninstalling WebLogic and reinstalling WebLogic with a different JDK will break our OEM installation. Suggestions?
    Thank you in advance for your support!
    Respectfully,
    Roddy

    Hi,
    Do u hav a supporting license, If so there is a back door solution for this. Contact the oracle support and the them for patch "WDJ7". Copy the path of this .jar in your commonenv.sh file under +"WEBLOGIC_CLASSPATH"+.
    Restart the server and the patches would be installed.
    regards,
    Zeno

  • Can SQL Developer be used for Oracle Support "HTML Output" Diag Scripts ?

    Hi All,
    Oracle Support has asked me to run a diagnostic script (OTL_Diag.sql for anyone familar with the script) that produces output in HTML format using SQL*Plus to help troubleshoot an OTL problem we are having. Unfortunately I don't have SQL*Plus installed and my company is not on board with me installing it because of the SQL*NET connection required. Instead I have access to SQL Developer 3.1.0.7. While this works fine for most situations I'm having problems generating the required .html output file that Support needs.
    I've tried runing the OTL_Diag.sql a couple of ways using SQL Developer. First, I opened the file from SQL Developer and using the Run Script functionality (F5) I executed the code that way. This method did give me an opportunity to input the necessary parms and it did create the 'start' of the HTML file on my (Windows) file system, but the script seemed to abort with a java error that indicated some sort of format error (sorry, I'm not a java person so I can't provide any more info, but I'll be glad to get the exact error message if anyone thinks that will help solve my issue).
    My second approach was to open a SQL Window where I typed in @C:\OTL_Diag.sql without quotes. This approach also gave me the opportunity to enter the necessary input parms and it seemed to end normally. It also created the 'start' of the diaganostic output file on my Windows file system, but it 'completed' before any of the 'real' diaganostic output was written to the .html file.
    The Metalink note clearly specifies that the OTL_Diag.sql script is to be run with SQL*Plus 10.2 or above so I don't think I can complain too loudly to Oracle about this...but given that I don't have access to this product (and it is useless for me to again ask to install it) I am hoping someone out there has some ideas or insight as to how I can use SQL Developer to execute this diag script in a manner that will produce the required .html output file.
    Thanks in advance to anyone taking time to read my post !!
    Jeff
    Edited by: user13111861 on Jul 10, 2012 6:43 PM
    Edited by: user13111861 on Jul 10, 2012 7:51 PM

    >
    As a result, at this point in time my only available tool to run the OTL_Diag.sql script (provided by Oracle Support) is SQL Developer
    >
    Then you will have to edit the script, break it into pieces, execute each piece manually and save the output to feed into the next piece as required based on what the script is actually doing. Don't post the script or contents as that will likely violate your support agreement.
    As I already mentioned the script may be using syntax and/or commands that are simply not supported by sql*developer. One likely area is the script may be producing intermediate output scripts that are then processed by a later portion of the script. If that is the case then my suggestion to execute the pieces manually should work but you will need to do some trial-and-error to see.
    Even if you appear to be successful you will still have an issue when you communicate the results of your 'test' to Oracle support and they determine you didn't follow their instructions to use the proper tool.
    Sounds like your management is either ignorant or incompetent so I suggest you cover yourself by documentating the instructions from Oracle support and the direct orders you were given to disregard those instructions. No need to discuss that issue further but clearly there are resources available somewhere in the org that has the proper privileges or they wouldn't be able to maintain and support the database. If they want to pay for support they should heed their advice. Nuff said.

  • How To Simplify Knowledge Search On My Oracle Support (MOS) For WCI (ALUI)

    ****** Please feel free to post a reply to this thread if you've found the link provided here useful ******
    Where's The WCI Knowledge On My Oracle Support?
    Have you been frustrated by how difficult it is to navigate the My Oracle Support "Product Tree" when searching for WebCenter Interaction knowledge articles?
    Do you find yourself confused by the number of articles returned from your keyword searches for knowledge that have absolutely nothing to do with WCI Products?
    Is there really any knowledge base for WCI products at all?
    The answer is yes! In fact it's very healthy and getting healthier every day.
    Across the breadth of the the WCI Products (Portal, Collab, Publisher, Analytics...etc.) there are hundreds of current and updated knowledge articles available on MOS.
    New knowledge is created from almost every support case where the issue was not otherwise solved by existing knowledge or documentation.
    The Support Team is reviewing and publishing an average of 20 new articles a month, each of them solutions culled from actual customer engagements.
    We recognize that it can be difficult to navigate the "product tree" to narrow the scope of your search results to ensure it's limited to the knowledge created specifically for the WCI products.
    To help make it easier for WCI customers to get to the right knowledge as quickly as possible we've created a valuable link to use anytime you want to search MOS for
    WCI product knowledge. The link at the bottom of this posting will limit your search to only the products in the WCI family.
    Let Us Know How We're Doing
    Did an article help you resolve your issue and avoid having to log a service request?
    Was the article perfectly written and exactly what you needed?
    Was the article more complicated than it should have been or somehow incomplete?
    Make sure you "rate" the article after viewing it and feel free to make comments to improve an article.
    Look for the "Rate This Document" icon at the bottom of the view window for the article and click there.
    The feedback goes directly to the team that created the article is actively reviewed in an effort to improve on the knowledge already provided
    or to help generate new knowledge as needed. The Support Team is striving to ensure that the right information is available at the right time.
    <h2>Click this link: WCI Search
    The link should take you right to the WCI KM search section on MOS (after you log in) and all you need do from there is enter your key words and "Search".

    SUPER userful.
    I attempted to use the Knowledge Base on oracle support earlier today to find this precise information and gave up in frustration.
    This link definitely helps.

  • Error message for calling oracle support

    Hi,
    We are getting the following error codes:
    ORA-27302
    Ora-27303
    Ora-2000
    ora-1013
    can anyone please help out.The error message is for contacting Oracle support
    Thanks a heap
    regards,
    vinayak

    Very limited info has been given.
    Be more cleared. Like hwat is your Oracle version, what is your OS and its version?
    Have you applied any new patches recently?
    When does this problem started?
    Is this problem coming when querying anything or while database startup?
    Also, check your alert.log and paste the complete error message.
    Jaffar
    Message was edited by:
    The Human Fly

  • How do I add a new Support Identifier to My Oracle Support?

    I have one support identifier shown for my company.  I need add a second but the number is not recognized.  The number is correct.  Is it possible to have more than 1 in My Oracle Support?  Even if I delete the other identifier the new one I need to add is not found.
    thanks for your help!
    Dawn

    Hello rmoff,
    Here are the steps for adding a Support identifier to your My Oracle Support (MOS) Account:
    Once in MOS:
    Go to More / Settings tab
    Select My Account (left hand side menu)
    In the Support Identifiers region, click on the Request Access button
    Enter the Support Identifier you want to add. Provide a justification if need be and click the Request Access button
    Your request will be sent to your Company's Customer User Administrator who will approve your request and grant you necessary privileges
    Let me know if you have questions.
    Mirella

  • Selling on Oracle support services

    Hi Everyone
    My name is Ajit. I'm new to this forum. Infact I'm new on the Oracle Technology. I've just joined a company which provides support services on Oracle technology. We focus on RDBMS right now and we are also an Oracle Partner.
    I'd like to know how do I develop myself in the field of Business Development for Oracle support services. I'd like to know which magazines, newsletters, websites, forums etc. I need to visit to serve my existing clients better and to generate new clients.
    Would really appreciate if you could help me on this one.
    Feels great to join the Oracle community.
    Ajit.

    Hi Kai.
    Thanks for clarifying the requirement and passing this on. I believe that you cannot currently add new warning messages to Fusion HCM SaaS.
    Adding a new validation and resulting pop-up message would require either (a) ADF adjustments in JDev and an app redeploy or (b) Application Composer to add an object trigger/groovy script. Obviously there is no backend development for Fusion SaaS and App Composer is available for CRM products currently. I couldn't find anyway the standard Page Composer could have the capability to add new validation logic to the UI.
    As you already mentioned in the other thread, if a validation and FND message already exists at that point, the text can be customized via the Manage Messages page in the FSM task.
    Kind regards,
    Richard
    Fusion Applications Developer Relations

Maybe you are looking for