Does oracle10g is supported by XML editor XML Spy??

All:
I have installed XMLSpy 2004 R3 professional edition and trying to Connect Oracle XML DB.
But I am getting error that "Invalid userId or Password".
I am trying to connect to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
Does XML Spy supports Oracle 10g? if so which version?
ANd Plz let me know the steps to Connect..
I appreciate your help and Thanks in Advance.....
Srikanth

You first create a special user for XML DB in this case xml_dev with password masterkey:
CREATE USER xml_dev IDENTIFIED BY masterkey
TEMPORARY TABLESPACE temp
DEFAULT TABLESPACE users;
GRANT connect, resource, dba, xdbadmin TO xml_dev;
CONN xml_dev/masterkey@LOR;
Create some repository folders:
DECLARE
v_return BOOLEAN;
BEGIN
v_return := dbms_xdb.createFolder('/home/DEV/');
v_return := dbms_xdb.createFolder('/home/DEV/xsd/');
v_return := dbms_xdb.createFolder('/home/DEV/lom/');
COMMIT;
END;
Then connect with http or WebDav with port 8080 (maybe what you are missing) :
http://<server>:8080/home/DEV/xsd/
In XML Spy just put the URL user and password, in this case:
http://<server>:8080/home/DEV/xsd/
User: xml_dev
Pass: masterkey
Varify that you have the http server (apache) running on the server.

