Recent content by Rob Milne

  1. R

    Querying XMLTYPE objects

    PL/SQL Developer Version 7.1.0.1337 10 user license Windows XP Professional 5.1 Build 2600 (Service Pack 2)
  2. R

    Querying XMLTYPE objects

    First off, let me say I am enjoying working with PL/SQL Dev. very much. Thanks! I've just started exploring XML DB, and am working through the demo at http://www.oracle.com/technology/sample_code/tech/xml/xmldb/XDBBasicDemo.pdf. I can run an SQL statement like this select value(x) from...
  3. R

    Unable to Display Unicode Characters

    Try this. It works for me. -- SQL Window select unistr('\20AC') from dual; -- Command Window exec dbms_output.put_line( unistr('\20AC'));
Back
Top