Similar Messages

  • JDEV 10.1.3  XML Editor does not load XML file

    I am trying to edit a large (300MB+) xml file with JDEV 10.1.3 running on a Windows XP Pro workstation with a 2.8 ghz processor and 1GB of memory. The XML file has application data in it. The file loads just fine into the Oracle database using the XML Developer's toolkit so I don't thing there is anything wrong with the XML.
    I'm finding that the XML editor does not load the file. Many minutes elapse, then JDEV appears to simply give up - JDEV is no longer busy. There's no XML data to edit - that window is empty. There are no error messages displayed.
    I'm new to JDEV so I need to know if there is an error log file I should examine.
    BTW, other XML editors (XML Spy, Stylus Studio, etc) simply run out of memory and lock up the machine - it appears they are tryign to convert the XML file contents into 32-bit unicode in memory, build a list of pointers to impose a DOM-like structure, and then load their editor.

    Do you really want to manually edit the 300MB file? how much scrolling will you need to do to get to the last row?
    In any case it is likely that JDeveloper also runs out of memory - you can try running the [jdev-root]\jdev\bin\jdev.exe file and see if you get any error message in the log window.

  • XQuery debugger/profiler support in Oxygen XML Editor

    Starting with version 11, Oxygen XML Editor (http://www.oxygenxml.com) added support for debugging and profiling XQuery interrogations on Oracle Berkeley DB XML database.
    Please check the video presentation at: http://www.oxygenxml.com/demo/BerkeleyDebugger/BerkeleyDemo.html
    A description of the Oracle Berkeley DB XML database support can be found at: http://www.oxygenxml.com/Berkeley_support.html
    Best Regards,
    Stefan
    Stefan Vasile
    <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
    http://www.oxygenxml.com

    No, it is not built on top of Netbeans. The plugin framework is JPF(http://jpf.sourceforge.net) and the docking framework is vldocking(http://www.vlsolutions.com/en/products/docking/).
    XPontus XML Editor is a standalone Java Swing application for now. The integration with Netbeans and Eclipse is planned for future releases. That will depends on the team's knowledge of Netbeans Platform and SWT.
    Thank you for your interest in XPontus XML Editor
    Yves Zoundi
    http://yveszoundi.blogspot.com

  • XPontus XML Editor 1.0.0.1 is out

    Hi everybody,
    The version 1.0.0.1 of XPontus XML Editor(http://xpontus.sf.net) is out. XPontus XML Editor is a simple XML Editor oriented towards text editing. It aims to become the free alternative to commercial XML IDEs such as XML SPy or Oxygen XML Editor. The software has been entirely rewritten to support plugins, so most of XPontus features are provided as plugins which can be extended.
    Here is the complete list of the major features :
    * Modularity : XPontus is now built on top of a plugin framework to allow a modular development. Most of XPontus features are provided as plugins.
    * Code completion : For general XML files code completion is built on the fly when a DTD or schema is associated to the document. XSL completion is provided using a DTD embedded in the XML code completion plugin. For HTML files, an embedded DTD is used to create the code completion database.
    * XPath 1.0 support
    * Syntax coloring is enabled for XML and HTML related files.
    * XSL transformations (PDF, HTML, XML, SVG, TEXT).
    * Check if XML is well formed
    * Validation : Simple XML validation, Batch XML validation, External schema validation
    * Code structure browser to display the hierarchic structure of XML and HTML files
    * Code indentation is available for XML and HTML related files.
    * File system abstractions : XPontus will be able to use file system abstraction which means that a FTP file and a local file will be look all the same to the application.
    * Schema generation/conversion(Generation of DTDS, XML schemas, Relax NG grammars from XML files).
    * HTML Documentation generation from XML schemas or DTD
    * Installers are available for Windows, Mac and Linux/Unix(FreeBSD, Solaris)
    * Platform independence : As XPontus is written Java, it runs on most platforms such as Windows, Mac OS, Linux/Unix, FreeBSD, MacOS, Solaris.
    * Drag and drop support, common editing features(print, etc.), control+pageup and control+pagedown to switch between windows.
    Homepage : http://xpontus.sf.net
    Screenshots : http://xpontus.sourceforge.net/screenshots.html
    Downloads : http://sourceforge.net/project/showfiles.php?group_id=118253
    Features : http://xpontus.sourceforge.net/features.html
    License : GPL
    Author : Yves Zoundi

    No, it is not built on top of Netbeans. The plugin framework is JPF(http://jpf.sourceforge.net) and the docking framework is vldocking(http://www.vlsolutions.com/en/products/docking/).
    XPontus XML Editor is a standalone Java Swing application for now. The integration with Netbeans and Eclipse is planned for future releases. That will depends on the team's knowledge of Netbeans Platform and SWT.
    Thank you for your interest in XPontus XML Editor
    Yves Zoundi
    http://yveszoundi.blogspot.com

  • Merlot XML Editor

    Hi,
    I've tried to get to www.merlotxml.org for 3 days now, but the site
    is down! I want to get a copy of the Merlot XML editor. Does anyone
    know of a mirror site for it?
    Thanks,
    Pedro Madrid
    [email protected]

    I am looking for the latest sources as well.
    I can send you the Version 1.1alpha1 including source code, or 1.1beta1 without source code. Send me an email to [email protected] if that would help you.
    It would be great if anybody can help me with the latest sources.
    Jo

  • NitroX XML editor

    I'm using a dark scheme when using the PC for long hours.
    The NitroX xml editor doesn't seem to have customization for the colors.
    Is there some way to customize them?

    It is very simple, goto Window > Preferences > Workbench > Colors and Fonts
    on the right hand side panel expand Basic select Text Font and then click
    Change button modify the values and dismiss Preferences you will start
    seeing the relative changes for the editor
    M7 Support
    "fff fff" <[email protected]> wrote in message
    news:[email protected]..
    I'm using a dark scheme when using the PC for long hours.The NitroX xml editor doesn't seem to have customization for the colors.
    Is there some way to customize them?

  • Free XML Editor

    Hello All.
    I'm looking for a freeware/shareware xml editor that I can recommend to client.
    Needs to be able to view/edit xml schemas.
    30 day eval of XMLSpy or similar is not an option.
    Any experience and input is appreciated.
    tx.

    I don't understand this comment at all.
    This editor does not do a good job of displaying values of elements within the schema.
    >
    Then I'd say your client had better learn fast. JMO.
    Client is a bunch of mainframe programmers. They freak out looking at anything new. They need to deal with XML Schemas to understand the data that will be passed to their IMS Transactions. I'm looking for a nice tool that can visually represent this data in an intuitiave as possible format. Apparrantly they like XMLSpy, but the company wont pay for it.
    Personally I just use UltraEdit. I'm just trying to see if I can reduce their 'wiggout' factor by finding a similar tool to XMLSpy that is free.
    Thanks for your help.

  • XPontus XML Editor

    This is the first release candidate of XPontus XML Editor 1.0.0(http://xpontus.sf.net). There are now linux packages and a real windows installer. I tried to integrate most of comments to improve the usability.
    Changes:
    Changes to Project Administration
    * Moved the revision control system from CVS to SVN
    Changes to the Code Base
    * Spring is used as container and for IOC.
    * Changed from simple object serialization to XStream to save user settings.
    * Moved from observer pattern to JGoodies bindings for UI mappings
    * Allowed the user to customize more settings(font, tab size, jtidy settings,etc.).
    * Add a tree view to browse the XML code structure
    * Added support for XMLDiff
    * The API has been cleaned to reuse code
    Changes to Design
    * No more annoying popup windows when you don't need them
    Changes to the user interface
    * Changed Splitpane windows to VlDocking framework components
    http://xpontus.sf.net
    Yves Zoundi
    Message was edited by:
    zoundi

    No, it is not built on top of Netbeans. The plugin framework is JPF(http://jpf.sourceforge.net) and the docking framework is vldocking(http://www.vlsolutions.com/en/products/docking/).
    XPontus XML Editor is a standalone Java Swing application for now. The integration with Netbeans and Eclipse is planned for future releases. That will depends on the team's knowledge of Netbeans Platform and SWT.
    Thank you for your interest in XPontus XML Editor
    Yves Zoundi
    http://yveszoundi.blogspot.com

  • Simple XML Editor

    Is there a simple, FREE, XML editor out there (written in Java)?
    I am using an XML file format for a small application I wrote, and I would prefer to edit the file using an XML editor, since it is easy to screw up the file in a text editor.
    If you've used Forte or Netbeans, all I want is a simple XML editor like the one that is built into the IDE.
    Thanks for any information.

    Vim works pretty good, its free, and has syntax highlighting. You would need to be familiar with using vi. http://www.vim.org/
    If you use Eclipse, you can get http://www.oxygenxml.com/. It's not free, but its cheaper than XMLSpy.
    I haven't found anything better than XMLSpy, even though its expensive.
    Does anyone know of another tool that can generate a sample instance document from a schema, and/or a schema from an instance document? I find that handy in XMLSpy.
    -Scott
    http://www.swiftradius.com

  • XML Editor and it's "coding assistance" feature. Need info

    Hi all,
    I have posted it in XML forum, but I didn't get any reply. Trying my luck here :)
    Most of the XML editors have DTD based code assist in it. So it pops up enumeration list in the ATTLIST . Fine, but I want to be able to set a XML attribute value which can either be selected from the popup list or some other value not in the list can be typed in.
    Is it possible to write a DTD which will make it feasible. Or is there an Editor/Eclipse plugin which allows this?
    Any XML editors with XMLShema based code assist available (even if it won't address the above requirement)?.
    Thanks
    AV

    Thanks,
    I tried x-men; but it is not working with Eclipse
    3.0.1.
    let me check xml spy
    AVx-men is the XML editor used by MyEclipse... use it as part of MyEclipse if you can't find any other suitable editor
    but beware ! you might fall in love with that terrific plugin if you're doing WebApp developement ;)

  • Xml editor code

    hi all,,
    i am doing a project of devolping an xml editor.could anyone provide me the code for it. very urgent plzzz....

    download the code here: http://www.stylusstudio.com/downloads/current/ent-edition/
    of course using the source is at your own.

  • Simple WYSIWiG XML editor

    Hello,
    I try to write a simple XML editor using Swing. I have no problem processing the XML document itself (parsing XML, DTD and CSS) but now I need to display the parsed document and allow the user to edit it.
    My idea is to use "decorators" configured at runtime (by the parsed CSS) wrapped around the DOM elements, but how should I display it and make it editable? I don't want to care about formatting if it's not really necessary - I'd like Swing to do as much of it as possible.
    Thanks in advance for all your hints
    Tommy

    Vim works pretty good, its free, and has syntax highlighting. You would need to be familiar with using vi. http://www.vim.org/
    If you use Eclipse, you can get http://www.oxygenxml.com/. It's not free, but its cheaper than XMLSpy.
    I haven't found anything better than XMLSpy, even though its expensive.
    Does anyone know of another tool that can generate a sample instance document from a schema, and/or a schema from an instance document? I find that handy in XMLSpy.
    -Scott
    http://www.swiftradius.com

  • Web.xml editor in JDeveloper still buggy

    I had experience with JDeveloper 9.0.4, that the web.xml editor was buggy: specifically, when editing security constraints, it mangled up the contents, so I got to the practice to edit it only manually.
    Now, after migrating to 10.1.3, I tried it again with new Servlet 2.4 format, which I am not familiar with, and it is buggy again: at least when editing dispatcher type at filter mappings: I have two filters, one is mapped to all REQUEST, FORWARD and INCLUDE, the other to none (this means it is mapped to REQUEST only). When I opened this web.xml in the editor and first clicked on the first mapping, checkboxes were ok, then I clicked to the other, and checkboxes stayed checked. It seems, that they don't uncheck, when you display another mapping which does not use them.
    Now, I will again prefer to edit manually, because I just don't trust the editor :-(
    Viliam

    1. Create web.xml with this filter-mappings:
      <filter-mapping>
        <filter-name>ReadFilter</filter-name>
        <url-pattern>*.jsp</url-pattern>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>
      <filter-mapping>
        <filter-name>SessionExpiryFilter</filter-name>
        <url-pattern>*.jsp</url-pattern>
      </filter-mapping>2. right-click web.xml and select Properties
    3. click Filter Mappings
    4. click on ReadFilter, dispatcher type below is displayed correctly
    5. click on SessionExpiryFilter, three checkboxes stay checked incorrectly
    It's in Studio Edition Version 10.1.3.0.4 (SU2)
    Viliam

  • Corrected  Announcement:  BEA XML Editor Beta

    Available for download on the BEA Developer Center -- the BEA XML Editor Beta (Solaris
    and Windows versions):
    http://developer.bea.com
    Currently, there is a link under "Headlines". It can also be found in the "Tools,
    Resources, Books" - "Utilities and Tools" area.
    To get to the download area, you will be prompted to login. If you do not have
    a login, you may register to get one.
    For support issues, post messages to the following newsgroup:
    weblogic.developer.interest.61beta.xml_and_webservices

    Hi Bennett,
    Good point! The version released in GA will have an undo function.
    -Todd
    Bennett Lauber <[email protected]> wrote in message
    news:3b338cbb$[email protected]..
    >
    Looks great -- Let's incorporate it into our apps!
    Also.. it really needs an undo function Ctr-Z
    [email protected] (Ben Eng) wrote:
    This looks like a useful little editor. However, there is one
    important thing missing: XML Schema support. We have completely
    deprecated the use of DTDs in favor of
    http://www.w3.org/2001/XMLSchema.
    Please, support XML Schema for validation. Right now, it just says:
    08:53:17 error: line 2 col 239: General Schema Error: Grammar with uri
    2: http://www.w3.org/2001/XMLSchema , can not found.
    Ben
    On 18 Jun 2001 17:15:20 -0800, Lauren Wright <[email protected]>
    wrote:
    Available for download on the BEA Developer Center -- the BEA XML EditorBeta (Solaris
    and Windows versions):
    http://developer.bea.com

  • Announcement:  BEA XML Editor Beta

    Available for download on the BEA Developer Center -- the BEA XML Editor Beta (Solaris
    and Windows versions):
    http://developer.bea.com
    Currently, there is a link under "Headlines". It can also be found in the "Tools,
    Resources, Books" - "Utilities and Tools" area.
    To get to the download area, you will be prompted to login. If you do not have
    a login, you may register to get one.
    For support issues, post messages to this newsgroup.

    Hi Bennett,
    Good point! The version released in GA will have an undo function.
    -Todd
    Bennett Lauber <[email protected]> wrote in message
    news:3b338cbb$[email protected]..
    >
    Looks great -- Let's incorporate it into our apps!
    Also.. it really needs an undo function Ctr-Z
    [email protected] (Ben Eng) wrote:
    This looks like a useful little editor. However, there is one
    important thing missing: XML Schema support. We have completely
    deprecated the use of DTDs in favor of
    http://www.w3.org/2001/XMLSchema.
    Please, support XML Schema for validation. Right now, it just says:
    08:53:17 error: line 2 col 239: General Schema Error: Grammar with uri
    2: http://www.w3.org/2001/XMLSchema , can not found.
    Ben
    On 18 Jun 2001 17:15:20 -0800, Lauren Wright <[email protected]>
    wrote:
    Available for download on the BEA Developer Center -- the BEA XML EditorBeta (Solaris
    and Windows versions):
    http://developer.bea.com

Maybe you are looking for

  • LR 1.3 Collections of RAW don't update

    Just wondered if I'm doing something wrong or this is intentional behaviour. If I create collection of JPGs when I change say the title in the main folder it appears when I go to the same mage in the collection. however for colelctions of RAW images

  • Apparent Bitfile corruption in VI

    I was writing a small Host VI to test certain FPGA problems we've been having in the last time. Test was working fine, and I was refining things step by step.  Then I started getting errors "If using external clocks blah blah blah" and was getting er

  • MIRO posted without capturing RG23 PART 2 entry

    Hi all,         In this scenario, goods receipt is posted and the RG23A Part 1 entry is captured in GR. Now i am posting MIRO without posting RG23A PART 2 entry. System allows to post MIRO without posting the RG23A Part 2 entry and doesn't issue any

  • Joikuspot premium cannot be used after upgrade!

    Hi, i have re-purchased the joikuspot premium software for my new phone from Nokia Ovi Store. After i downloaded the program from Nokia website, i can use the software immediately. when i started to use the software, I was being reminded the availabi

  • Adding multiple blogs on a website

    I am a math teacher and want to add individual blogs for algebra 1, algebra 2, precalculus, and calculus to my website. I am only able to add one blog. Whenever I follow the instructions to add another blog I don't get the option to choose a blog. Am